-
Notifications
You must be signed in to change notification settings - Fork 356
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
ModuleNotFoundError: No module named 'nevergrad' #1342
Comments
What was the output of the command |
`C:\Users\lzhhh>pip install nevergrad Requirement already satisfied: nevergrad in c:\users\lzhhh\appdata\local\programs\python\python37\lib\site-packages (0.4.3.post9) Requirement already satisfied: typing-extensions>=3.6.6 in c:\users\lzhhh\appdata\local\programs\python\python37\lib\site-packages (from nevergrad) (4.0.0) Requirement already satisfied: numpy>=1.15.0 in c:\users\lzhhh\appdata\roaming\python\python37\site-packages (from nevergrad) (1.21.4) Requirement already satisfied: bayesian-optimization>=1.2.0 in c:\users\lzhhh\appdata\local\programs\python\python37\lib\site-packages (from nevergrad) (1.2.0) Requirement already satisfied: cma>=2.6.0 in c:\users\lzhhh\appdata\local\programs\python\python37\lib\site-packages (from nevergrad) (3.1.0) Requirement already satisfied: scipy>=0.14.0 in c:\users\lzhhh\appdata\local\programs\python\python37\lib\site-packages (from bayesian-optimization>=1.2.0->nevergrad) (1.7.2) Requirement already satisfied: scikit-learn>=0.18.0 in c:\users\lzhhh\appdata\local\programs\python\python37\lib\site-packages (from bayesian-optimization>=1.2.0->nevergrad) (1.0.2) Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\lzhhh\appdata\local\programs\python\python37\lib\site-packages (from scikit-learn>=0.18.0->bayesian-optimization>=1.2.0->nevergrad) (3.0.0) Requirement already satisfied: joblib>=0.11 in c:\users\lzhhh\appdata\local\programs\python\python37\lib\site-packages (from scikit-learn>=0.18.0->bayesian-optimization>=1.2.0->nevergrad) (1.1.0)` |
Something odd is going on with paths. Do you have more than one python install? What happens if you start |
You've installed nevergrad for the python 3.7 (look closely at the pip output) and you are trying to use it in python 3.6. As expected this fails. Probably your |
Steps to reproduce
Observed Results
Then shows the error:
Expected Results
no this error, since in pycharm, it shows that nevergrad is successfully installed
Relevant Code
The text was updated successfully, but these errors were encountered: