Skip to content
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

PyHDX installation #203

Closed
Jhsmit opened this issue Jun 12, 2021 · 0 comments · Fixed by #207
Closed

PyHDX installation #203

Jhsmit opened this issue Jun 12, 2021 · 0 comments · Fixed by #207

Comments

@Jhsmit
Copy link
Owner

Jhsmit commented Jun 12, 2021

Installation of PyHDX is becoming more difficult due to

  1. conda-forge distribution not available for python 3.9
  2. Custom bokeh extensions used in the GUI
  3. specific version requirements for the web application (such as lumen)

A solution might be to
a) split PyHDX into PyHDX(-core) and PyHDX-web (as done in dask / dask-distributed) (as an 'extra' ? (see extra at https://docs.openstack.org/pbr/latest/user/using.html)
b) use optional dependencies (conda/conda#4982 / conda/conda#7502)
c) create a docker container?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant