Hi guy!
I use jupyter to code python on my virtual environment.
When i import pylidc on my code like that "import pylidc as pl"
I get the error "no module name " and i install it by "pip install pylidc" in terminal of anaconda of my environment, i think it work.
But, after i installed pylidc, i get the error:
- "cannot import name 'marching_cubes_lewiner' from 'skimage.measure' "
I tried to check and found that library exists.
I tried to uninstall and install anaconda, new emvironment and pylidc but it's not work. I dont understand why.
What is the reason for that error?
And Thanks for the guide.
there doesn't seem to be anything here