We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i get some errors after i installed the dependencies. To try the animation demo.
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'.
ImportError: Matplotlib qt-based backends require an external PyQt4, PyQt5,
ImportError: cannot import name '_validate_lengths' from 'numpy.lib.arraypad'
The following command solved my problems pip3 install numpy==1.16.0 scikit-image==0.14.2 pyside2==5.14.0
pip3 install numpy==1.16.0 scikit-image==0.14.2 pyside2==5.14.0
My system Python 3.8.10 on Linux Mint 20.2 Uma \n \l
Hope it helps someone. Many greetings
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i get some errors after i installed the dependencies. To try the animation demo.
The following command solved my problems
pip3 install numpy==1.16.0 scikit-image==0.14.2 pyside2==5.14.0
My system
Python 3.8.10 on Linux Mint 20.2 Uma \n \l
Hope it helps someone. Many greetings
The text was updated successfully, but these errors were encountered: