Python Forum
Installing PIP packages issue - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Installing PIP packages issue (/thread-23063.html)



Installing PIP packages issue - Renym - Dec-09-2019

Hi everyone,

I am using Python 3.8 version and PyScripter and I could not install PIP openpyxl package following their website instructions. I am beginner in Python and any help is welcomed. First error I get (I have already run some Python codes without issues):
Error:
C:\Users\Renata>python --version 'python' is not recognized as an internal or external command, operable program or batch file.
Another error:

Error:
C:\Users\Renata>pip install openpyxl 'pip' is not recognized as an internal or external command, operable program or batch file.
I am aware that PIP is automatically installed with Python (I see in my PIP folder)


RE: Installing PIP packages issue - snippsat - Dec-09-2019

Look at this Thread.
You have forgot to mark box Add Python 3.8 to Path under installation.
You can fix yourselves bye adding to Environment Variables Path or reinstall,look at link under Fix Path if needed.
Add Python root folder and Scripts(where pip.exe is) folder to Path.
...\python38\
...\python38\Scripts



RE: Installing PIP packages issue - Axel_Erfurt - Dec-09-2019

You are using Windows?
Try the full path to your python