We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using Python 3.6.1. (I know you've tested 3.4.3, but I'm living dangerously here.) The python reconcile.py --debug step throws an error about No module named 'SocketServer'. I found this thread to explain the solution: https://stackoverflow.com/questions/39214395/running-flask-dev-server-in-python-3-6-raises-importerror-for-socketserver-and-f. After updating werkzeug, the python reconcile.py --debug command worked.
The text was updated successfully, but these errors were encountered:
thanks for this! i'll try to update this weekend.
Sorry, something went wrong.
also very happy to hear people are still using this script - let me know if there is anything i can do to update it for use
cmharlow
No branches or pull requests
I am using Python 3.6.1. (I know you've tested 3.4.3, but I'm living dangerously here.) The python reconcile.py --debug step throws an error about No module named 'SocketServer'. I found this thread to explain the solution: https://stackoverflow.com/questions/39214395/running-flask-dev-server-in-python-3-6-raises-importerror-for-socketserver-and-f. After updating werkzeug, the python reconcile.py --debug command worked.
The text was updated successfully, but these errors were encountered: