-
I installed on Linux Mint 20.1 using the "Generic Installation with pip (recommended)" instructions. $ urh Does anyone know what the problem might be? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The fix turned out to be simple. My topic title should say "crash" not "crass", by the way. |
Beta Was this translation helpful? Give feedback.
-
jcoles56, When you reinstalled numpy with pip, did it reinstall all of the other programs that were uninstalled when numpy was uninstalled? $ pip uninstall numpy I would like to know if your program removed all of these packages and then reinstalled everything back when you reinstalled numpy. Please also see issue #897: |
Beta Was this translation helpful? Give feedback.
-
Latest kali linux have similar Expected 96 got 88 from PyObject (numpy) |
Beta Was this translation helpful? Give feedback.
The fix turned out to be simple.
pip uninstall numpy
pip install numpy
My topic title should say "crash" not "crass", by the way.