You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed Anaconda, and no matter whether I'm installing beakerx 1.4.1 (together with jupyter) into a Python 3.9 environment using the Anaconda navigator, or whether I'm using the conda commands conda config --env --add pinned_packages 'openjdk>8.0.121' conda install -y -c conda-forge ipywidgets beakerx and conda install -y -c conda-forge ipywidgets beakerx, I end up with a setup where beakerx 1.4.1 appears to be fixed to using openjdk version 8.0.121. So I cannot use jdk 11, for example.
In the conda-meta folder, file beakerx-1.4.1-py39hcbf5309_7.json, the following is stated:
PackagesNotFoundError: The following packages are not available from current channels:
- beakerx_all
Current channels:
- https://conda.anaconda.org/beakerx/osx-arm64
- https://conda.anaconda.org/beakerx/noarch
- https://conda.anaconda.org/conda-forge/osx-arm64
- https://conda.anaconda.org/conda-forge/noarch
Hello.
I've installed Anaconda, and no matter whether I'm installing beakerx 1.4.1 (together with jupyter) into a Python 3.9 environment using the Anaconda navigator, or whether I'm using the conda commands
conda config --env --add pinned_packages 'openjdk>8.0.121' conda install -y -c conda-forge ipywidgets beakerx
andconda install -y -c conda-forge ipywidgets beakerx
, I end up with a setup where beakerx 1.4.1 appears to be fixed to using openjdk version 8.0.121. So I cannot use jdk 11, for example.In the conda-meta folder, file beakerx-1.4.1-py39hcbf5309_7.json, the following is stated:
Is there a reason for the fixed - and quite old - openjdk version? If not, how can this be solved?
Related issues: #8225, #8243, #8243, and #8313
The text was updated successfully, but these errors were encountered: