Closed hhh-0 closed 10 months ago
+1
Ok, I think I found the reason:
You can install the latest version from the github source code with this pip command:
pip install --upgrade --force-reinstall git+https://github.com/karolzak/ipyplot
(Remember to restart the python environment and reload libraries again to have the new installed version)
This worked for me.
should someone upgrade the PyPi?
Thanks everyone for raising this issue. I finally fixed the publish process and released the new package to PyPI with 1.1.2 version so there's no need for hacks and workarounds anymore :) Thank you all for your patience!
With numpy version 1.25.2 installed, ipyplot.plot_images() gives AttributeError: module 'numpy' has no attribute 'float'.
It looks like the fix (https://github.com/karolzak/ipyplot/pull/51 ) is merged but due to build fail, the latest version isn't available in PyPI.