Skip to content
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

Add warning for matplotlib in virtual env on Mac #669

Merged
merged 2 commits into from
Jul 22, 2016
Merged

Conversation

meatballs
Copy link
Member

Fix #668

@meatballs meatballs added the bug label Jul 22, 2016

except RuntimeError:
matplotlib_installed = False
warnings.warn('matplotlib does work with virtual environments on MacOS.')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps something like:

"If you are using a virtual environment this might be causing the error: matplotlib does not..."

(Only bold facing the not because I think that's what you mean?)

Just thinking in case a run time error kicks in for a different reason?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, dumb stupid typo! I'll sort it...

@drvinceknight
Copy link
Member

Looks good to me. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants