Python Forum
pip stops waiting for python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip stops waiting for python
#1
Hello everyone,

My name is Ignazio and I have just joined the forum, I am a retired computer scientist and I have worked mainly on Unix systems programming in 'C'. I installed Python both on a Fedora 39 Linux server and on my Windows 10 Pro notebook. The latter choice mainly serves as a study environment, reserving the actual development on the Linux machine.

I chose to install and use Python to develop some home automation projects, both for the control part and for the interface part with the help of pyqt6.

The installation and testing on the Linux system was perfect, everything works properly.

This was not the case for the Windows system, where: after the installation of Python 3.12 was successfully completed, I opened a cmd window and tried the usual command:

C:\users\walker> python --version # receiving the correct output
Python 3.12.0

Similarly I tried with the command:

C:\users\walker> pip --version # pip gets stuck waiting

I analyze with the task manager and find pip waiting, viewing the waiting chain, it tells me that it is waiting for python.

At this point all I had to do was terminate the blocking python process and immediately afterwards pip released control without producing the usual output.

I wanted to bring this anomalous behavior to your attention, hoping that you can help me solve the problem.
Attached is the image of the Windows task manager.

Thanks, see you soon
Ignazio

Attached Files

Thumbnail(s)
   
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,183 Apr-17-2024, 07:21 AM
Last Post: DeaD_EyE
  [SOLVED] [Linux] Script in cron stops after first run in loop Winfried 2 953 Nov-16-2022, 07:58 PM
Last Post: Winfried
  Waiting for heavy functions question philipbergwerf 14 3,477 Apr-29-2022, 07:31 PM
Last Post: philipbergwerf
  How to create waiting process? samuelbachorik 4 2,014 Sep-02-2021, 05:41 PM
Last Post: bowlofred
  Know when the pyttsx3 engine stops talking UsualCoder 3 3,277 Aug-29-2021, 11:08 PM
Last Post: snippsat
  Waiting and listening test 2 2,174 Nov-13-2020, 04:43 PM
Last Post: michael1789
  IDLE stops responding upon saving tompi1 2 1,975 Oct-01-2020, 05:44 PM
Last Post: Larz60+
  waiting for barcode scanner output, while main program continues to run lightframe109 3 4,711 Sep-03-2020, 02:19 PM
Last Post: DeaD_EyE
  waiting to connect Skaperen 9 3,630 Aug-17-2020, 05:58 AM
Last Post: Skaperen
  Launch another python command without waiting for a return. SpongeB0B 13 11,090 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