FW: NEED SOLUTION FOR ERROR

Kyle Stanley aeros167 at gmail.com
Tue Oct 13 04:16:23 EDT 2020


It would also be helpful to list the full traceback as well as the exact
command used (e.g. package attempted to install and passed arguments to
pip). A bad file descriptor error sounds like there's a fair chance of it
being an issue within a specific module, or something like your OS running
out of FDs (rare, but definitely possible if the max limit is low).

On Sun, Oct 11, 2020 at 10:12 PM MRAB <python at mrabarnett.plus.com> wrote:

> On 2020-10-11 09:13, hey wrote:
> >
> >
> > Sent from Mail for Windows 10
> >
> > From: hey
> > Sent: Saturday, October 10, 2020 7:40 PM
> > To: python-list at python.org
> > Subject: NEED SOLUTION FOR ERROR
> >
> > I am Akshat Sharma one of python user from INDIA . I am facing problem
> in getting pip installed.
> > When I am trying to install a module using PIP it showing me error : No
> such file found in directory .
> > Then I tried to install pip doing so , I am getting another error :
> OSError [errno 9] Bad File Descriptor.
> > Please guide me what should I do to overcome this type of error.
> > THANK YOU
> > Regards
> >
> You could try using the pip module via the Python launcher.
>
> Instead of:
>
>      pip install something
>
> try:
>
>      py -m pip install something
> --
> https://mail.python.org/mailman/listinfo/python-list
>


More information about the Python-list mailing list