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

ModuleNotFoundError: No module named 'Interlace #158

Open
vansh1 opened this issue Feb 23, 2022 · 6 comments
Open

ModuleNotFoundError: No module named 'Interlace #158

vansh1 opened this issue Feb 23, 2022 · 6 comments

Comments

@vansh1
Copy link

vansh1 commented Feb 23, 2022

Traceback (most recent call last):
File "/usr/bin/interlace", line 33, in
sys.exit(load_entry_point('Interlace==1.9.5', 'console_scripts', 'interlace')())
File "/usr/bin/interlace", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 961, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'Interlace'

@Dazaiii1
Copy link

Hey try use a lower version of python3 , I switched to Python 3.6.9 and it worked fine

@amirnsahmad
Copy link

The bin is being generated in wrong folder in some cases.

Use this command: (probably you need to change the Python version in PATH):

cp /usr/lib/python3.8/site-packages/* /usr/local/lib/python3.8/dist-packages/

@amirnsahmad
Copy link

Sorry, the correct is

cp -r /usr/lib/python3.8/site-packages/* /usr/local/lib/python3.8/dist-packages/

@prodigysml
Copy link
Collaborator

Was this issue all fixed, or were people still seeing issues?

@rishikesh-j
Copy link

rishikesh-j commented Nov 16, 2022

Sorry, the correct is

cp -r /usr/lib/python3.8/site-packages/* /usr/local/lib/python3.8/dist-packages/

This worked for me. Thanks :)

@stale
Copy link

stale bot commented May 21, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

5 participants