PIP-Anforderungen.txt: Es konnte keine Version gefunden werden, die die Anforderung erfülltPython

Python-Programme
Guest
 PIP-Anforderungen.txt: Es konnte keine Version gefunden werden, die die Anforderung erfüllt

Post by Guest »

Ich versuche, ein einfaches Python-Projekt von meiner Windows-Entwicklungsmaschine auf einen Ubuntu 22.04-Server zu kopieren.
Meine Python-Version von python3 -V ist 3.10.12
Unten ist meine requirements.txt-Datei, die mit pip freeze auf dem Windows-Computer generiert wurde:

Code: Select all

aiohappyeyeballs==2.4.4
aiohttp==3.11.11
aiosignal==1.3.2
attrs==24.3.0
audioop-lts==0.2.1
discord==2.3.2
discord.py==2.4.0
frozenlist==1.5.0
idna==3.10
multidict==6.1.0
propcache==0.2.1
yarl==1.18.3
Das Problem, das ich habe, ist, wenn ich versuche, pip install -r require.txt auszuführen, erhalte ich die folgende Fehlermeldung:

Code: Select all

Defaulting to user installation because normal site-packages is not writeable
Collecting aiohappyeyeballs==2.4.4
Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl (14 kB)
Collecting aiohttp==3.11.11
Downloading aiohttp-3.11.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 18.2 MB/s eta 0:00:00
Collecting aiosignal==1.3.2
Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB)
Collecting attrs==24.3.0
Downloading attrs-24.3.0-py3-none-any.whl (63 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.4/63.4 KB 26.9 MB/s eta 0:00:00
ERROR: Could not find a version that satisfies the requirement audioop-lts==0.2.1 (from versions: none)
ERROR: No matching distribution found for audioop-lts==0.2.1
Was muss ich tun, um sicherzustellen, dass ich das Projekt unter Ubuntu ausführen kann?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post