-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
I am trying to generate a conda environment from the environment.yml file on Ubuntu WSL 2.0, and it keeps failing on several packages, even when I attempt to change the version of Python (which also causes other packages to fail).
Pip subprocess error:
ERROR: Ignored the following versions that require a different python version: 1.0.dev1 Requires-Python >=3.10; 1.0.dev2 Requires-Python >=3.10; 1.3.1 Requires-Python >=3.10; 1.3.2 Requires-Python >=3.10; 1.3.3 Requires-Python >=3.11; 1.4.10rc0 Requires-Python >=3.10; 1.4.8 Requires-Python >=3.10; 1.4.9 Requires-Python >=3.10; 2.1.0 Requires-Python >=3.10; 2.1.1 Requires-Python >=3.10; 2.1.2 Requires-Python >=3.10; 2.1.3 Requires-Python >=3.10; 2.2.0 Requires-Python >=3.10; 2.2.1 Requires-Python >=3.10; 2.2.2 Requires-Python >=3.10; 2.2.3 Requires-Python >=3.10; 2.2.4 Requires-Python >=3.10; 2.2.5 Requires-Python >=3.10; 2.2.6 Requires-Python >=3.10; 2.3.0 Requires-Python >=3.11; 2.3.1 Requires-Python >=3.11; 2.3.2 Requires-Python >=3.11; 3.10.0 Requires-Python >=3.10; 3.10.0rc1 Requires-Python >=3.10; 3.10.1 Requires-Python >=3.10; 3.10.3 Requires-Python >=3.10; 3.10.5 Requires-Python >=3.10; 3.10.6 Requires-Python >=3.10; 3.11.0 Requires-Python >=3.10; 3.11.1 Requires-Python >=3.10; 3.11.2 Requires-Python >=3.10; 3.11.3 Requires-Python >=3.10; 3.3 Requires-Python >=3.10; 3.3rc0 Requires-Python >=3.10; 3.4 Requires-Python >=3.10; 3.4.1 Requires-Python >=3.10; 3.4.2 Requires-Python >=3.10; 3.4rc0 Requires-Python >=3.10; 3.5 Requires-Python >=3.11; 3.5rc0 Requires-Python >=3.11; 4.0.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement nvidia-tensorrt==8.4.3.1 (from versions: 0.0.1.dev4, 0.0.1.dev5, 8.4.1.5, 99.0.0)
ERROR: No matching distribution found for nvidia-tensorrt==8.4.3.1
failed
CondaEnvException: Pip failed
(base) enrique@Enrique:/mnt/d/CPDM$
I also tried to comment the nvidia-tensrort package, but doesn't resolve the issue.
Pip subprocess error:
ERROR: Ignored the following versions that require a different python version: 1.0.dev1 Requires-Python >=3.10; 1.0.dev2 Requires-Python >=3.10; 1.3.1 Requires-Python >=3.10; 1.3.2 Requires-Python >=3.10; 1.3.3 Requires-Python >=3.11; 1.4.10rc0 Requires-Python >=3.10; 1.4.8 Requires-Python >=3.10; 1.4.9 Requires-Python >=3.10; 2.1.0 Requires-Python >=3.10; 2.1.1 Requires-Python >=3.10; 2.1.2 Requires-Python >=3.10; 2.1.3 Requires-Python >=3.10; 2.2.0 Requires-Python >=3.10; 2.2.1 Requires-Python >=3.10; 2.2.2 Requires-Python >=3.10; 2.2.3 Requires-Python >=3.10; 2.2.4 Requires-Python >=3.10; 2.2.5 Requires-Python >=3.10; 2.2.6 Requires-Python >=3.10; 2.3.0 Requires-Python >=3.11; 2.3.1 Requires-Python >=3.11; 2.3.2 Requires-Python >=3.11; 3.10.0 Requires-Python >=3.10; 3.10.0rc1 Requires-Python >=3.10; 3.10.1 Requires-Python >=3.10; 3.10.3 Requires-Python >=3.10; 3.10.5 Requires-Python >=3.10; 3.10.6 Requires-Python >=3.10; 3.11.0 Requires-Python >=3.10; 3.11.1 Requires-Python >=3.10; 3.11.2 Requires-Python >=3.10; 3.11.3 Requires-Python >=3.10; 3.3 Requires-Python >=3.10; 3.3rc0 Requires-Python >=3.10; 3.4 Requires-Python >=3.10; 3.4.1 Requires-Python >=3.10; 3.4.2 Requires-Python >=3.10; 3.4rc0 Requires-Python >=3.10; 3.5 Requires-Python >=3.11; 3.5rc0 Requires-Python >=3.11; 4.0.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement onnx-graphsurgeon==0.3.27 (from versions: 0.0.1.dev4, 0.0.1.dev5, 0.5.2, 0.5.5, 0.5.6, 0.5.7, 0.5.8)
ERROR: No matching distribution found for onnx-graphsurgeon==0.3.27
failed
CondaEnvException: Pip failed
Metadata
Metadata
Assignees
Labels
No labels