2i2c-org / binderhub-service

https://2i2c.org/binderhub-service/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

[fix] Install binderhub from git main branch instead of a fixed zipped snapshot #105

Closed GeorgianaElena closed 4 months ago

GeorgianaElena commented 4 months ago

Installing binderhub from a zip file fails with:

ERROR: Could not build wheels for binderhub, which is required to install pyproject.toml-based projects

because of

ValueError: missing files: ['/tmp/pip-install-hyxm0yc_/binderhub_af833bd6869c42e39892897eaa9d8779/binderhub/static/dist/bundle.js']

Using git to install from the main branch seems to be fixing this. I will self-merge this to fix the tests. @consideRatio, please revert this if you disagree.