Skip to content

import error #9

@aminnayebi

Description

@aminnayebi

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'   

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions