Python Forum
pip stops waiting for python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip stops waiting for python
#3
(Nov-26-2023, 07:10 PM)snippsat Wrote: pip.exe is waiting for another process python.exe to finish.
This can happen if python.exe is currently running or using a file that pip needs to access.

Try to do this in cmd see if something change change,also try this after new restart of Pc.
If python.exe still run as process after restart,then something is starting it.
python -m pip --version
where pip # This should point to root python ...Scripts folder
Look at running python.exe in task manager where is placed Path on file system.
There should be no need for python.exe to run as process long time,if not program requires this.
---------------------------------------------------------------------------------------------------------------------------------------
pip.exe is located in the correct folder:
C:\Users\walker>where pip
C:\Users\walker\AppData\Local\Programs\Python\Python312\Scripts\pip.exe
As well as python.exe:
C:\Users\walker>where python
C:\Users\walker\AppData\Local\Programs\Python\Python312\python.exe
By starting pip.exe from the command window as usual, it remains blocked, from the task manager you can see that pip.exe is waiting for python.exe to complete a useful function for its activity, but the latter also remains stopped.
I checked carefully and there is no previously active python.exe task.
It would be ideal to be able to understand what python.exe is waiting for, to solve the problem.
Reply


Messages In This Thread
pip stops waiting for python - by walker - Nov-26-2023, 06:11 PM
RE: pip stops waiting for python - by snippsat - Nov-26-2023, 07:10 PM
RE: pip stops waiting for python - by walker - Nov-27-2023, 09:09 AM
RE: pip stops waiting for python - by snippsat - Nov-27-2023, 10:44 AM
RE: pip stops waiting for python - by walker - Nov-27-2023, 02:51 PM
RE: pip stops waiting for python - by snippsat - Nov-27-2023, 04:35 PM
RE: pip stops waiting for python - by walker - Nov-28-2023, 06:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Waiting for input from serial port, then move on KenHorse 3 1,269 Apr-17-2024, 07:21 AM
Last Post: DeaD_EyE
  [SOLVED] [Linux] Script in cron stops after first run in loop Winfried 2 969 Nov-16-2022, 07:58 PM
Last Post: Winfried
  Waiting for heavy functions question philipbergwerf 14 3,514 Apr-29-2022, 07:31 PM
Last Post: philipbergwerf
  How to create waiting process? samuelbachorik 4 2,030 Sep-02-2021, 05:41 PM
Last Post: bowlofred
  Know when the pyttsx3 engine stops talking UsualCoder 3 3,316 Aug-29-2021, 11:08 PM
Last Post: snippsat
  Waiting and listening test 2 2,201 Nov-13-2020, 04:43 PM
Last Post: michael1789
  IDLE stops responding upon saving tompi1 2 1,986 Oct-01-2020, 05:44 PM
Last Post: Larz60+
  waiting for barcode scanner output, while main program continues to run lightframe109 3 4,734 Sep-03-2020, 02:19 PM
Last Post: DeaD_EyE
  waiting to connect Skaperen 9 3,657 Aug-17-2020, 05:58 AM
Last Post: Skaperen
  Launch another python command without waiting for a return. SpongeB0B 13 11,174 Jun-18-2020, 10:45 AM
Last Post: Yoriz

Forum Jump:

User Panel Messages

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