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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: