Re: FW: NEED SOLUTION FOR ERROR

2020-10-13 Thread Kyle Stanley
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  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@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
>
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: FW: NEED SOLUTION FOR ERROR

2020-10-11 Thread MRAB

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@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


FW: NEED SOLUTION FOR ERROR

2020-10-11 Thread hey



Sent from Mail for Windows 10

From: hey
Sent: Saturday, October 10, 2020 7:40 PM
To: python-list@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

Sent from Mail for Windows 10


-- 
https://mail.python.org/mailman/listinfo/python-list