Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import error #9

Open
aminnayebi opened this issue Apr 5, 2019 · 1 comment
Open

import error #9

aminnayebi opened this issue Apr 5, 2019 · 1 comment

Comments

@aminnayebi
Copy link

aminnayebi commented Apr 5, 2019

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'   
@fmder
Copy link
Owner

fmder commented Nov 9, 2019

Can you try again with the new published wheels?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants