Interlace icon indicating copy to clipboard operation
Interlace copied to clipboard

ModuleNotFoundError: No module named 'Interlace

Open vansh1 opened this issue 3 years ago • 6 comments

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'

vansh1 avatar Feb 23 '22 19:02 vansh1

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

Dazaiii1 avatar Apr 25 '22 22:04 Dazaiii1

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 avatar Jul 27 '22 05:07 amirnsahmad

Sorry, the correct is

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

amirnsahmad avatar Aug 19 '22 12:08 amirnsahmad

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

prodigysml avatar Sep 05 '22 13:09 prodigysml

Sorry, the correct is

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

This worked for me. Thanks :)

rishikesh-j avatar Nov 16 '22 17:11 rishikesh-j

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.

stale[bot] avatar May 21 '23 22:05 stale[bot]