tyronechen / genomenlp

https://genomenlp.readthedocs.io/en/latest/
MIT License
5 stars 3 forks source link

[BUG] <'ray-default' channel is causing issues > #10

Open CodelyUnicorn opened 5 months ago

CodelyUnicorn commented 5 months ago

Describe the bug It seems that the 'ray-default' channel is causing issues during the environment creation process. The error indicates that the package metadata for 'ray-default' is not accessible, resulting in a 404 error.

To Reproduce Encountered issues while attempting to set up the GenomeNLP environment using Miniconda and Mamba. Below, I have outlined the steps I followed, the errors encountered, and the attempted solutions:

Step 1: Miniconda Installation

Step 2: Mamba Installation

Here I encountered the following error due to an inaccessible channel ray-default: HTTP 404 NOT FOUND for channel ray-default Attempted Solution for the above error :

This time Mamba installation succeeded.

Step 3: Creating GenomeNLP Environment

I Attempted Solution:

Then again I tried manually installing 'ray-default' with the command: pip install ray-default==1.13.0 Again faced error which says:
ERROR: Could not find a version that satisfies the requirement ray-default==1.13.0 (from versions: none) ERROR: No matching distribution found for ray-default==1.13.0

System Information System used :

Model Name: MacBook Air Model Identifier: Mac14,2 Chip: Apple M2 Total Number of Cores: 8 (4 performance and 4 efficiency) Memory: 16 GB System Firmware Version: 10151.41.12

Conda version: 24.3.0 Python version: 3.9.19 Mamba version: 1.5.8

tyronechen commented 5 months ago

Thanks @CodelyUnicorn for your comprehensive and detailed bug report!

Unfortunately, this package will only work on linux platforms and is untested with Mac OS. I was able to replicate your issue on a Mac. The supported platform tag in the repository is misleading and a note was added in the README accordingly.

If you have any other questions, please do not hesitate to reach out.