Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImportError: cannot import name viewkeys #336
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.