Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pureSPharm needs recoSurface from vedo which was removed #9

Open
GeraldR101 opened this issue Sep 14, 2024 · 1 comment
Open

pureSPharm needs recoSurface from vedo which was removed #9

GeraldR101 opened this issue Sep 14, 2024 · 1 comment

Comments

@GeraldR101
Copy link

pureSPharm line 18 has
from vedo import printc, load, spher2cart, mag, ProgressBar, Points, recoSurface, write
current version of vedo, 2024.5.2, does not have recoSurface

python3 ../FeARLesS-main/Fearless/pureSPharm.py
generates
ImportError: cannot import name 'recoSurface' from 'vedo' (/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/vedo/__init__.py)

The specified version of vedo==2020.4.1 requires an old version of vtk.

@GeraldR101
Copy link
Author

Looks like reconstruct_surface replaced recoSurface

Also in utils.py probePoints is now probe_Points

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant