-
Notifications
You must be signed in to change notification settings - Fork 138
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
Error trying to view pysph examples (windows 10, anaconda, python 3.7.4) #315
Comments
Sorry this is an issue with bitrot on the pysph repo that I will fix ASAP -- the ETS_TOOLKIT used to be qt4 now it is qt, for now do this |
Actually it may not be this at all. What have you installed pyqt5 or pyside2? It is possible that there is some incompatibility with the VTK you have installed and pyqt. You can test in python with:
assuming pyqt5 above. If that import is failing there is an issue. |
According to anaconda navigator I have QT Console 5.1.0. When I tried import vtk in python I get: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Actually I have python 3.7.4 Python 3.7.4 (default, Aug 9 2019, 18:34:13) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32 I have vtk 8.2.0 and vtk--PKG (not sure what this is) installed |
So the VTK modules are not installed properly in your environment. I have found that it is easiest to just |
@prabhuramachandran
I get
RuntimeError: No pyface.toolkits plugin could be loaded for qt4
pyqt is installed (according to anaconda navigator). Should PyQT be downgraded to PyQT4?
The text was updated successfully, but these errors were encountered: