-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
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
500 ERROR - Unable to import module 'vc__handler__python' #22
Comments
In the forked repository I rolled back to the previous commit done by Thomas and it worked. What could be the cause of the new versions breaking? |
Without rolling back you can add
in requiremet.txt. It solved the issue |
It didnt fix it for me unfortunately. Tried every version combination I could find and think of |
Strange. This is my exact entries in the requirements.txt In case it can helps you: requests==2.28.1
python-dotenv==0.21.0
Werkzeug==2.2.2```
|
Hey guys, apologies for the super late response. This is most likely due to an outdated dependencies list. Just go to the |
Hi, I updated the GitHub recently with new deployment instructions. Please try deploying on PythonAnywhere and let me know if that works for you. |
[ERROR] Runtime.ImportModuleError: Unable to import module 'vc__handler__python': cannot import name 'url_quote' from 'werkzeug.urls' (/var/task/werkzeug/urls.py)
The text was updated successfully, but these errors were encountered: