python-romkan
python-romkan copied to clipboard
importlib load_source Error while running setup.py
Hi
I am facing this error after running the setup.py file. Please help
python setup.py install Traceback (most recent call last): File "C:\Users\lahhe\Documents\python-romkan-master\setup.py", line 17, in
VERSION = imp.load_source('version', os.path.join(here, 'src/%s/version.py' % PACKAGE_NAME)).version ^^^^^^^^^^^^^^^ AttributeError: module 'importlib' has no attribute 'load_source'