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 'ConfigSpace' #79

Open
Nankaiming opened this issue Oct 19, 2017 · 4 comments
Open

No module named 'ConfigSpace' #79

Nankaiming opened this issue Oct 19, 2017 · 4 comments

Comments

@Nankaiming
Copy link

I use the python 3.5.2 and when i run the entropy_search. It shows that No Module named 'ConfigSpace'. And i put my traceback below.
File "./experiments/fabolas/run_entropy_search.py", line 11, in
from hpolib.benchmarks.ml.svm_benchmark import SvmOnMnist, SvmonVehicle, SvmOnCovertype
File "/usr/local/lib/python3.5/dist-packages/hpolib/benchmarks/ml/svm_benchmark.py", line 4, in
import ConfigSpace as CS
ImportError: No module named 'ConfigSpace'

@aaronkl
Copy link
Contributor

aaronkl commented Oct 19, 2017

Hi if you want to use the SVM benchmark you have to install HPOlib2 and the ConfigSpace first.

@Nankaiming
Copy link
Author

I meet another problem after that. "No module named openml". And i use pip3 to install. It shows that could not find a version that satisfies the requirement openml(from versions:) and no matching distribution found for openml.

@aaronkl
Copy link
Contributor

aaronkl commented Oct 19, 2017

You have to follow this instructions here to install openml:
https://openml.github.io/openml-python/stable/

@Nankaiming
Copy link
Author

I meet many problems when running the experiments. But i can run the examples in the example folder. The problems when running experiments were "ImportError: No module named 'hpolib.benchmarks.ml.residual_networks' ". I have installed the hpolib2 early.
When i annotated the residual_networks lines, it shows that "from theano.tensor.signal import downsample, cannot import name 'downsample' "

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