Python Forum
Installing PIP packages issue
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing PIP packages issue
#1
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)
Reply
#2
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
Reply
#3
You are using Windows?
Try the full path to your python
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Issue installing selenium Akshat_Vashisht 1 465 Oct-18-2023, 02:08 PM
Last Post: Larz60+
  Installing python packages in a virtual environment Led_Zeppelin 1 712 Aug-15-2023, 08:18 PM
Last Post: deanhystad
  installing prospector and updating anaconda packages amir 2 957 Dec-24-2022, 06:13 AM
Last Post: amir
  site-packages issue paulgureghian 3 1,303 Jul-07-2022, 04:15 PM
Last Post: snippsat
  Installing Modules / packages Oshadha 1 1,676 Feb-05-2021, 08:04 PM
Last Post: Jeff900
  Getting error while installing packages using pip Shreya 2 3,957 Apr-22-2020, 08:03 AM
Last Post: Shreya
  Issue installing selenium sayyedkamran 2 7,105 Apr-03-2020, 01:39 PM
Last Post: sayyedkamran
  Installing Packages Cydney 6 3,199 Mar-31-2020, 01:13 PM
Last Post: Cydney
  Python 3.8 or 3.? Trouble installing packages dn237 5 6,721 Oct-25-2019, 07:21 PM
Last Post: snippsat
  errors while installing packages kavindu 3 5,093 Apr-02-2018, 02:33 AM
Last Post: giri_ginanjar

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020