0
Someone please help me i have an error in windows PowerShell of pip not recognize
2 Answers
+ 2
If you have got Python installed, it is likely that pip is not on the system path. There are several levels of python installation:
- global
- local user
- project / virtual environment
And different libraries may be available at each level.
Check if this helps solve your issue:
https://datatofish.com/add-python-to-windows-path/
0
Do you have Python installed on your Windows PC?