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
Can't get Jass to work. Had to chmod +x ./start_server.py, modify the interpreter path from #!/usr/bin/python3.5 to #!/usr/bin/python3.6 and pip3.6 install -r ./requirements.txt. Is it compatible with Python 3.6?
Hi, this project is far from complete, and probably wasn't left in a great state. I'm exceptionally busy with work so it will be a while before I can resume working on it, but I do intend to do so at some point, I'm just not sure when that will be. I suggest you 'watch' the repo and you'll be notified of any activity.
Can't get Jass to work. Had to
chmod +x ./start_server.py
, modify the interpreter path from#!/usr/bin/python3.5
to#!/usr/bin/python3.6
andpip3.6 install -r ./requirements.txt
. Is it compatible with Python 3.6?The text was updated successfully, but these errors were encountered: