Interlace
Interlace copied to clipboard
ModuleNotFoundError: No module named 'Interlace
Traceback (most recent call last):
File "/usr/bin/interlace", line 33, in
Hey try use a lower version of python3 , I switched to Python 3.6.9 and it worked fine
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/
Sorry, the correct is
cp -r /usr/lib/python3.8/site-packages/* /usr/local/lib/python3.8/dist-packages/
Was this issue all fixed, or were people still seeing issues?
Sorry, the correct is
cp -r /usr/lib/python3.8/site-packages/* /usr/local/lib/python3.8/dist-packages/
This worked for me. Thanks :)
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.