Skip to content

ModuleNotFoundError: No module named 'nevergrad' #1342

@lzhhh93

Description

@lzhhh93

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions