-
Notifications
You must be signed in to change notification settings - Fork 53
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
Python & R versions specified in setupAnacondaVENV.sh are not available #128
Comments
Hello! |
Thank you for your quick reply. Is it due to the conda version or OS? Envirionment:
Error: > conda --version
conda 24.5.0
> conda create -y --name BEELINE python=3.7.1 r=3.5.0 --file requirements.txt
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- r=3.5.0
- pandas==0.23.4
- scikit-learn==0.21.2
- matplotlib==3.0.2
- python=3.7.1
- numpy==1.15.4
- rpy2==2.9.1
- pyyaml==5.4
Current channels:
- https://conda.anaconda.org/conda-forge/osx-arm64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/osx-arm64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-arm64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page. |
Hello, |
Hello.
Thank you for creating a great tool!
I think Python & R versions specified in setupAnacondaVENV.sh are no longer available.
The oldest Python version is 3.8.5 and R is 3.5.1.
Could you update these versions?
The text was updated successfully, but these errors were encountered: