-
Notifications
You must be signed in to change notification settings - Fork 38
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 'magent2.environments' #14
Comments
same problem |
I have the same problem. It must be something with the installer, since after installing there are only two files in the site-packages directory: |
same problem |
Solution that worked for me (credit to Carton9): After you run command |
Hello! New Patch v0.3.3 was recently released to resolve this this issue thus no longer requires the workaround mentioned by @scottmayberry via @Carton9. Please open a new issue if any other issues are encountered after installing the updated version via pip install. This fix should allow the use of the library both locally and in a collaborative environment like Google Collab. |
I install the magent2 by command
pip install magent2
and try to run the demon code. Yet it shows following error.Traceback (most recent call last): File "****\test.py", line 1, in <module> from magent2.environments import battle_v4 ModuleNotFoundError: No module named 'magent2.environments'
The text was updated successfully, but these errors were encountered: