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
Hi, thank you for sharing the code. I'm encountering a simple issue when trying to run the example from the readme: the module couldn't find these packages from .cstreed import initialize_streed_solver, ParameterHandler.
The text was updated successfully, but these errors were encountered:
I've seen this happen before if you run the python terminal from the pystreed folder after installing (or any other folder with the name "pystreed"). The relative import .cstreed then gets confused (it imports the local pystreed folder, instead of the one installed in the site_packages folder, where the compiled cstreed is)
If you run python from another folder, it will probably work
Hi, thank you for sharing the code. I'm encountering a simple issue when trying to run the example from the readme: the module couldn't find these packages
from .cstreed import initialize_streed_solver, ParameterHandler
.The text was updated successfully, but these errors were encountered: