You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#0 155.6 Downloading torch-1.9.0-cp38-cp38-manylinux2014_aarch64.whl (49.0 MB)
#0 194.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.0/49.0 MB 1.2 MB/s eta 0:00:00
#0 194.4 ERROR: Ignored the following versions that require a different python version: 1.11.0 Requires-Python <3.13,>=3.9; 1.11.0rc1 Requires-Python <3.13,>=3.9; 1.11.0rc2 Requires-Python <3.13,>=3.9; 1.11.1 Requires-Python <3.13,>=3.9; 1.11.2 Requires-Python <3.13,>=3.9; 1.11.3 Requires-Python <3.13,>=3.9; 1.25.0 Requires-Python >=3.9; 1.25.0rc1 Requires-Python >=3.9; 1.25.1 Requires-Python >=3.9; 1.25.2 Requires-Python >=3.9; 1.26.0 Requires-Python <3.13,>=3.9; 1.26.0b1 Requires-Python <3.13,>=3.9; 1.26.0rc1 Requires-Python <3.13,>=3.9; 3.8.0 Requires-Python >=3.9; 3.8.0rc1 Requires-Python >=3.9
#0 194.4 ERROR: Could not find a version that satisfies the requirement torchaudio==0.9.0 (from versions: 0.10.0, 0.10.1, 0.10.2, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 2.0.0, 2.0.1, 2.0.2, 2.1.0)
#0 194.4 ERROR: No matching distribution found for torchaudio==0.9.0
#0 194.7
#0 194.7 [notice] A new release of pip is available: 23.0.1 -> 23.2.1
#0 194.7 [notice] To update, run: pip install --upgrade pip
------
Dockerfile:11
--------------------
9 |
10 | # Installez les packages requis spécifiés dans requirements.txt
11 | >>> RUN pip install -r requirements.txt
12 |
13 | # Exposez le port 80 pour permettre la communication avec le conteneur
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 1
And 3.9:
#0 99.26 ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9
#0 99.26 ERROR: Could not find a version that satisfies the requirement torchaudio==0.9.0 (from versions: 0.10.0, 0.10.1, 0.10.2, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 2.0.0, 2.0.1, 2.0.2, 2.1.0)
#0 99.26 ERROR: No matching distribution found for torchaudio==0.9.0
#0 99.53
#0 99.53 [notice] A new release of pip is available: 23.0.1 -> 23.2.1
#0 99.53 [notice] To update, run: pip install --upgrade pip
------
Dockerfile:11
--------------------
9 |
10 | # Installez les packages requis spécifiés dans requirements.txt
11 | >>> RUN pip install -r requirements.txt
12 |
13 | # Exposez le port 80 pour permettre la communication avec le conteneur
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
Which python version are you using?
Because with python 3.7 I have:
With python 3.8 I have:
And 3.9:
The text was updated successfully, but these errors were encountered: