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

OS X: matplotlib and PyQT5 dependencies needed #41

Open
abhayghatpande opened this issue Sep 23, 2017 · 0 comments
Open

OS X: matplotlib and PyQT5 dependencies needed #41

abhayghatpande opened this issue Sep 23, 2017 · 0 comments

Comments

@abhayghatpande
Copy link

Hi, thanks for creating this. If you could update the README to include two more dependencies: Matplotlib (for pylab) and PyQT5.

Also I had to add the following to lib/processors_noopenmdao.py before import pylab statement:

import matplotlib
matplotlib.use('QT5Agg')
import pylab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant