Warum erhalte ich den FEHLER: Das Paket „pizd-laure“ erfordert ein anderes Python: 3.10.12, nicht in „>=3.13“ nach der APython

Python-Programme
Anonymous
 Warum erhalte ich den FEHLER: Das Paket „pizd-laure“ erfordert ein anderes Python: 3.10.12, nicht in „>=3.13“ nach der A

Post by Anonymous »

Ich habe
verwendet

Code: Select all

sudo update-alternatives --install /usr/local/bin/python python /usr/bin/python3.13 1
Wie auch immer, pip install -e., und bekam einen Fehler

Code: Select all

ERROR: Package 'pizd-laure' requires a different Python: 3.10.12 not in '>=3.13'
Vom Terminal

Code: Select all

python -V
Python 3.13.11
Ich habe /usr/local/bin$
eingecheckt

Code: Select all

lrwxrwxrwx 1 root root        24 дец 30 07:17 python -> /etc/alternatives/python
lrwxrwxrwx 1 root root        25 дец 30 07:22 python3 -> /etc/alternatives/python3
Warum wird nach der alten Version gesucht?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post