-
Notifications
You must be signed in to change notification settings - Fork 3k
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
OS Error 9: Bad file descriptor while trying to use pip install .... #8769
Comments
update python to 3.6 to 3.7 and try to run the same C:\Users\warrior>pip install pyinstaller C:\Users\warrior>python --version |
Well am running on python 3.8.3 through anaconda. pip is installed but can not get to install any other package. it brings up the bad descriptor error 9 |
I am facing this issue too |
When you say "I resorted to installing packages manually" what precisely did you do? Unpack the wheel and manually copy the files into place? Or something else? And when you say "some still come up with the OS Error 09: Bad File Descriptor", again, what do you mean? That packages you "installed manually" give that error? When? When you import them? This issue seems like it's affecting multiple people, but there's so little information on how it occurs, or how to reproduce it, that there's nothing much we can do until someone supplies more information. |
if i am trying to install any module in pychrm then i get bad discriptor error. please give me a solution on this |
pip install pyinstaller for this still come up with the OS Error 09: Bad File Descriptor |
How to resolve this issue?
…On Thu 17 Sep, 2020, 5:38 PM KD_chandrasekhar, ***@***.***> wrote:
pip install pyinstaller
for this still come up with the OS Error 09: Bad File Descriptor
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8769 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQH4MCIGWZFNEJRSCNJAIX3SGH34VANCNFSM4QAQWVFA>
.
|
I installed python on my D drive and it fixed the error completely, so try changing the location for the installation of python to some other drive and see if it works |
I experienced same error for two weeks but couldn't find solution. |
First think, check the script folder is empty, if folder is empty ensure the pip first use this command "python -m ensurepip" then check that folder it have some pip .exe files then will try "PIP install *" .or other wise change the directory. |
OS Version: Windows 10
Python version: Version 3.6
Attached is a screenshot of the error
The text was updated successfully, but these errors were encountered: