Donkie / Spoolman

Keep track of your inventory of 3D-printer filament spools.
MIT License
1.01k stars 93 forks source link

Only "Updating Pip" #195

Closed MrCrashy closed 12 months ago

MrCrashy commented 1 year ago

Hello,

I've tried to install Spoolman. I did an "git clone" and moved to the "Spoolman"-Folder. After starting the install-script ist only appiers : "Python 3.9 or later is installed (Current version: 3.11.2) Updating pip..." And the install ends. Do you know what im doing wrong?

Suschibomber commented 1 year ago

I also had to wait longer, maybe that's the solution. I also thought he wouldn't do anything anymore. Or is it a mistake?

knorki1306 commented 1 year ago

Same here, running RaspPi3B with Debian Rasperry Pi OS light

After Updating pip... the installation ends

deralmin16 commented 12 months ago

Hello, please try the following. This worked for me without any problems.

  1. sudo rm /usr/lib/python3.11/EXTERNALLY-MANAGED
  2. pip install pip==22.3.1 --break-system-packages
  3. bash ./scripts/install_debian.sh
knorki1306 commented 12 months ago

Thank you

MrCrashy commented 12 months ago

Thank You! It worked for me.