pypsa-usa
pypsa-usa copied to clipboard
Not being able to build_renewable_profiles for solar, offwind, offwind_floating and onwind with --cores all
Checklist
- [X] I am using the current
master
branch - [X] I am running on an up-to-date
pypsa-usa
environment. Update viaconda env update -f envs/environment.yaml
The Issue
Hi all and thanks in advance for your support!
OS: macOS Sonoma 14.6.1 on Apple M3 Pro chip
It is not possible to compute the renewable profiles for solar, offwind, offwind_floating and onwind when setting --cores all
I am able to get such profiles when --cores 1
Steps To Reproduce
snakemake --cores all --configfile config/config.default.yaml
The configuration used is
interconnect: [usa] #"usa|texas|western|eastern"
clusters: [145]
opts: [REM-1000SEG]
ll: [v1.0]
scope: "total" # "urban", "rural", or "total"
sector: "" # G
planning_horizons:
- 2030 #(2018-2023, 2030, 2040, 2050)
Expected Behavior
No response
Error Message
2024-08-30 08:14:04,040 - distributed.scheduler - ERROR - Couldn't gather keys {"('deg2rad-1ab8ec743b1260aec6c4716a14c88f41', 0)": []} state: [None] workers: []
NoneType: None
2024-08-30 08:14:04,041 - distributed.scheduler - ERROR - Shut down workers that don't have promised key: [], ('deg2rad-1ab8ec743b1260aec6c4716a14c88f41', 0)
NoneType: None
2024-08-30 08:14:04,041 - distributed.client - WARNING - Couldn't gather 1 keys, rescheduling {"('deg2rad-1ab8ec743b1260aec6c4716a14c88f41', 0)": ()}
2024-08-30 08:14:04,041 - distributed.client - WARNING - Couldn't gather 1 keys, rescheduling {"('deg2rad-1ab8ec743b1260aec6c4716a14c88f41', 0)": ()}
Traceback (most recent call last):
File "/Users/fabriziofinozzi/Desktop/OpenEnergyTransition/repo/pypsa-usa/workflow/.snakemake/scripts/tmp3t9vrm_1.build_renewable_profiles.py", line 319, in <module>
profile, capacities = func(
^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/atlite/convert.py", line 722, in pv
return cutout.convert_and_aggregate(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/atlite/convert.py", line 195, in convert_and_aggregate
return maybe_progressbar(results, show_progress, **dask_kwargs), capacity
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/atlite/convert.py", line 206, in maybe_progressbar
ds.load(**kwargs)
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/xarray/core/dataarray.py", line 1162, in load
ds = self._to_temp_dataset().load(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/xarray/core/dataset.py", line 865, in load
evaluated_data: tuple[np.ndarray[Any, Any], ...] = chunkmanager.compute(
^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/xarray/namedarray/daskmanager.py", line 86, in compute
return compute(*data, **kwargs) # type: ignore[no-untyped-call, no-any-return]
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/distributed/utils_comm.py", line 434, in retry_operation
return await retry(
^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/distributed/utils_comm.py", line 413, in retry
return await coro()
^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/distributed/core.py", line 1377, in send_recv_from_rpc
return await send_recv(comm=comm, op=key, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/distributed/core.py", line 1136, in send_recv
response = await comm.read(deserializers=deserializers)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/distributed/comm/tcp.py", line 235, in read
n = await stream.read_into(chunk)
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/tornado/iostream.py", line 467, in read_into
self._try_inline_read()
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/tornado/iostream.py", line 836, in _try_inline_read
pos = self._read_to_buffer_loop()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/tornado/iostream.py", line 750, in _read_to_buffer_loop
if self._read_to_buffer() == 0:
^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/tornado/iostream.py", line 861, in _read_to_buffer
bytes_read = self.read_from_fd(buf)
^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/site-packages/tornado/iostream.py", line 1116, in read_from_fd
return self.socket.recv_into(buf, len(buf))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 22] Invalid argument
[Fri Aug 30 08:15:15 2024]
Error in rule build_renewable_profiles:
jobid: 20
input: resources/Default/usa/elec_base_network.nc, data/copernicus/PROBAV_LC100_global_v3.0.1_2019-nrt_Discrete-Classification-map_USA_EPSG-4326.tif, data/natura.tiff, resources/Default/usa/country_shapes.geojson, resources/Default/usa/offshore_shapes.geojson, repo_data/CEC_Wind_BaseScreen_epsg3310.tif, repo_data/CEC_Solar_BaseScreen_epsg3310.tif, repo_data/boem_osw_planning_areas.tif, resources/Default/usa/regions_onshore.geojson, cutouts/usa_era5_2019.nc
output: resources/Default/usa/profile_solar.nc
log: logs/Default/usa/build_renewable_profile_solar.log (check log file(s) for error details)
RuleException:
CalledProcessError in file /Users/fabriziofinozzi/Desktop/OpenEnergyTransition/repo/pypsa-usa/workflow/rules/build_electricity.smk, line 201:
Command 'set -euo pipefail; /opt/anaconda3/envs/pypsa-usa/bin/python3.11 /Users/fabriziofinozzi/Desktop/OpenEnergyTransition/repo/pypsa-usa/workflow/.snakemake/scripts/tmp3t9vrm_1.build_renewable_profiles.py' returned non-zero exit status 1.
File "/Users/fabriziofinozzi/Desktop/OpenEnergyTransition/repo/pypsa-usa/workflow/rules/build_electricity.smk", line 201, in __rule_build_renewable_profiles
File "/opt/anaconda3/envs/pypsa-usa/lib/python3.11/concurrent/futures/thread.py", line 58, in run
Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message
Complete log: .snakemake/log/2024-08-30T080150.331270.snakemake.log
(pypsa-usa) fabriziofinozzi@Fabrizios-MBP workflow %
Conda environment
# packages in environment at /opt/anaconda3/envs/pypsa-usa:
#
# Name Version Build Channel
affine 2.4.0 pyhd8ed1ab_0 conda-forge
amply 0.1.6 pyhd8ed1ab_0 conda-forge
anyio 4.4.0 pyhd8ed1ab_0 conda-forge
appdirs 1.4.4 pyh9f0ad1d_0 conda-forge
appnope 0.1.4 pyhd8ed1ab_0 conda-forge
argon2-cffi 23.1.0 pyhd8ed1ab_0 conda-forge
argon2-cffi-bindings 21.2.0 py311heffc1b2_4 conda-forge
arrow 1.3.0 pyhd8ed1ab_0 conda-forge
asttokens 2.4.1 pyhd8ed1ab_0 conda-forge
async-lru 2.0.4 pyhd8ed1ab_0 conda-forge
atk-1.0 2.38.0 hcb7b3dd_1 conda-forge
atlite 0.2.13 pyhd8ed1ab_0 conda-forge
attrs 24.2.0 pyh71513ae_0 conda-forge
aws-c-auth 0.7.25 hd1432f0_6 conda-forge
aws-c-cal 0.7.3 h85401af_2 conda-forge
aws-c-common 0.9.27 h99b78c6_0 conda-forge
aws-c-compression 0.2.19 h41e72e7_0 conda-forge
aws-c-event-stream 0.4.3 h79ff00d_0 conda-forge
aws-c-http 0.8.7 ha3a5f06_5 conda-forge
aws-c-io 0.14.18 h43341e6_6 conda-forge
aws-c-mqtt 0.10.4 h64da278_17 conda-forge
aws-c-s3 0.6.4 h3f26dbc_8 conda-forge
aws-c-sdkutils 0.1.19 h85401af_2 conda-forge
aws-checksums 0.1.18 h85401af_10 conda-forge
aws-crt-cpp 0.27.6 h3fdcf82_0 conda-forge
aws-sdk-cpp 1.11.379 h34e68ec_5 conda-forge
azure-core-cpp 1.13.0 hd01fc5c_0 conda-forge
azure-identity-cpp 1.8.0 h13ea094_2 conda-forge
azure-storage-blobs-cpp 12.12.0 hfde595f_0 conda-forge
azure-storage-common-cpp 12.7.0 hcf3b6fd_1 conda-forge
azure-storage-files-datalake-cpp 12.11.0 h082e32e_1 conda-forge
babel 2.14.0 pyhd8ed1ab_0 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
beautifulsoup4 4.12.3 pyha770c72_0 conda-forge
bleach 6.1.0 pyhd8ed1ab_0 conda-forge
blosc 1.21.6 h5499902_0 conda-forge
bokeh 3.5.1 pyhd8ed1ab_0 conda-forge
bottleneck 1.4.0 py311h5d790af_1 conda-forge
branca 0.7.2 pyhd8ed1ab_0 conda-forge
brotli 1.1.0 hb547adb_1 conda-forge
brotli-bin 1.1.0 hb547adb_1 conda-forge
brotli-python 1.1.0 py311ha891d26_1 conda-forge
bzip2 1.0.8 h99b78c6_7 conda-forge
c-ares 1.33.0 h99b78c6_0 conda-forge
c-blosc2 2.12.0 ha57e6be_0 conda-forge
ca-certificates 2024.7.4 hf0a4a13_0 conda-forge
cached-property 1.5.2 hd8ed1ab_1 conda-forge
cached_property 1.5.2 pyha770c72_1 conda-forge
cads-api-client 1.2.0 pyhd8ed1ab_0 conda-forge
cairo 1.18.0 hd1e100b_0 conda-forge
cartopy 0.22.0 py311h6e08293_1 conda-forge
cdsapi 0.7.1 pyhd8ed1ab_0 conda-forge
certifi 2024.7.4 pyhd8ed1ab_0 conda-forge
cffi 1.17.0 py311h4bce835_0 conda-forge
cfitsio 4.3.1 h808cd33_0 conda-forge
cftime 1.6.4 py311h5d790af_0 conda-forge
charset-normalizer 3.3.2 pyhd8ed1ab_0 conda-forge
click 8.1.7 unix_pyh707e725_0 conda-forge
click-plugins 1.1.1 py_0 conda-forge
cligj 0.7.2 pyhd8ed1ab_1 conda-forge
cloudpickle 3.0.0 pyhd8ed1ab_0 conda-forge
coin-or-cbc 2.10.12 h7cfbe6c_0 conda-forge
coin-or-cgl 0.60.9 hbf821b3_0 conda-forge
coin-or-clp 1.17.10 hde4c74c_0 conda-forge
coin-or-osi 0.108.11 hfbf3c2f_1 conda-forge
coin-or-utils 2.11.12 h1ec7d49_1 conda-forge
coincbc 2.10.12 0_metapackage conda-forge
colorama 0.4.6 pyhd8ed1ab_0 conda-forge
comm 0.2.2 pyhd8ed1ab_0 conda-forge
configargparse 1.7 pyhd8ed1ab_0 conda-forge
connection_pool 0.0.3 pyhd3deb0d_0 conda-forge
contourpy 1.2.1 py311hcc98501_0 conda-forge
country_converter 1.0.0 pyhd8ed1ab_1 conda-forge
countrycode 0.4.0 pypi_0 pypi
cycler 0.12.1 pyhd8ed1ab_0 conda-forge
cytoolz 0.12.3 py311h05b510d_0 conda-forge
dask 2023.7.0 pyhd8ed1ab_0 conda-forge
dask-core 2023.7.0 pyhd8ed1ab_0 conda-forge
datrie 0.8.2 py311heffc1b2_7 conda-forge
debugpy 1.8.5 py311hb9542d7_0 conda-forge
decorator 5.1.1 pyhd8ed1ab_0 conda-forge
defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge
deprecation 2.1.0 pyh9f0ad1d_0 conda-forge
descartes 1.1.0 py_4 conda-forge
distributed 2023.7.0 pyhd8ed1ab_0 conda-forge
docutils 0.21.2 pyhd8ed1ab_0 conda-forge
dpath 2.2.0 pyha770c72_0 conda-forge
duckdb 1.0.0 hd8ed1ab_0 conda-forge
entrypoints 0.4 pyhd8ed1ab_0 conda-forge
et_xmlfile 1.1.0 pyhd8ed1ab_0 conda-forge
exceptiongroup 1.2.2 pyhd8ed1ab_0 conda-forge
executing 2.0.1 pyhd8ed1ab_0 conda-forge
expat 2.6.2 hebf3989_0 conda-forge
fiona 1.9.5 py311h45231e3_0 conda-forge
folium 0.17.0 pyhd8ed1ab_0 conda-forge
font-ttf-dejavu-sans-mono 2.37 hab24e00_0 conda-forge
font-ttf-inconsolata 3.000 h77eed37_0 conda-forge
font-ttf-source-code-pro 2.038 h77eed37_0 conda-forge
font-ttf-ubuntu 0.83 h77eed37_2 conda-forge
fontconfig 2.14.2 h82840c6_0 conda-forge
fonts-conda-ecosystem 1 0 conda-forge
fonts-conda-forge 1 0 conda-forge
fonttools 4.53.1 py311hd3f4193_0 conda-forge
fqdn 1.5.1 pyhd8ed1ab_0 conda-forge
freetype 2.12.1 hadb7bae_2 conda-forge
freexl 2.0.0 hfbad9fb_0 conda-forge
fribidi 1.0.10 h27ca646_0 conda-forge
fs 2.4.11 pyhd8ed1ab_3 conda-forge
fsspec 2024.6.1 pyhff2d567_0 conda-forge
gdal 3.7.3 py311hc00cf99_11 conda-forge
gdk-pixbuf 2.42.10 hcea6d13_5 conda-forge
geographiclib 1.52 pyhd8ed1ab_0 conda-forge
geopandas 0.14.0 pyhd8ed1ab_1 conda-forge
geopandas-base 0.14.0 pyha770c72_1 conda-forge
geopy 2.4.0 pyhd8ed1ab_0 conda-forge
geos 3.12.1 h965bd2d_0 conda-forge
geotiff 1.7.1 h71398c0_14 conda-forge
gettext 0.22.5 h8414b35_3 conda-forge
gettext-tools 0.22.5 h8414b35_3 conda-forge
gflags 2.2.2 hc88da5d_1004 conda-forge
giflib 5.2.2 h93a5062_0 conda-forge
gitdb 4.0.11 pyhd8ed1ab_0 conda-forge
gitpython 3.1.43 pyhd8ed1ab_0 conda-forge
glog 0.7.1 heb240a5_0 conda-forge
graphite2 1.3.13 hebf3989_1003 conda-forge
graphviz 9.0.0 h3face73_1 conda-forge
gtk2 2.24.33 h7895bb2_4 conda-forge
gts 0.7.6 he42f4ea_4 conda-forge
gurobipy 10.0.3 pypi_0 pypi
h2 4.1.0 pyhd8ed1ab_0 conda-forge
harfbuzz 8.3.0 h8f0ba13_0 conda-forge
hdf4 4.2.15 h2ee6834_7 conda-forge
hdf5 1.14.3 nompi_hec07895_105 conda-forge
highspy 1.7.2 pypi_0 pypi
hpack 4.0.0 pyh9f0ad1d_0 conda-forge
humanfriendly 10.0 pyhd8ed1ab_6 conda-forge
hyperframe 6.0.1 pyhd8ed1ab_0 conda-forge
icu 73.2 hc8870d7_0 conda-forge
idna 3.7 pyhd8ed1ab_0 conda-forge
importlib-metadata 8.4.0 pyha770c72_0 conda-forge
importlib_metadata 8.4.0 hd8ed1ab_0 conda-forge
importlib_resources 6.4.4 pyhd8ed1ab_0 conda-forge
iniconfig 2.0.0 pyhd8ed1ab_0 conda-forge
ipykernel 6.25.2 pyh1050b4e_0 conda-forge
ipython 8.16.1 pyh31c8845_0 conda-forge
ipywidgets 8.1.5 pyhd8ed1ab_0 conda-forge
isoduration 20.11.0 pyhd8ed1ab_0 conda-forge
jedi 0.19.1 pyhd8ed1ab_0 conda-forge
jinja2 3.1.4 pyhd8ed1ab_0 conda-forge
joblib 1.4.2 pyhd8ed1ab_0 conda-forge
json-c 0.17 he54c16a_1 conda-forge
json5 0.9.25 pyhd8ed1ab_0 conda-forge
jsonpointer 3.0.0 py311h267d04e_0 conda-forge
jsonschema 4.23.0 pyhd8ed1ab_0 conda-forge
jsonschema-specifications 2023.12.1 pyhd8ed1ab_0 conda-forge
jsonschema-with-format-nongpl 4.23.0 hd8ed1ab_0 conda-forge
jupyter 1.0.0 pyhd8ed1ab_10 conda-forge
jupyter-lsp 2.2.5 pyhd8ed1ab_0 conda-forge
jupyter_client 8.6.2 pyhd8ed1ab_0 conda-forge
jupyter_console 6.6.3 pyhd8ed1ab_0 conda-forge
jupyter_core 5.7.2 py311h267d04e_0 conda-forge
jupyter_events 0.10.0 pyhd8ed1ab_0 conda-forge
jupyter_server 2.14.2 pyhd8ed1ab_0 conda-forge
jupyter_server_terminals 0.5.3 pyhd8ed1ab_0 conda-forge
jupyterlab 4.0.13 pyhd8ed1ab_1 conda-forge
jupyterlab_pygments 0.3.0 pyhd8ed1ab_1 conda-forge
jupyterlab_server 2.27.3 pyhd8ed1ab_0 conda-forge
jupyterlab_widgets 3.0.13 pyhd8ed1ab_0 conda-forge
kealib 1.5.3 h848a2d4_1 conda-forge
kiwisolver 1.4.5 py311he4fd1f5_1 conda-forge
krb5 1.21.3 h237132a_0 conda-forge
lcms2 2.16 ha0e7c42_0 conda-forge
lerc 4.0.0 h9a09cb3_0 conda-forge
libabseil 20240116.2 cxx17_h00cdb27_1 conda-forge
libaec 1.1.3 hebf3989_0 conda-forge
libarchive 3.7.4 h83d404f_0 conda-forge
libarrow 17.0.0 h99ce08b_9_cpu conda-forge
libarrow-acero 17.0.0 hf9b8971_9_cpu conda-forge
libarrow-dataset 17.0.0 hf9b8971_9_cpu conda-forge
libarrow-substrait 17.0.0 hbf8b706_9_cpu conda-forge
libasprintf 0.22.5 h8414b35_3 conda-forge
libasprintf-devel 0.22.5 h8414b35_3 conda-forge
libblas 3.9.0 20_osxarm64_openblas conda-forge
libbrotlicommon 1.1.0 hb547adb_1 conda-forge
libbrotlidec 1.1.0 hb547adb_1 conda-forge
libbrotlienc 1.1.0 hb547adb_1 conda-forge
libcblas 3.9.0 20_osxarm64_openblas conda-forge
libcrc32c 1.1.2 hbdafb3b_0 conda-forge
libcurl 8.9.1 hfd8ffcc_0 conda-forge
libcxx 18.1.8 h5a72898_4 conda-forge
libdeflate 1.19 hb547adb_0 conda-forge
libedit 3.1.20191231 hc8eb9b7_2 conda-forge
libev 4.33 h93a5062_2 conda-forge
libevent 2.1.12 h2757513_1 conda-forge
libexpat 2.6.2 hebf3989_0 conda-forge
libffi 3.4.2 h3422bc3_5 conda-forge
libgd 2.3.3 hfdf3952_9 conda-forge
libgdal 3.7.3 h43ae7c0_11 conda-forge
libgettextpo 0.22.5 h8414b35_3 conda-forge
libgettextpo-devel 0.22.5 h8414b35_3 conda-forge
libgfortran 5.0.0 13_2_0_hd922786_3 conda-forge
libgfortran5 13.2.0 hf226fd6_3 conda-forge
libglib 2.78.4 h1635a5e_0 conda-forge
libgoogle-cloud 2.28.0 hfe08963_0 conda-forge
libgoogle-cloud-storage 2.28.0 h1466eeb_0 conda-forge
libgrpc 1.62.2 h9c18a4f_0 conda-forge
libiconv 1.17 h0d3ecfb_2 conda-forge
libintl 0.22.5 h8414b35_3 conda-forge
libintl-devel 0.22.5 h8414b35_3 conda-forge
libjpeg-turbo 3.0.0 hb547adb_1 conda-forge
libkml 1.3.0 h00ed6cc_1020 conda-forge
liblapack 3.9.0 20_osxarm64_openblas conda-forge
liblapacke 3.9.0 20_osxarm64_openblas conda-forge
libnetcdf 4.9.2 nompi_he469be0_114 conda-forge
libnghttp2 1.58.0 ha4dd798_1 conda-forge
libopenblas 0.3.25 openmp_h6c19121_0 conda-forge
libparquet 17.0.0 hf0ba9ef_9_cpu conda-forge
libpng 1.6.43 h091b4b1_0 conda-forge
libpq 16.4 h7afe498_0 conda-forge
libprotobuf 4.25.3 hbfab5d5_0 conda-forge
libre2-11 2023.09.01 h7b2c953_2 conda-forge
librsvg 2.56.3 h55a2576_1 conda-forge
librttopo 1.1.0 hc8f776e_15 conda-forge
libsodium 1.0.18 h27ca646_1 conda-forge
libspatialindex 2.0.0 h00cdb27_0 conda-forge
libspatialite 5.1.0 hbcbf9a1_3 conda-forge
libsqlite 3.46.0 hfb93653_0 conda-forge
libssh2 1.11.0 h7a5bd25_0 conda-forge
libthrift 0.20.0 h33edb3e_0 conda-forge
libtiff 4.6.0 ha8a6c65_2 conda-forge
libutf8proc 2.8.0 h1a8c8d9_0 conda-forge
libwebp 1.4.0 h54798ee_0 conda-forge
libwebp-base 1.4.0 h93a5062_0 conda-forge
libxcb 1.16 hf2054a2_0 conda-forge
libxml2 2.12.7 h9a80f22_3 conda-forge
libxslt 1.1.39 h223e5b9_0 conda-forge
libzip 1.10.1 ha0bc3c6_3 conda-forge
libzlib 1.3.1 hfb2fe0b_1 conda-forge
linopy 0.3.8 pyhd8ed1ab_0 conda-forge
llvm-openmp 18.1.8 hde57baf_1 conda-forge
locket 1.0.0 pyhd8ed1ab_0 conda-forge
lxml 4.9.3 py311hdef8331_3 conda-forge
lz4 4.3.3 py311hd44b8e9_0 conda-forge
lz4-c 1.9.4 hb7217d7_0 conda-forge
lzo 2.10 h93a5062_1001 conda-forge
mapclassify 2.8.0 pyhd8ed1ab_0 conda-forge
markupsafe 2.1.5 py311h05b510d_0 conda-forge
matplotlib 3.8.0 py311ha1ab1f8_2 conda-forge
matplotlib-base 3.8.0 py311hfdba5f6_2 conda-forge
matplotlib-inline 0.1.7 pyhd8ed1ab_0 conda-forge
memory_profiler 0.61.0 pyhd8ed1ab_0 conda-forge
minizip 4.0.7 h27ee973_0 conda-forge
mistune 3.0.2 pyhd8ed1ab_0 conda-forge
msgpack-python 1.0.8 py311h6bde47b_0 conda-forge
multiurl 0.3.1 pyhd8ed1ab_0 conda-forge
munch 4.0.0 pyhd8ed1ab_0 conda-forge
munkres 1.1.4 pyh9f0ad1d_0 conda-forge
nbclient 0.10.0 pyhd8ed1ab_0 conda-forge
nbconvert 7.16.4 hd8ed1ab_1 conda-forge
nbconvert-core 7.16.4 pyhd8ed1ab_1 conda-forge
nbconvert-pandoc 7.16.4 hd8ed1ab_1 conda-forge
nbformat 5.10.4 pyhd8ed1ab_0 conda-forge
ncurses 6.5 hb89a1cb_0 conda-forge
nest-asyncio 1.6.0 pyhd8ed1ab_0 conda-forge
netcdf4 1.6.4 nompi_py311hbb54521_103 conda-forge
networkx 3.1 pyhd8ed1ab_0 conda-forge
notebook 7.0.6 pyhd8ed1ab_0 conda-forge
notebook-shim 0.2.4 pyhd8ed1ab_0 conda-forge
nspr 4.35 hb7217d7_0 conda-forge
nss 3.103 hc42bcbf_0 conda-forge
numexpr 2.10.0 py311h4b4568b_0 conda-forge
numpy 1.26.0 py311hb8f3215_0 conda-forge
openjdk 22.0.1 h363fedd_1 conda-forge
openjpeg 2.5.2 h9f1df11_0 conda-forge
openpyxl 3.1.2 py311heffc1b2_0 conda-forge
openssl 3.3.1 h8359307_3 conda-forge
orc 2.0.2 h75dedd0_0 conda-forge
overrides 7.7.0 pyhd8ed1ab_0 conda-forge
packaging 24.1 pyhd8ed1ab_0 conda-forge
pandas 2.2.2 py311h4b4568b_1 conda-forge
pandoc 3.3 hce30654_0 conda-forge
pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge
pango 1.52.1 hb067d4f_0 conda-forge
parso 0.8.4 pyhd8ed1ab_0 conda-forge
partd 1.4.2 pyhd8ed1ab_0 conda-forge
patsy 0.5.6 pyhd8ed1ab_0 conda-forge
pcre2 10.42 h26f9a81_0 conda-forge
pexpect 4.9.0 pyhd8ed1ab_0 conda-forge
pickleshare 0.7.5 py_1003 conda-forge
pillow 10.4.0 py311hd7951ec_0 conda-forge
pip 24.2 pyhd8ed1ab_0 conda-forge
pixman 0.43.4 hebf3989_0 conda-forge
pkgutil-resolve-name 1.3.10 pyhd8ed1ab_1 conda-forge
plac 1.4.3 pyhd8ed1ab_0 conda-forge
platformdirs 4.2.2 pyhd8ed1ab_0 conda-forge
plotly 5.17.0 pyhd8ed1ab_0 conda-forge
pluggy 1.5.0 pyhd8ed1ab_0 conda-forge
ply 3.11 pyhd8ed1ab_2 conda-forge
poppler 23.12.0 hcdd998b_0 conda-forge
poppler-data 0.4.12 hd8ed1ab_0 conda-forge
postgresql 16.4 h2cc7dc1_0 conda-forge
progressbar2 4.3.2 pyhd8ed1ab_0 conda-forge
proj 9.3.0 h52fb9d0_2 conda-forge
prometheus_client 0.20.0 pyhd8ed1ab_0 conda-forge
prompt-toolkit 3.0.47 pyha770c72_0 conda-forge
prompt_toolkit 3.0.47 hd8ed1ab_0 conda-forge
psutil 6.0.0 py311hd3f4193_0 conda-forge
pthread-stubs 0.4 h27ca646_1001 conda-forge
ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge
pulp 2.7.0 py311h267d04e_1 conda-forge
pure_eval 0.2.3 pyhd8ed1ab_0 conda-forge
py-cpuinfo 9.0.0 pyhd8ed1ab_0 conda-forge
pyarrow 17.0.0 py311h35c05fe_1 conda-forge
pyarrow-core 17.0.0 py311he42f270_1_cpu conda-forge
pycountry 22.3.5 pyhd8ed1ab_0 conda-forge
pycparser 2.22 pyhd8ed1ab_0 conda-forge
pygments 2.18.0 pyhd8ed1ab_0 conda-forge
pyobjc-core 10.3.1 py311h5f135c3_0 conda-forge
pyobjc-framework-cocoa 10.3.1 py311h5f135c3_0 conda-forge
pyomo 6.6.1 py311ha891d26_0 conda-forge
pyparsing 3.1.2 pyhd8ed1ab_0 conda-forge
pyproj 3.6.1 py311h20a9b75_4 conda-forge
pypsa 0.27.1 pyhd8ed1ab_0 conda-forge
pyshp 2.3.1 pyhd8ed1ab_0 conda-forge
pysocks 1.7.1 pyha2e5f31_6 conda-forge
pytables 3.9.1 py311hce229b4_0 conda-forge
pytest 8.3.2 pyhd8ed1ab_0 conda-forge
python 3.11.9 h932a869_0_cpython conda-forge
python-dateutil 2.9.0 pyhd8ed1ab_0 conda-forge
python-duckdb 1.0.0 py311hb9542d7_0 conda-forge
python-fastjsonschema 2.20.0 pyhd8ed1ab_0 conda-forge
python-json-logger 2.0.7 pyhd8ed1ab_0 conda-forge
python-tzdata 2024.1 pyhd8ed1ab_0 conda-forge
python-utils 3.8.2 pyhd8ed1ab_0 conda-forge
python_abi 3.11 5_cp311 conda-forge
pytz 2023.3.post1 pyhd8ed1ab_0 conda-forge
pyyaml 6.0.2 py311hd3f4193_0 conda-forge
pyzmq 26.2.0 py311h137d824_0 conda-forge
qtconsole-base 5.5.2 pyha770c72_0 conda-forge
qtpy 2.4.1 pyhd8ed1ab_0 conda-forge
rasterio 1.3.8 py311ha7aea40_4 conda-forge
re2 2023.09.01 h4cba328_2 conda-forge
readline 8.2 h92ec313_1 conda-forge
referencing 0.35.1 pyhd8ed1ab_0 conda-forge
requests 2.32.3 pyhd8ed1ab_0 conda-forge
reretry 0.11.8 pyhd8ed1ab_0 conda-forge
rfc3339-validator 0.1.4 pyhd8ed1ab_0 conda-forge
rfc3986-validator 0.1.1 pyh9f0ad1d_0 conda-forge
rpds-py 0.20.0 py311h98c6a39_0 conda-forge
rtree 1.3.0 py311hc46b6d3_1 conda-forge
scikit-learn 1.5.1 py311hbfb48bc_0 conda-forge
scipy 1.11.3 py311h93d07a4_1 conda-forge
seaborn 0.13.2 hd8ed1ab_2 conda-forge
seaborn-base 0.13.2 pyhd8ed1ab_2 conda-forge
send2trash 1.8.3 pyh31c8845_0 conda-forge
setuptools 72.2.0 pyhd8ed1ab_0 conda-forge
setuptools-scm 8.1.0 pyhd8ed1ab_0 conda-forge
setuptools_scm 8.1.0 hd8ed1ab_0 conda-forge
shapely 2.0.2 py311h0815064_1 conda-forge
six 1.16.0 pyh6c4a22f_0 conda-forge
smart_open 7.0.4 pyhd8ed1ab_0 conda-forge
smmap 5.0.0 pyhd8ed1ab_0 conda-forge
snakemake-minimal 7.32.4 pyhdfd78af_1 bioconda
snappy 1.2.1 hd02b534_0 conda-forge
sniffio 1.3.1 pyhd8ed1ab_0 conda-forge
snuggs 1.4.7 pyhd8ed1ab_1 conda-forge
sortedcontainers 2.4.0 pyhd8ed1ab_0 conda-forge
soupsieve 2.5 pyhd8ed1ab_1 conda-forge
sqlite 3.46.0 h5838104_0 conda-forge
stack_data 0.6.2 pyhd8ed1ab_0 conda-forge
statsmodels 0.14.2 py311h5d790af_0 conda-forge
stopit 1.1.2 py_0 conda-forge
tabula-py 2.7.0 py311h267d04e_1 conda-forge
tabulate 0.9.0 pyhd8ed1ab_1 conda-forge
tblib 3.0.0 pyhd8ed1ab_0 conda-forge
tenacity 9.0.0 pyhd8ed1ab_0 conda-forge
terminado 0.18.1 pyh31c8845_0 conda-forge
threadpoolctl 3.5.0 pyhc1e730c_0 conda-forge
throttler 1.2.2 pyhd8ed1ab_0 conda-forge
tiledb 2.18.2 hcd9d348_1 conda-forge
tinycss2 1.3.0 pyhd8ed1ab_0 conda-forge
tk 8.6.13 h5083fa2_1 conda-forge
tomli 2.0.1 pyhd8ed1ab_0 conda-forge
toolz 0.12.1 pyhd8ed1ab_0 conda-forge
toposort 1.10 pyhd8ed1ab_0 conda-forge
tornado 6.4.1 py311hd3f4193_0 conda-forge
tqdm 4.66.1 pyhd8ed1ab_0 conda-forge
traitlets 5.14.3 pyhd8ed1ab_0 conda-forge
tsam 2.3.3 pypi_0 pypi
types-python-dateutil 2.9.0.20240821 pyhd8ed1ab_0 conda-forge
typing-extensions 4.12.2 hd8ed1ab_0 conda-forge
typing_extensions 4.12.2 pyha770c72_0 conda-forge
typing_utils 0.1.0 pyhd8ed1ab_0 conda-forge
tzcode 2024a h93a5062_0 conda-forge
tzdata 2024a h0c530f3_0 conda-forge
uri-template 1.3.0 pyhd8ed1ab_0 conda-forge
uriparser 0.9.8 h00cdb27_0 conda-forge
urllib3 2.2.2 pyhd8ed1ab_1 conda-forge
validators 0.33.0 pyhd8ed1ab_0 conda-forge
vresutils 0.3.1 pypi_0 pypi
wcwidth 0.2.13 pyhd8ed1ab_0 conda-forge
webcolors 24.8.0 pyhd8ed1ab_0 conda-forge
webencodings 0.5.1 pyhd8ed1ab_2 conda-forge
websocket-client 1.8.0 pyhd8ed1ab_0 conda-forge
wheel 0.44.0 pyhd8ed1ab_0 conda-forge
widgetsnbextension 4.0.13 pyhd8ed1ab_0 conda-forge
wrapt 1.16.0 py311h05b510d_0 conda-forge
xarray 2024.7.0 pyhd8ed1ab_0 conda-forge
xerces-c 3.2.5 hf393695_0 conda-forge
xlrd 2.0.1 pyhd8ed1ab_3 conda-forge
xorg-libxau 1.0.11 hb547adb_0 conda-forge
xorg-libxdmcp 1.1.3 h27ca646_0 conda-forge
xyzservices 2024.6.0 pyhd8ed1ab_0 conda-forge
xz 5.2.6 h57fd34a_0 conda-forge
yaml 0.2.5 h3422bc3_2 conda-forge
yte 1.5.4 pyha770c72_0 conda-forge
zeromq 4.3.5 hcc0f68c_4 conda-forge
zict 3.0.0 pyhd8ed1ab_0 conda-forge
zipp 3.20.0 pyhd8ed1ab_0 conda-forge
zlib 1.3.1 hfb2fe0b_1 conda-forge
zlib-ng 2.0.7 h1a8c8d9_0 conda-forge
zstandard 0.23.0 py311h4a6b76e_0 conda-forge
zstd 1.5.6 hb46c0d2_0 conda-forge
Anything else?
No response