## Steps to reproduce 1. pip install nevergrad 2. run a script from cmd using 'python muzero.py' from https://github.com/werner-duvaud/muzero-general ## Observed Results Then shows the error: ``` Traceback (most recent call last): File "muzero.py", line 10, in <module> import nevergrad ModuleNotFoundError: No module named 'nevergrad' ``` ## Expected Results no this error, since in pycharm, it shows that nevergrad is successfully installed ## Relevant Code ``` pip install nevergrad ``` <!--- In any case, don't hesitate to join and ask questions if you need on Nevergrad users Facebook group https://www.facebook.com/groups/nevergradusers/ -->