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
{{ message }}
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
I successfully installed SeismicMesh by .whl , but when importing SeismicMesh in spyder, the following problems occur:
[autoreload of SeismicMesh.decomp failed: Traceback (most recent call last):
File "D:\Python\Python\lib\site-packages\IPython\extensions\autoreload.py", line 245, in check
superreload(m, reload, self.old_objects)
File "D:\Python\Python\lib\site-packages\IPython\extensions\autoreload.py", line 394, in superreload
module = reload(module)
File "D:\Python\Python\lib\imp.py", line 314, in reload
return importlib.reload(module)
File "D:\Python\Python\lib\importlib_init_.py", line 159, in reload
raise ImportError(msg.format(parent_name),
ImportError: parent 'SeismicMesh' not in sys.modules
]
File "D:\Python\Python\lib\site-packages\SeismicMesh\geometry_init_.py", line 1, in
from _fast_geometry import (
ModuleNotFoundError: No module named '_fast_geometry'
The text was updated successfully, but these errors were encountered:
The error occurs because the CPP modules did not compile correctly. Please use python setup.py develop in the package directory and see what the error is.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I successfully installed SeismicMesh by .whl , but when importing SeismicMesh in spyder, the following problems occur:
The text was updated successfully, but these errors were encountered: