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

Python & R versions specified in setupAnacondaVENV.sh are not available #128

Open
nekonekko opened this issue Sep 5, 2024 · 3 comments
Open

Comments

@nekonekko
Copy link

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?

@yutuyt01
Copy link
Collaborator

yutuyt01 commented Sep 9, 2024

Hello!
Thanks for using BEELINE! Could you post the error you were getting with the script? I was able to setup a conda environment with python 3.7.1 and R 3.5.0 using the script.

@nekonekko
Copy link
Author

Thank you for your quick reply. Is it due to the conda version or OS?
My environment and error are as follows.

Envirionment:

Chip: Apple M3 Max
OS: macOS Sonoma version 14.6.1

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.

@yutuyt01
Copy link
Collaborator

Hello,
Apologies for the late reply! We're still looking into this and seeing if we can bump dependencies up across the board so that requirements are available for M3 chips.

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

No branches or pull requests

2 participants