-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Plotting error after first installation #1
Comments
Thanks! This will probably be useful for other folks that find the same thing. If there's something more we can do from the package side it'd be good to know that too. (We ran into this issue during early testing, and its a pretty tricky one to tackle as a python package) |
Fixing this within the next couple of days is on the todo list! Thanks for flagging! |
It seems to be linked to the install of matplotlib done within conda env. Thanks for the fix! |
Update: suuuuuper sorry for how long it's taking to give a real response on this. Handling it requires a partial installation doc rewrite which I haven't had time to do yet (because I want to verify that it'll work by tinkering on a mac computer I'm currently away from). Coming soon. |
No worries man, there's really no hurry. A quick Google search should help anyone with a problem, or they can easily refer to the issues section of the repo. Enjoy your vacation! (I take it that's why you're away) |
I ran into this as well. After I ran:
|
Nevermind, this works now! |
Facing same problem using mkvirtualenv for my virtualenv |
Hi, would you mind tell me how did you fix the 'NSInvalidArgumentException' problem? I got the same problem, and no idea how to fix it. Thanks. |
So, at long last, to the best of my knowledge this issue is fixed by upgrading the matplotlib install to version 3.1.1. The |
As a heads up some users might run into the following error when attempting to plot the performance of their agent when checking their installation the first time:
In order to overcome this, they can follow the steps outlined here
I have no clue if this only happens in a virtual environment (I was personally using a Conda environment) and didn't know where else to put it. Hope this helps!
The text was updated successfully, but these errors were encountered: