python-romkan icon indicating copy to clipboard operation
python-romkan copied to clipboard

importlib load_source Error while running setup.py

Open laharieswar opened this issue 1 year ago • 0 comments

image 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'

laharieswar avatar Feb 23 '24 05:02 laharieswar