-
Notifications
You must be signed in to change notification settings - Fork 5
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
PackagesNotFoundError: #11
Comments
Thank you for choosing ROSS for your research! I see you're using Windows to run ROSS, which I haven't personally tested yet. To help, I’ve prepared a requirements.txt file, which is attached to this comment. Please download it and follow these steps: conda create -n ross python=3.9
conda activate ross
pip install -r requirements.txt After setting it up, please verify if the code runs as expected. I currently don’t have access to a Windows OS to test these dependencies directly, but this setup should work. If you encounter any issues, please let me know, and we can work together to prepare an installation guide for Windows users. |
Can you also provide me a requirement.txt for Apple Silicon? |
This seems to be an issue with the git clone https://github.com/holgern/pyyawt
cd pyyawt
python setup.py install Unfortunately, I don’t have access to macOS to test this process. If building from source doesn’t work, another option is to modify the code to disable the use of wavelets. To do this:
These are the only parts of the code that rely on Please let us know which solution worked for you so that others encountering the same issue can benefit. |
C:\Users\surje\Documents\GitHub\ROSS>conda env create -f environment.yml
C:\Users\surje\anaconda3\Lib\argparse.py:2005: FutureWarning:
remote_definition
is deprecated and will be removed in 25.9. Useconda env create --file=URL
instead.action(self, namespace, argument_values, option_string)
Channels:
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
The text was updated successfully, but these errors were encountered: