-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command not found: poe
, because h5py
fails to install
#786
Comments
I can confirm it works like that. Maybe the CI setup will need a corresponding adjustment?
>>> import h5py
>>> h5py.__version__
'3.7.0' |
Despite of a |
The radar tests at |
Looks like installing |
Similar thing why I think the setup does not behave well: DuckDB fails to install, but nothing indicates that the process croaked. Why is that? |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
dbd97a8 improves the |
On CI, the Install project workflow step reports that installing
h5py
fails. As a consequence,poe
will not be available, because the installation of dependencies terminated.I am wondering why the corresponding command 1 did not croak appropriately? I would have expected that the Install project workflow step would fail correctly.
-- https://github.com/earthobservations/wetterdienst/actions/runs/3465808093/jobs/5789593334#step:5:139
Originally posted by @amotl in #785 (comment)
Footnotes
poetry install --no-interaction --extras=sql --extras=export --extras=restapi --extras=explorer --extras=interpolation
↩The text was updated successfully, but these errors were encountered: