You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
----> 2 import porespy as ps
returns:
ImportError: cannot import name 'skeletonize_3d' from 'skimage.morphology' (/home/hydros/anaconda3/lib/python3.12/site-packages/skimage/morphology/init.py)
I am using newst anaconda on linux, porespy 2.4.1, python 3.12.2, scikit-image 0.25.0.
I saw that scikit-image 0.25.0 has removed skeletonize_3d. To resolve this, I tried to downgrade scikit-image to 0.19.3, but it requires another python version.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am new in porespy, installed everything now and when I go for the example (https://porespy.org/examples/simulations/tutorials/overview_of_two_phase_flow_part2.html)
----> 2 import porespy as ps
returns:
ImportError: cannot import name 'skeletonize_3d' from 'skimage.morphology' (/home/hydros/anaconda3/lib/python3.12/site-packages/skimage/morphology/init.py)
I am using newst anaconda on linux, porespy 2.4.1, python 3.12.2, scikit-image 0.25.0.
I saw that scikit-image 0.25.0 has removed skeletonize_3d. To resolve this, I tried to downgrade scikit-image to 0.19.3, but it requires another python version.
Any help on that would be great
Luis
Beta Was this translation helpful? Give feedback.
All reactions