-
Notifications
You must be signed in to change notification settings - Fork 294
ImportError: cannot import name viewkeys #336
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
Comments
I'm also getting this error when trying to run Bikeshed |
I "fixed" it by doing sudo pip install --ignore-installed six |
I got the same problem and the same solution, thanks @jakearchibald ! (+@tabatkins FYI) |
Thanks @jakearchibald. I had the same problem but when installing Bikeshed for the first time on OSX. Seems to be working now with your solution. |
And I've updated the Bikeshed docs accordingly. Thanks! |
This should already be fixed and is basically a duplicate of #301. |
@Chronial Awesome--thanks! |
I have python code that uses mechanize to login to a website. With six==1.4.1 and six==1.10.0, I get this error:
This appears to similar to this post, except changing the version of six package didn't fix anything.
The text was updated successfully, but these errors were encountered: