Skip to content
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

Update requirements.txt #1188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

shreyaa2904
Copy link

The current requirements.txt file for the project does not include the six and urllib3 libraries, which are essential for the requests package to function correctly. This omission can lead to Module Not Found Error when attempting to import these modules during runtime, particularly when using versions of the requests library that depend on them.

six>=1.15.0: This ensures compatibility with both Python 2 and 3.
urllib3>=1.25.10: This ensures that the required version of urllib3 is installed, facilitating proper HTTP request handling.

 The current requirements.txt file for the project does not include the six and urllib3 libraries, which are essential for the requests package to function correctly. This omission can lead to ModuleNotFoundError when attempting to import these modules during runtime, particularly when using versions of the requests library that depend on them.

six>=1.15.0: This ensures compatibility with both Python 2 and 3.
urllib3>=1.25.10: This ensures that the required version of urllib3 is installed, facilitating proper HTTP request handling.
@singlecore06483
Copy link

to fix this you can open requirements.txt file in your computer and then write six and click enter to go down and write urllib3 but first delete all writed thinks in requirements.txt and write these two thinks, or you can just install them with pip : pip install urllib3 and do it with six.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants