ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

Python frozen after pip install of exif #48

Open aolme opened 4 years ago

aolme commented 4 years ago

$ python -m pip install exif $python Traceback (most recent call last): File "", line 1, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 668, in _load_unlocked File "", line 638, in _load_backward_compatible File "/private/var/containers/Bundle/Application/6CD9ECDD-99F5-4DE6-87A3-8F97C0C26C45/LibTerm.app/python37.zip/code.py", line 9, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 668, in _load_unlocked File "", line 638, in _load_backward_compatible File "/private/var/containers/Bundle/Application/6CD9ECDD-99F5-4DE6-87A3-8F97C0C26C45/LibTerm.app/python37.zip/traceback.py", line 5, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 668, in _load_unlocked File "", line 638, in _load_backward_compatible File "/private/var/containers/Bundle/Application/6CD9ECDD-99F5-4DE6-87A3-8F97C0C26C45/LibTerm.app/python37.zip/linecache.py", line 11, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 668, in _load_unlocked File "", line 638, in _load_backward_compatible File "/private/var/containers/Bundle/Application/6CD9ECDD-99F5-4DE6-87A3-8F97C0C26C45/LibTerm.app/python37.zip/tokenize.py", line 33, in File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 668, in _load_unlocked File "", line 638, in _load_backward_compatible File "/private/var/containers/Bundle/Application/6CD9ECDD-99F5-4DE6-87A3-8F97C0C26C45/LibTerm.app/python37.zip/re.py", line 143, in AttributeError: module 'enum' has no attribute getattr

Cyber-code commented 4 years ago

I have the same issue (I opened a ticket), it’s seem like the process just before has not ended, if you relaunch the app, it will be ok