Closed EgonGoodman closed 5 years ago
This is an issue related to the newest build of PyWin32, which has trouble running with virtual environments: PyWin32 (226) and virtual environments
During the installation of mlagents by PIP, one of the requirements is the xlwings package, which has a requirement of the pywin32 version >= 224, therefore downloading and installing the newest build of pywin32.
Try using:
pip3 install pywin32==225
before running:
pip3 install mlagents
Thank you for your help Tylawoj! It worked out! I tried over 8 hours and now it works.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
hi guys. I'm a beginner in RL/Python/Unity and have no Idea what I did wrong.
I tried to follow this description:
https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Installation.md
but before I started I created a venv in python.
after I used
pip3 install mlagents
nothing worked anymore. When I want to usemlagents-learn --help
. I always get this message:Before I used
pip3 install mlagents
everything works normal. When i leave the venv and ask for the pip list I get this:I hope you can help me.