Replies: 1 comment
-
|
Scikit-image has decided to change the name of this function, so it means you are using a new version of scikit-image. You can need to downgrade it to 0.23. I think that In the new release of porespy we have fixed this, but it's not on pypi yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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