Replies: 1 comment 1 reply
-
i have the same problem |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm tying to install PyPSA-Earth but it fails with this message:
conda env create -f envs/environment.yaml
/home/marius/anaconda3/lib/python3.12/argparse.py:2006: FutureWarning:
remote_definition
is deprecated and will be removed in 25.9. Useconda env create --file=URL
instead.action(self, namespace, argument_values, option_string)
Channels:
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: done
Executing transaction: -
|
done
Installing pip dependencies: / Ran pip subprocess with arguments:
['/home/marius/anaconda3/envs/pypsa-earth/bin/python', '-m', 'pip', 'install', '-U', '-r', '/mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt', '--exists-action=b']
Pip subprocess output:
Collecting git+https://github.com/pypsa/atlite@master (from -r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3))
Cloning https://github.com/pypsa/atlite (to revision master) to /tmp/pip-req-build-srzxlcwt
Resolved https://github.com/pypsa/atlite to commit a6e7fbb4f416bd8345adf642847242b73a5b2b12
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting git+https://github.com/davide-f/google-drive-downloader@master (from -r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 4))
Cloning https://github.com/davide-f/google-drive-downloader (to revision master) to /tmp/pip-req-build-h692u078
Resolved https://github.com/davide-f/google-drive-downloader to commit c37c31c55caf4c66ba7498503e2f624f250c1de1
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting git+https://github.com/FRESNA/vresutils@master (from -r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 5))
Cloning https://github.com/FRESNA/vresutils (to revision master) to /tmp/pip-req-build-bem_w3a6
Resolved https://github.com/FRESNA/vresutils to commit 150c1bed5fb750458739c16f642246e85a23ef92
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting earth-osm>=2.2 (from -r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 1))
Downloading earth_osm-2.2-py3-none-any.whl.metadata (6.6 kB)
Collecting powerplantmatching>=0.5.19 (from -r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2))
Downloading powerplantmatching-0.6.0-py3-none-any.whl.metadata (47 kB)
Collecting tsam>=1.1.0 (from -r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 6))
Downloading tsam-2.3.6-py3-none-any.whl.metadata (15 kB)
Collecting chaospy (from -r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 7))
Downloading chaospy-4.3.17-py3-none-any.whl.metadata (5.4 kB)
Collecting fake_useragent (from -r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 8))
Downloading fake_useragent-1.5.1-py3-none-any.whl.metadata (15 kB)
Requirement already satisfied: geopandas in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from earth-osm>=2.2->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 1)) (0.14.3)
Requirement already satisfied: pandas in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from earth-osm>=2.2->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 1)) (2.2.2)
Requirement already satisfied: tqdm in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from earth-osm>=2.2->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 1)) (4.67.0)
Requirement already satisfied: requests in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from earth-osm>=2.2->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 1)) (2.32.3)
Collecting protobuf>=4.21.1 (from earth-osm>=2.2->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 1))
Downloading protobuf-5.28.3-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes)
Requirement already satisfied: numpy in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (1.26.4)
Requirement already satisfied: scipy in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (1.14.1)
Requirement already satisfied: networkx>=1.10 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (3.4)
Collecting pycountry (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2))
Downloading pycountry-24.6.1-py3-none-any.whl.metadata (12 kB)
Requirement already satisfied: country-converter in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (1.2)
Requirement already satisfied: xlrd in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (2.0.1)
Requirement already satisfied: seaborn in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (0.13.2)
Requirement already satisfied: pyyaml>=5.1.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (6.0.2)
Requirement already satisfied: matplotlib in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (3.5.2)
Requirement already satisfied: geopy in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (2.4.1)
Collecting unidecode (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2))
Downloading Unidecode-1.3.8-py3-none-any.whl.metadata (13 kB)
Collecting entsoe-py>=0.3.1 (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2))
Downloading entsoe_py-0.6.16-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: deprecation in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (2.1.0)
Requirement already satisfied: openpyxl in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (3.1.5)
Requirement already satisfied: typing-extensions in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (4.12.2)
Requirement already satisfied: bottleneck in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (1.4.2)
Requirement already satisfied: numexpr in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (2.10.1)
Collecting xarray>=2024.03.0 (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3))
Downloading xarray-2024.11.0-py3-none-any.whl.metadata (11 kB)
Requirement already satisfied: netcdf4 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (1.7.1)
Requirement already satisfied: dask>=2021.10.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (2024.11.2)
Requirement already satisfied: toolz in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (1.0.0)
Requirement already satisfied: rasterio in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (1.3.11)
Requirement already satisfied: shapely in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (2.0.6)
Collecting progressbar2 (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3))
Downloading progressbar2-4.5.0-py3-none-any.whl.metadata (16 kB)
Requirement already satisfied: pyproj>=2 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (3.7.0)
Collecting cdsapi>=0.7.4 (from atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3))
Downloading cdsapi-0.7.4-py2.py3-none-any.whl.metadata (2.7 kB)
Collecting countrycode (from vresutils==0.3.2.dev11+g150c1be->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 5))
Downloading countrycode-0.4.0-py3-none-any.whl.metadata (14 kB)
Requirement already satisfied: fiona in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from vresutils==0.3.2.dev11+g150c1be->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 5)) (1.9.6)
Requirement already satisfied: memory_profiler in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from vresutils==0.3.2.dev11+g150c1be->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 5)) (0.61.0)
Requirement already satisfied: pyomo in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from vresutils==0.3.2.dev11+g150c1be->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 5)) (6.8.2)
Requirement already satisfied: pyshp in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from vresutils==0.3.2.dev11+g150c1be->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 5)) (2.3.1)
Requirement already satisfied: six in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from vresutils==0.3.2.dev11+g150c1be->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 5)) (1.16.0)
Requirement already satisfied: scikit-learn>=0.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from tsam>=1.1.0->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 6)) (1.5.2)
Collecting highspy (from tsam>=1.1.0->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 6))
Downloading highspy-1.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB)
Collecting numpoly>=1.2.12 (from chaospy->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 7))
Downloading numpoly-1.3.3.tar.gz (369 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Requirement already satisfied: setuptools>=40.9.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from chaospy->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 7)) (75.6.0)
Requirement already satisfied: importlib-metadata in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from chaospy->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 7)) (8.5.0)
Collecting cads-api-client>=1.4.7 (from cdsapi>=0.7.4->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3))
Downloading cads_api_client-1.5.4-py3-none-any.whl.metadata (17 kB)
Requirement already satisfied: click>=8.1 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from dask>=2021.10.0->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (8.1.7)
Requirement already satisfied: cloudpickle>=3.0.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from dask>=2021.10.0->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (3.1.0)
Requirement already satisfied: fsspec>=2021.09.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from dask>=2021.10.0->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (2024.10.0)
Requirement already satisfied: packaging>=20.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from dask>=2021.10.0->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (24.2)
Requirement already satisfied: partd>=1.4.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from dask>=2021.10.0->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (1.4.2)
Requirement already satisfied: pytz in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from entsoe-py>=0.3.1->powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (2024.2)
Requirement already satisfied: beautifulsoup4>=4.11.1 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from entsoe-py>=0.3.1->powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (4.12.3)
Requirement already satisfied: zipp>=3.20 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from importlib-metadata->chaospy->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 7)) (3.21.0)
Requirement already satisfied: python-dateutil>=2.8.2 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from pandas->earth-osm>=2.2->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 1)) (2.9.0.post0)
Requirement already satisfied: tzdata>=2022.7 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from pandas->earth-osm>=2.2->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 1)) (2024.2)
Requirement already satisfied: ply in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from pyomo->vresutils==0.3.2.dev11+g150c1be->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 5)) (3.11)
Requirement already satisfied: certifi in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from pyproj>=2->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (2024.8.30)
Requirement already satisfied: affine in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from rasterio->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (2.4.0)
Requirement already satisfied: attrs in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from rasterio->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (24.2.0)
Requirement already satisfied: cligj>=0.5 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from rasterio->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (0.7.2)
Requirement already satisfied: snuggs>=1.4.1 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from rasterio->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (1.4.7)
Requirement already satisfied: click-plugins in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from rasterio->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (1.1.1)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from requests->earth-osm>=2.2->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 1)) (3.4.0)
Requirement already satisfied: idna<4,>=2.5 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from requests->earth-osm>=2.2->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 1)) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from requests->earth-osm>=2.2->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 1)) (2.2.3)
Requirement already satisfied: joblib>=1.2.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from scikit-learn>=0.0->tsam>=1.1.0->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 6)) (1.4.2)
Requirement already satisfied: threadpoolctl>=3.1.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from scikit-learn>=0.0->tsam>=1.1.0->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 6)) (3.5.0)
Requirement already satisfied: geographiclib<3,>=1.52 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from geopy->powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (2.0)
Requirement already satisfied: cycler>=0.10 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from matplotlib->powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (0.12.1)
Requirement already satisfied: fonttools>=4.22.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from matplotlib->powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (4.55.0)
Requirement already satisfied: kiwisolver>=1.0.1 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from matplotlib->powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (1.4.7)
Requirement already satisfied: pillow>=6.2.0 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from matplotlib->powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (11.0.0)
Requirement already satisfied: pyparsing>=2.2.1 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from matplotlib->powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (3.2.0)
Requirement already satisfied: psutil in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from memory_profiler->vresutils==0.3.2.dev11+g150c1be->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 5)) (6.1.0)
Requirement already satisfied: cftime in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from netcdf4->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (1.6.4)
Requirement already satisfied: et-xmlfile in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from openpyxl->powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (2.0.0)
Collecting python-utils>=3.8.1 (from progressbar2->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3))
Downloading python_utils-3.9.0-py2.py3-none-any.whl.metadata (9.8 kB)
Requirement already satisfied: soupsieve>1.2 in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from beautifulsoup4>=4.11.1->entsoe-py>=0.3.1->powerplantmatching>=0.5.19->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 2)) (2.5)
Collecting multiurl>=0.3.2 (from cads-api-client>=1.4.7->cdsapi>=0.7.4->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3))
Downloading multiurl-0.3.3.tar.gz (18 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: locket in /home/marius/anaconda3/envs/pypsa-earth/lib/python3.10/site-packages (from partd>=1.4.0->dask>=2021.10.0->atlite==0.3.0.post1.dev1+ga6e7fbb->-r /mnt/c/Users/Marius/Desktop/Studium/Elektromobilität_und_Energienetze/Masterthesis/PyPSA-Earth/pypsa-earth/envs/condaenv.m5a0g2h_.requirements.txt (line 3)) (1.0.0)
Downloading earth_osm-2.2-py3-none-any.whl (133 kB)
Downloading powerplantmatching-0.6.0-py3-none-any.whl (735 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 735.5/735.5 kB 1.6 MB/s eta 0:00:00
Downloading tsam-2.3.6-py3-none-any.whl (36 kB)
Downloading chaospy-4.3.17-py3-none-any.whl (254 kB)
Downloading fake_useragent-1.5.1-py3-none-any.whl (17 kB)
Downloading cdsapi-0.7.4-py2.py3-none-any.whl (12 kB)
Downloading entsoe_py-0.6.16-py3-none-any.whl (1.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 878.7 kB/s eta 0:00:00
Downloading protobuf-5.28.3-cp38-abi3-manylinux2014_x86_64.whl (316 kB)
Downloading xarray-2024.11.0-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 3.0 MB/s eta 0:00:00
Downloading countrycode-0.4.0-py3-none-any.whl (399 kB)
Downloading highspy-1.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 3.9 MB/s eta 0:00:00
Downloading progressbar2-4.5.0-py3-none-any.whl (57 kB)
Downloading pycountry-24.6.1-py3-none-any.whl (6.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 7.8 MB/s eta 0:00:00
Downloading Unidecode-1.3.8-py3-none-any.whl (235 kB)
Downloading cads_api_client-1.5.4-py3-none-any.whl (27 kB)
Downloading python_utils-3.9.0-py2.py3-none-any.whl (32 kB)
Building wheels for collected packages: atlite, googledrivedownloader, vresutils, numpoly, multiurl
Building wheel for atlite (pyproject.toml): started
Building wheel for atlite (pyproject.toml): finished with status 'done'
Created wheel for atlite: filename=atlite-0.3.0.post1.dev1+ga6e7fbb-py3-none-any.whl size=126020 sha256=c04089f234d2edb401fbb6d6e561dbe246069eb87ab4bff04f4de3b5febe29bd
Stored in directory: /tmp/pip-ephem-wheel-cache-gn3vz45b/wheels/9c/5e/25/a1e941156b624db4a6169962200a013471081913d463e5147e
Building wheel for googledrivedownloader (setup.py): started
Building wheel for googledrivedownloader (setup.py): finished with status 'done'
Created wheel for googledrivedownloader: filename=googledrivedownloader-0.4-py2.py3-none-any.whl size=3911 sha256=93efbf94a4bd4952fc81e3d28a79e1ebc15fb7fe4f71c63f41b6f8332fc3202f
Stored in directory: /tmp/pip-ephem-wheel-cache-gn3vz45b/wheels/e8/66/eb/f09023e372e8d2efca9aea0178a5b3be5d97bd79e31fea24a5
Building wheel for vresutils (setup.py): started
Building wheel for vresutils (setup.py): finished with status 'done'
Created wheel for vresutils: filename=vresutils-0.3.2.dev11+g150c1be-py2.py3-none-any.whl size=83442 sha256=839cae771eefb52ab3601c05ccad15b9b6c52f84f83f80db9fc38499da879dc8
Stored in directory: /tmp/pip-ephem-wheel-cache-gn3vz45b/wheels/14/82/58/ae50c8785c507f1b34a8ff2520b94db0f826e3ca81de9fcc61
Building wheel for numpoly (pyproject.toml): started
Building wheel for numpoly (pyproject.toml): finished with status 'error'
Building wheel for multiurl (setup.py): started
Building wheel for multiurl (setup.py): finished with status 'done'
Created wheel for multiurl: filename=multiurl-0.3.3-py3-none-any.whl size=21230 sha256=05dc238feddeebc816ba0f9c8fb56f4c48ae612bd95198053ee21a2443a53b3b
Stored in directory: /home/marius/.cache/pip/wheels/be/05/e0/65a6edb0a000498aeaefbadd80228bf5ed1bdbb82840ca1692
Successfully built atlite googledrivedownloader vresutils multiurl
Failed to build numpoly
Pip subprocess error:
Running command git clone --filter=blob:none --quiet https://github.com/pypsa/atlite /tmp/pip-req-build-srzxlcwt
Running command git clone --filter=blob:none --quiet https://github.com/davide-f/google-drive-downloader /tmp/pip-req-build-h692u078
Running command git clone --filter=blob:none --quiet https://github.com/FRESNA/vresutils /tmp/pip-req-build-bem_w3a6
error: subprocess-exited-with-error
× Building wheel for numpoly (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [172 lines of output]
running bdist_wheel
running build
running build_py
creating build/lib.linux-x86_64-cpython-310/numpoly
copying numpoly/option.py -> build/lib.linux-x86_64-cpython-310/numpoly
copying numpoly/sympy_.py -> build/lib.linux-x86_64-cpython-310/numpoly
copying numpoly/dispatch.py -> build/lib.linux-x86_64-cpython-310/numpoly
copying numpoly/baseclass.py -> build/lib.linux-x86_64-cpython-310/numpoly
copying numpoly/align.py -> build/lib.linux-x86_64-cpython-310/numpoly
copying numpoly/init.py -> build/lib.linux-x86_64-cpython-310/numpoly
creating build/lib.linux-x86_64-cpython-310/numpoly/construct
copying numpoly/construct/clean.py -> build/lib.linux-x86_64-cpython-310/numpoly/construct
copying numpoly/construct/compose.py -> build/lib.linux-x86_64-cpython-310/numpoly/construct
copying numpoly/construct/symbols.py -> build/lib.linux-x86_64-cpython-310/numpoly/construct
copying numpoly/construct/monomial.py -> build/lib.linux-x86_64-cpython-310/numpoly/construct
copying numpoly/construct/aspolynomial.py -> build/lib.linux-x86_64-cpython-310/numpoly/construct
copying numpoly/construct/variable.py -> build/lib.linux-x86_64-cpython-310/numpoly/construct
copying numpoly/construct/polynomial.py -> build/lib.linux-x86_64-cpython-310/numpoly/construct
copying numpoly/construct/from_attributes.py -> build/lib.linux-x86_64-cpython-310/numpoly/construct
copying numpoly/construct/init.py -> build/lib.linux-x86_64-cpython-310/numpoly/construct
copying numpoly/construct/from_roots.py -> build/lib.linux-x86_64-cpython-310/numpoly/construct
creating build/lib.linux-x86_64-cpython-310/numpoly/poly_function
copying numpoly/poly_function/isconstant.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function
copying numpoly/poly_function/decompose.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function
copying numpoly/poly_function/lead_coefficient.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function
copying numpoly/poly_function/derivative.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function
copying numpoly/poly_function/tonumpy.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function
copying numpoly/poly_function/call.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function
copying numpoly/poly_function/init.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function
copying numpoly/poly_function/set_dimensions.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function
copying numpoly/poly_function/sortable_proxy.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function
copying numpoly/poly_function/lead_exponent.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function
creating build/lib.linux-x86_64-cpython-310/numpoly/cfunctions
copying numpoly/cfunctions/init.py -> build/lib.linux-x86_64-cpython-310/numpoly/cfunctions
creating build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/amin.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/split.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/outer.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/divmod.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/isclose.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/tile.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/allclose.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/apply_over_axes.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/minimum.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/not_equal.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/where.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/hstack.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/concatenate.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/apply_along_axis.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/around.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/floor_divide.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/copyto.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/all.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/matmul.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/less_equal.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/maximum.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/absolute.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/diag.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/amax.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/roots.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/less.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/square.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/vsplit.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/ceil.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/subtract.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/zeros_like.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/full_like.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/dsplit.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/nonzero.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/count_nonzero.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/argmin.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/argmax.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/hsplit.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/stack.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/vstack.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/broadcast_arrays.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/repeat.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/greater_equal.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/logical_and.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/inner.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/diff.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/atleast_3d.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/diagonal.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/atleast_1d.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/true_divide.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/multiply.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/common_type.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/remainder.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/array_str.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/sum.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/full.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/atleast_2d.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/expand_dims.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/equal.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/choose.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/zeros.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/negative.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/rint.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/ediff1d.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/dstack.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/reshape.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/ones.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/transpose.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/array_split.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/prod.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/power.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/loadtxt.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/moveaxis.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/greater.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/result_type.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/positive.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/init.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/savetxt.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/det.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/cumsum.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/logical_or.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/isfinite.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/array_repr.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/any.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/ones_like.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/add.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/mean.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
copying numpoly/array_function/floor.py -> build/lib.linux-x86_64-cpython-310/numpoly/array_function
creating build/lib.linux-x86_64-cpython-310/numpoly/utils
copying numpoly/utils/glexindex.py -> build/lib.linux-x86_64-cpython-310/numpoly/utils
copying numpoly/utils/cross_truncation.py -> build/lib.linux-x86_64-cpython-310/numpoly/utils
copying numpoly/utils/init.py -> build/lib.linux-x86_64-cpython-310/numpoly/utils
copying numpoly/utils/glexsort.py -> build/lib.linux-x86_64-cpython-310/numpoly/utils
copying numpoly/utils/bindex.py -> build/lib.linux-x86_64-cpython-310/numpoly/utils
creating build/lib.linux-x86_64-cpython-310/numpoly/poly_function/divide
copying numpoly/poly_function/divide/divmod.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function/divide
copying numpoly/poly_function/divide/remainder.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function/divide
copying numpoly/poly_function/divide/divide.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function/divide
copying numpoly/poly_function/divide/init.py -> build/lib.linux-x86_64-cpython-310/numpoly/poly_function/divide
running egg_info
writing numpoly.egg-info/PKG-INFO
writing dependency_links to numpoly.egg-info/dependency_links.txt
writing requirements to numpoly.egg-info/requires.txt
writing top-level names to numpoly.egg-info/top_level.txt
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/arrayobject.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/arrayscalars.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ndarrayobject.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ndarraytypes.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ufuncobject.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/arrayobject.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/arrayscalars.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ndarrayobject.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ndarraytypes.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ufuncobject.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/arrayobject.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/arrayscalars.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ndarrayobject.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ndarraytypes.h won't be automatically included in the manifest: the path must be relative
dependency /tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include/numpy/ufuncobject.h won't be automatically included in the manifest: the path must be relative
reading manifest file 'numpoly.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'LICENSE.txt'
warning: no previously-included files matching '.pyc' found anywhere in distribution
warning: no files found matching '.pxd' under directory 'numpoly/cfunctions'
adding license file 'LICENSE'
writing manifest file 'numpoly.egg-info/SOURCES.txt'
copying numpoly/cfunctions/cfrom_attributes.c -> build/lib.linux-x86_64-cpython-310/numpoly/cfunctions
copying numpoly/cfunctions/cfrom_attributes.pyx -> build/lib.linux-x86_64-cpython-310/numpoly/cfunctions
copying numpoly/cfunctions/cmultiply.c -> build/lib.linux-x86_64-cpython-310/numpoly/cfunctions
copying numpoly/cfunctions/cmultiply.pyx -> build/lib.linux-x86_64-cpython-310/numpoly/cfunctions
copying numpoly/cfunctions/cvalues.c -> build/lib.linux-x86_64-cpython-310/numpoly/cfunctions
copying numpoly/cfunctions/cvalues.pyx -> build/lib.linux-x86_64-cpython-310/numpoly/cfunctions
running build_ext
building 'numpoly.cfunctions.cfrom_attributes' extension
creating build/temp.linux-x86_64-cpython-310/numpoly/cfunctions
gcc -pthread -B /home/marius/anaconda3/envs/pypsa-earth/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/marius/anaconda3/envs/pypsa-earth/include -fPIC -O2 -isystem /home/marius/anaconda3/envs/pypsa-earth/include -fPIC -I/tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include -I/tmp/pip-build-env-xu88a2jd/overlay/lib/python3.10/site-packages/numpy/_core/include -I/home/marius/anaconda3/envs/pypsa-earth/include/python3.10 -c ./numpoly/cfunctions/cfrom_attributes.c -o build/temp.linux-x86_64-cpython-310/./numpoly/cfunctions/cfrom_attributes.o
error: command 'gcc' failed: No such file or directory
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for numpoly
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (numpoly)
failed
CondaEnvException: Pip failed
I have have no idea what might cause this problem and I would be really glad if someone could help me.
Beta Was this translation helpful? Give feedback.
All reactions