Transcrypt
Transcrypt copied to clipboard
Cannot import any installed libraries
Saving target code in: /Users/davidclass/sprintStart/src/python/__target__/org.transcrypt.__runtime__.js
Saving minified target code in: /Users/davidclass/sprintStart/src/python/__target__/org.transcrypt.__runtime__.js
Error while compiling (offending file last):
File '/Users/davidclass/sprintStart/src/python/experiment.py', line 2, at import of:
File 'imutils', line 23, namely:
Import error, can't find any of:
/Users/davidclass/sprintStart/src/python/meta/find_function.py
/Users/davidclass/sprintStart/src/python/meta/find_function.js
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/transcrypt/modules/meta/find_function.py
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/transcrypt/modules/meta/find_function.js
/Library/Frameworks/Python.framework/Versions/3.8/bin/meta/find_function.py
/Library/Frameworks/Python.framework/Versions/3.8/bin/meta/find_function.js
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/meta/find_function.py
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/meta/find_function.js
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/meta/find_function.py
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/meta/find_function.js
/Users/davidclass/Library/Python/3.8/lib/python/site-packages/meta/find_function.py
/Users/davidclass/Library/Python/3.8/lib/python/site-packages/meta/find_function.js
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/meta/find_function.py
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/meta/find_function.js
/Users/davidclass/sprintStart/src/python/meta.py
/Users/davidclass/sprintStart/src/python/meta.js
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/transcrypt/modules/meta.py
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/transcrypt/modules/meta.js
/Library/Frameworks/Python.framework/Versions/3.8/bin/meta.py
/Library/Frameworks/Python.framework/Versions/3.8/bin/meta.js
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/meta.py
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/meta.js
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/meta.py
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/meta.js
/Users/davidclass/Library/Python/3.8/lib/python/site-packages/meta.py
/Users/davidclass/Library/Python/3.8/lib/python/site-packages/meta.js
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/meta.py
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/meta.js
I can confirm that the packages are installed and working.
With a few exceptions Transcrypt uses JS rather than Python libraries. Note also that the current compiler is designed to work with Python 3.7. A 3.9 version is under development.
Closing since no further comments.