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
I installed the package using python setup.py install. It seems that it is installed correctly but when I import the module, I face this error:
Traceback (most recent call last):
File "", line 1, in
File "/home/ghalton/ghalton/__init__.py", line 3, in
from .ghalton_wrapper import *
File "/home/ghalton/ghalton/ghalton_wrapper.py", line 17, in
_ghalton_wrapper = swig_import_helper()
File "/home/ghalton/ghalton/ghalton_wrapper.py", line 16, in swig_import_helper
return importlib.import_module('_ghalton_wrapper')
File "/home/env-MCMC/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_ghalton_wrapper'
The text was updated successfully, but these errors were encountered:
I installed the package using python setup.py install. It seems that it is installed correctly but when I import the module, I face this error:
The text was updated successfully, but these errors were encountered: