problem related to using pip

MRAB python at mrabarnett.plus.com
Fri Jan 17 14:50:12 EST 2020


On 2020-01-17 15:09, Ayush Srivastava wrote:
> when i was running this code on cmd of latest versin of python3.8.1  i got
> this error
> 
> pip install qsharp
> 
> 
> *output*
> Unable to create process using 'C:\ProgramData\Anaconda3\python.exe
> C:\ProgramDa
> ta\Anaconda3\Scripts\pip-script.py install qsharp'
> 
"pip" is used by the standard distribution, from the Python Software 
Foundation.

I believe that Anaconda has its own tool called "conda":

https://pypi.org/project/qsharp/


More information about the Python-list mailing list