Collecting blinker==1.8.2 (from -r /home/radhikar/weather_regression/buildstock-weatherreg/condaenv._p4d360y.requirements.txt (line 4))
Downloading blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB)
Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement buildstock-query==2024.5.9 (from versions: none)
ERROR: No matching distribution found for buildstock-query==2024.5.9
failed
CondaEnvException: Pip failed
I tried again after removing buildstock-query from the requirement list (thinking that I can install it manually later). This again led to the following error:
(base) [radhikar@kl2 buildstock-weatherreg] CPU $ conda env create -f geothermal_env.yml
Collecting package metadata (repodata.json): done
Solving environment: done
... <removed for brevity> ...
Using cached tensorboard-2.16.2-py3-none-any.whl.metadata (1.6 kB)
Collecting tensorboard-data-server==0.7.2 (from -r /home/radhikar/weather_regression/buildstock-weatherreg/condaenv.3wq5zbxt.requirements.txt (line 66))
Using cached tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB)
Collecting tensorflow==2.16.1 (from -r /home/radhikar/weather_regression/buildstock-weatherreg/condaenv.3wq5zbxt.requirements.txt (line 67))
Using cached tensorflow-2.16.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.3 kB)
Pip subprocess error:
ERROR: Ignored the following versions that require a different python version: 1.1.1rc3 Requires-Python >=3.12; 1.1.1rc4 Requires-Python >=3.12; 1.4.2.220622 Requires-Python >=3.8,<3.11; 1.4.2.220626 Requires-Python >=3.8,<3.11; 1.4.3.220702 Requires-Python >=3.8,<3.11; 1.4.3.220703 Requires-Python >=3.8,<3.11; 1.4.3.220704 Requires-Python >=3.8,<3.11; 1.4.3.220710 Requires-Python >=3.8,<3.11; 1.4.3.220718 Requires-Python >=3.8,<3.11; 1.4.3.220724 Requires-Python >=3.8,<3.11; 1.4.3.220801 Requires-Python >=3.8,<3.11; 1.4.3.220807 Requires-Python >=3.8,<3.11; 1.4.3.220815 Requires-Python >=3.8,<3.11; 1.4.3.220822 Requires-Python >=3.8,<3.11; 1.4.3.220829 Requires-Python >=3.8,<3.11; 1.4.4.220906 Requires-Python >=3.8,<3.11; 1.4.4.220912 Requires-Python >=3.8,<3.11; 1.4.4.220919 Requires-Python >=3.8,<3.11; 1.5.0.220926 Requires-Python >=3.8,<3.11; 1.5.0.221003 Requires-Python >=3.8,<3.11; 1.5.0.221010 Requires-Python >=3.8,<3.11; 1.5.0.221012 Requires-Python >=3.8,<3.11; 1.5.1.221024 Requires-Python >=3.8,<3.11; 2.0.0 Requires-Python >=3.12; 2.0.1 Requires-Python >=3.12
ERROR: Could not find a version that satisfies the requirement tensorflow-intel==2.16.1 (from versions: 0.0.1)
ERROR: No matching distribution found for tensorflow-intel==2.16.1
failed
CondaEnvException: Pip failed
Installation
conda env update -f geothermal_env.ymlFailed with:
I tried again after removing buildstock-query from the requirement list (thinking that I can install it manually later). This again led to the following error: