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

importlib load_source Error while running setup.py #16

Open
laharieswar opened this issue Feb 23, 2024 · 0 comments
Open

importlib load_source Error while running setup.py #16

laharieswar opened this issue Feb 23, 2024 · 0 comments

Comments

@laharieswar
Copy link

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'

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

1 participant