eurec4a / how_to_eurec4a

Code examples to get you started with EUREC⁴A data.
https://howto.eurec4a.eu
MIT License
6 stars 20 forks source link

Fix dependency installation #68

Closed d70-t closed 2 years ago

d70-t commented 2 years ago

pip-dependencies haven't been installed anymore on binder, because of a previous fix. This PR (hopefully) fixes the root cause, which is pip beeing more strict about what the definition of a file-URI is. In particular, it is not allowed to install dependecies via

pip install -r file:requirements.txt

but

pip install -r requirements.txt

is still fine.

Due to this change, pip-dependencies can be again installed via conda and thus will also automatically be installed in binder again.

d70-t commented 2 years ago

The build currently only fails due to the missing dropsonde update (which is still in progress).