Monday, October 19, 2020

[SOLVED] OS Error 09 : Bad File Descriptor and Could Not Read From src/future/backports/http/cookies.py | Fully Explained in English

In this post, I have Managed to Explain you How to Fix OS Error Bad File Descriptor or Could not Read From src/future/backports/http/cookies.py Errors

So, If you Like the Post, and your Error is Fixed After Reading the post, then Please Comment Down Below.


For Better Understanding You Should Watch the Full Video [Explained In Hindi Language] By Clicking the Video Button Given Below


Steps to Fix this Error :-

Step 1 : Check that you have Setuptools Installed In your Scripts Folder Or Not.

How to Check :-

#1 : Open Command Prompt or Windows Powershell.

#2 : Type "python".

You Will See This Type of Dialog Box :-

#3 : Type "import setuptools".

If it Returns Nothing, Like Given Below in Image, then Setuptools is Installed in Your PC.

If it Returns a TraceBack Error, then Setuptools is not Installed in your PC.

If Setuptools is Not Installed in Your PC :-

#1 Open Command Prompt or Windows Powershell.

#2 Type "pip install setuptools".

Then Setuptools Will Be Installed.

Step 2: Go to pypi.org and Type the Package Name in the Search Bar, In which You are Facing the Error. After Typing, Press Enter.

Step 3: You Will See Your Package Name Listed, Just Click on it.

Step 4: Now Click on the Download Files option, on the Left Side of the Page.

Step 5: Now you will see Many Files In it, Click on the .tar.gz file, and It will Start Downloading.

Step 6: After Downloading Complete, Navigate to Your Downlaods Folder using Command Prompt.

How to Navigate to Downloads Folder Using Command Prompt :-

#1 : Open Command Prompt, Your Command Prompt will defaultly Navigate to C:\Users\YourPCName, like Shown in the Image below.

#2 : Now type "cd Downloads", and You Will Navigate inside The Downlaods Folder.

Step 7: After Navigating to Downloads Folder, Minimize Command Prompt and go to Downlaods Folder and Right Click the .tar.gz file that You Have Downloaded and Extract the .tar.gz file Using WinRar.

Step 8: Open Command Prompt and Now Navigate to the Folder Formed After Extracting the .tar.gz file, by typing "cd <FolderName>".

Step 9: Type "python setup.py install". And Your Package Will Be Installed Successfully.

MacStock Official

Author & Editor

Python Programmer and a Simple Web Developer. Owns a Youtube Channel Named MacStock Tech & Gaming and This Website also Refers to him

0 Comments:

Post a Comment