-
Notifications
You must be signed in to change notification settings - Fork 152
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
'Module_six_moves_urllib_parse' object has no attribute 'SplitResult' #47
Comments
Oh and I forgot: I'm running Python 2.7.6. |
Thanks for including your Python version. It looks like an old version of six is installed. Check which version is installed with
Furl requires six v1.8.0 or later (see setup.py). If you installed furl via pip ( |
I use |
I can't reproduce this error.
Are you sure six v1.9.0 and furl v0.4.4 are installed for Python 2.7.6? Perhaps you have multiple versions of Python installed and six v1.9.0 and furl v0.4.4 are installed under a different version. |
@gruns, it works! ^_^ , $ python
|
@n3xtchen Awesome. |
I do not get this error with furl-0.3.7. I get this error with furl-0.4.2.
The text was updated successfully, but these errors were encountered: