-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
ImportError: cannot import name parse_http_list #90
Comments
Hi @MadaraTech, I'm assuming you haven't run:
This has properly managed dependencies so you can't run it out of the folder as shown above. |
Closing this as I believe it's a known issue with packages of this nature. Feel free to re-open if setup.py doesn't properly add everything to your path. |
Hey @codingo, No, As I said I'm facing this error after installing the dependencies, using
|
Ah, my apologies - your issue stated that you installed using git clone so I had assumed you missed running setup.. It looks like this is trying to use urllib2 instead of urllib3. A bit unsure to the cause - trying to replicate. Can you let me know how your environment is configured so I can reproduce the error? |
I tried few solutions from the internet, none of them worked.
and yes, I'm running this on Ubuntu machine. |
Ok great - if you can bear with me I'll build an Ubuntu VM tomorrow to test this. |
@timkent tagging in case you have something to test this in also. I only have kali/arch builds available atm. |
No problem, please take your time and maybe reopen the issue for the better tracking and thanks for your support and work! |
@MadaraTech sorry that this has yet to be looked into. Hoping to get some time later this week to properly investigate. |
This looks to be solved with #93. Could you use the following install and let me know if you get any build errors?
|
What's the problem (or question)?
After git clone and successful installation of all the requirements getting following error.
What are the running context details?
git clone
The text was updated successfully, but these errors were encountered: