pip install -e .[tf] : dm-reverb issue
Hello, Following below, but is giving dm-reverb issue:
(D:\flybodyenv) D:\flybody>pip install -e .[tf] Obtaining file:///D:/flybody Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build editable ... done Preparing editable metadata (pyproject.toml) ... done Collecting numpy==1.26.4 (from flybody==0.1.0) Using cached numpy-1.26.4-cp310-cp310-win_amd64.whl.metadata (61 kB) Collecting dm_control (from flybody==0.1.0) Using cached dm_control-1.0.31-py3-none-any.whl.metadata (1.6 kB) Collecting h5py (from flybody==0.1.0) Using cached h5py-3.14.0-cp310-cp310-win_amd64.whl.metadata (2.7 kB) Collecting pytest (from flybody==0.1.0) Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB) Collecting mediapy (from flybody==0.1.0) Using cached mediapy-1.2.4-py3-none-any.whl.metadata (4.8 kB) Collecting dm-acme[envs,jax,tf] (from flybody==0.1.0) Using cached dm-acme-0.4.0.tar.gz (314 kB) Preparing metadata (setup.py) ... done Collecting nvidia-cudnn-cu11==8.9.* (from flybody==0.1.0) Using cached nvidia_cudnn_cu11-8.9.5.29-py3-none-win_amd64.whl.metadata (1.6 kB) Collecting tensorflow==2.8.0 (from flybody==0.1.0) Using cached tensorflow-2.8.0-cp310-cp310-win_amd64.whl.metadata (2.9 kB) Collecting tensorflow-probability==0.16.0 (from flybody==0.1.0) Using cached tensorflow_probability-0.16.0-py2.py3-none-any.whl.metadata (13 kB) INFO: pip is looking at multiple versions of flybody[tf] to determine which version is compatible with other requirements. This could take a while. ERROR: Ignored the following versions that require a different python version: 0.0.322773188 Requires-Python >=3.6,<3.10; 0.0.355168290 Requires-Python >=3.6,<3.10; 0.0.364896371 Requires-Python >=3.6,<3.10; 0.0.403778684 Requires-Python >=3.7,<3.10; 0.0.423341706 Requires-Python >=3.7,<3.10; 0.0.425341097 Requires-Python >=3.7,<3.10; 1.0.0 Requires-Python >=3.7,<=3.10; 1.0.1 Requires-Python >=3.7,<=3.10; 1.0.2 Requires-Python >=3.7,<=3.10; 2.3.0 Requires-Python >=3.11; 2.3.1 Requires-Python >=3.11; 2.3.2 Requires-Python >=3.11 ERROR: Could not find a version that satisfies the requirement dm-reverb==0.7.0; extra == "tf" (from flybody[tf]) (from versions: none) ERROR: No matching distribution found for dm-reverb==0.7.0; extra == "tf"
I'm not sure what the problem is, the installation works fine for me. Maybe try pip install --no-cache-dir -e .[tf]
Unfortunatelly, not working: (D:\flybodyenv) D:\flybody>pip install --no-cache-dir -e .[tf] Obtaining file:///D:/flybody Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build editable ... done Preparing editable metadata (pyproject.toml) ... done Collecting numpy==1.26.4 (from flybody==0.1.0) Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl.metadata (61 kB) Collecting dm_control (from flybody==0.1.0) Downloading dm_control-1.0.31-py3-none-any.whl.metadata (1.6 kB) Collecting h5py (from flybody==0.1.0) Downloading h5py-3.14.0-cp310-cp310-win_amd64.whl.metadata (2.7 kB) Collecting pytest (from flybody==0.1.0) Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB) Collecting mediapy (from flybody==0.1.0) Downloading mediapy-1.2.4-py3-none-any.whl.metadata (4.8 kB) Collecting dm-acme[envs,jax,tf] (from flybody==0.1.0) Downloading dm-acme-0.4.0.tar.gz (314 kB) Preparing metadata (setup.py) ... done Collecting nvidia-cudnn-cu11==8.9.* (from flybody==0.1.0) Downloading nvidia_cudnn_cu11-8.9.5.29-py3-none-win_amd64.whl.metadata (1.6 kB) Collecting tensorflow==2.8.0 (from flybody==0.1.0) Downloading tensorflow-2.8.0-cp310-cp310-win_amd64.whl.metadata (2.9 kB) Collecting tensorflow-probability==0.16.0 (from flybody==0.1.0) Downloading tensorflow_probability-0.16.0-py2.py3-none-any.whl.metadata (13 kB) INFO: pip is looking at multiple versions of flybody[tf] to determine which version is compatible with other requirements. This could take a while. ERROR: Ignored the following versions that require a different python version: 0.0.322773188 Requires-Python >=3.6,<3.10; 0.0.355168290 Requires-Python >=3.6,<3.10; 0.0.364896371 Requires-Python >=3.6,<3.10; 0.0.403778684 Requires-Python >=3.7,<3.10; 0.0.423341706 Requires-Python >=3.7,<3.10; 0.0.425341097 Requires-Python >=3.7,<3.10; 1.0.0 Requires-Python >=3.7,<=3.10; 1.0.1 Requires-Python >=3.7,<=3.10; 1.0.2 Requires-Python >=3.7,<=3.10; 2.3.0 Requires-Python >=3.11; 2.3.1 Requires-Python >=3.11; 2.3.2 Requires-Python >=3.11 ERROR: Could not find a version that satisfies the requirement dm-reverb==0.7.0; extra == "tf" (from flybody[tf]) (from versions: none) ERROR: No matching distribution found for dm-reverb==0.7.0; extra == "tf"
Maybe you used another mirror/source, the matching TensorFlow package wasn’t found.