You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
I get the following error while using enjarify with pypy3:
struct.error: unpack str size too short for format
Using python3 fixes the issue. Also, the script will not use python because python -c "print(range)" returns "<built-in function range>", not "<class 'range'>".
The text was updated successfully, but these errors were encountered:
I get the following error while using enjarify with pypy3:
Using python3 fixes the issue. Also, the script will not use python because
python -c "print(range)"
returns"<built-in function range>"
, not"<class 'range'>"
.The text was updated successfully, but these errors were encountered: