-
Notifications
You must be signed in to change notification settings - Fork 133
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
Can't run python -m pytest #160
Comments
Ah yeah, this is a matplotlib error. I can't really say I understand it but the solution is the following. Anywhere matplotlib is imported, replace it with
|
That seems to solve the matplotlib problem! Thank you! But then these errors occur:
Saw this post as a potential solution but not sure how to go about this. |
Oh boy, can you just try running |
I did the above command but these errors occur:
I'm not sure what exactly is the problem. |
Well in this case it seems rllib versioning is the issue. Hmm, not sure why this is happening at the moment, but you could try upgrading rllib slightly to like, 0.7.2. |
I tried to upgrade rllib as suggested but the same errors occurred. Also this url in README.txt: https://github.com/ray-project/ray/blob/master/python/ray/rllib/env/multi_agent_env.py is not working anymore. |
Got the line: Then merge the folder inside anaconda envs with: And got this as a result:
Thanks again! |
I followed the set up instructions in README.txt.
I'm using macOS 10.14.6, anaconda 4.7.12, Python 3.6.7 inside "causal" environment.
However, when I cd to tests and run:
python - m pytest
Here is what I got:
Any suggestions?
The text was updated successfully, but these errors were encountered: