Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'smac.facade.smac_facade' #527

Closed
nabhoth opened this issue Aug 29, 2019 · 6 comments
Closed

No module named 'smac.facade.smac_facade' #527

nabhoth opened this issue Aug 29, 2019 · 6 comments

Comments

@nabhoth
Copy link

nabhoth commented Aug 29, 2019

Description

I installed all components required for SMAC3 from git repository. I installed it as a part of Autofolio.

Example:

python3
from smac.facade.smac_facade import SMAC
ModuleNotFoundError: No module named 'smac.facade.smac_facade'

However import smac.facade works

Expected Results

Should import it

Actual Results

Versions

SMAC 3

@mlindauer
Copy link
Contributor

Hi,

Sorry, we renamed the facades in SMAC, but I haven't upated AutoFolio.
AutoFolio should use the smac.facade.smac_ac_facade.

Best,
Marius

@nabhoth
Copy link
Author

nabhoth commented Aug 29, 2019

Hello,

actually I played with all facades in the facade folder. If the same command is issued, that is
from smac.facade.smac_ac_facade import SMAC

the error becomes

ImportError: cannot import name 'SMAC'

regards
Martin

@mlindauer
Copy link
Contributor

Yes, the class also changed its name to SMAC4AC.
Maybe, there are more little changes I would need to check.

@nabhoth
Copy link
Author

nabhoth commented Aug 29, 2019

Perhaps,

could you tell me where I should pick up version of SMAC3 0.9 because that one seems to be matching the requirements of autofolio?

@mlindauer
Copy link
Contributor

you could use pypi:
https://pypi.org/project/smac/0.9.0/

or all releases are also part of the repo:
https://github.com/automl/SMAC3/releases/tag/v0.9.0

@nabhoth
Copy link
Author

nabhoth commented Aug 29, 2019

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants