#๐ ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
16 messages ยท Page 1 of 1 (latest)
@sinful ledge
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Have you tried reinstalling urllib3?
Please tell us your python version, your requests version, and what exactly you tried to run for it to break like this
fwiw they removed "six" over three years ago
https://github.com/urllib3/urllib3/pull/2078
There is another possibility to remove the dependency to six.
we can move the required function of six like ensure_str, ensure_binary, ... and then remove six.py
so you've got something that's really old, we need to figure out what. maybe "requests"?
Or share the latest traceback and we might have a better clue
!traceback looks like this
Please provide the full traceback for your exception in order to help us identify your issue.
While the last line of the error message tells us what kind of error you got,
the full traceback will tell us which line, and other critical information to solve your problem.
Please avoid screenshots so we can copy and paste parts of the message.
A full traceback could look like:
Traceback (most recent call last):
File "my_file.py", line 5, in <module>
add_three("6")
File "my_file.py", line 2, in add_three
a = num + 3
~~~~^~~
TypeError: can only concatenate str (not "int") to str
If the traceback is long, use our pastebin.
Did you get it from Github?
So we can figure out where the problem originates
Oh that's your repo?
can you run pip list and share here?
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.