ghalton
ghalton copied to clipboard
import error
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'
Can you try again with the new published wheels?