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

DOC: Known bottleneck install issue #691

Merged
merged 1 commit into from
Jun 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/known_bugs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ compatible version:
See `Issue #305 <https://github.com/spacetelescope/jdaviz/issues/305>`_ for
updates on this topic.

On some platforms, install fails due to `bottleneck`
----------------------------------------------------

In a conda environment, where numpy was installed using conda, installing
jdaviz using pip will attempt to pull bottleneck from PyPI. This might result
in bottleneck trying to build numpy from source and crash, stalling the
installation altogether. When this happens, exit the installation, install
bottleneck with conda, and try to install jdaviz again.

Collapse Plugin spectral bounds don't match selected region
-----------------------------------------------------------

Expand Down