Error loading library
kirillleo1
FREEOP
7 months ago
import urllib3 # type: ignore[no-redef]
^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'urllib3'
I have tried many ways and for some reason I always have problems with loading libraries Help please I'm very tired
2 Replies
7 months ago
Hey, have you specified urllib3 in your requirements.txt or in any other Python package manager dependency file?
uxuz
Hey, have you specified urllib3 in your requirements.txt or in any other Python package manager dependency file?
kirillleo1
FREEOP
7 months ago
Yes, I tried to specify and many other different attempts and did but nothing worked but now I decided to use a slightly different method now I will try to use it to make the data saved during deployment
