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
build.py doesn't work with python 3. You have to use python 2.7 or otherwise adapt the file to python 3 : you have to modify the print statements, change iteritems to items and replace libraries SimpleHTTPServer and SocketServer by their analogs in python 3. And then pray that everything else works fine.
Hi,
I'm using python 3.7 and I still the same issue. Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: