-
Notifications
You must be signed in to change notification settings - Fork 337
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
pls fix the 'werkzeug' library #96
Comments
bump |
bump. |
I have fixed it and it is available for the pip install with the package name of robobro which would install robobrowser. |
@andersonneo67 hey, I've tried using your fix and it still gives me the same error :/ . Does its source code come from your robobrowser directory? Because upon inspection the browser.py line 8 |
you could try uninstalling the already installed robobrowser Robobro is same as the robobrowser with the werkzeug fix This should do the update and then you can import the package the usual way |
The robobrowser module is out of date, see jmcarp/robobrowser#96.
@andersonneo67 The owner seems to have abandoned this project. Have you considered forking and maintaining it? I like this library and it would be nice to have a new "official" repository that can accept fixes in case something breaks. |
Another solution is to downgrade werkzeug from version >=1 to version <1.
The reason for the import error is because werkzeug new version is not backward compatible. |
This is a solid fix and useful, though I would not use this library going forward outside of quick scripts which you won't heavily rely upon. |
Just commit #97 to fix this
The text was updated successfully, but these errors were encountered: