-
Notifications
You must be signed in to change notification settings - Fork 133
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
Comments
Hi if you want to use the SVM benchmark you have to install HPOlib2 and the ConfigSpace first. |
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. |
You have to follow this instructions here to install openml: |
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. |
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'
The text was updated successfully, but these errors were encountered: