FW: NEED SOLUTION FOR ERROR

MRAB python at mrabarnett.plus.com
Sun Oct 11 22:09:01 EDT 2020


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


More information about the Python-list mailing list