Open mattvan83 opened 5 years ago
Can you try also doing:
export QT_API=pyqt
To see if it helps?
Can you do:
$ python -c "from PyQt5 import QtCore"
on your system? If not, then you probably need to pip install pyqt5
or so to get the PyQt5 toolkit going.
I'm not sure the getting started advice we have reflects current best practices with the dependency versions you get from normal channels.
I wrote this a little while back: https://gist.github.com/mwaskom/5464accbdf387b3309520fa9db8837ae
IIRC, conda does now install a mayavi that works better, though
Hello,
After having install PySurfer according guidelines on OSX 10, I wanted to run the simple plot_basics.py example and got this error:
I used conda environment and tried many different installations of package without any success.
Anybody has a solution?
Best, Matthieu