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 know the official instructions say to download the stable version using pip install crfm-helm
But I've tried cloning and installing from source to allow file editing using pip install -e . from the cloned repo.
When installing dependent packages, it seems unable to find a valid version of boto3 and goes on searching all possible versions for a solution. Issue might be unrelated to this repo but thought I would flag for awareness. At the beginning it prints
INFO: pip is looking at multiple versions of boto3 to determine which version is compatible with other requirements. This coul
d take a while.
Then it goes on for 1000s of lines trying to find a compatible version:
When installing from source, you can do pip install -r requirements-freeze.txt. This will install the exact package versions that the GitHub Actions CI uses for installing from source and testing. This should allow you to avoid the pip dependency resolution issues.
I know the official instructions say to download the stable version using
pip install crfm-helm
But I've tried cloning and installing from source to allow file editing using
pip install -e .
from the cloned repo.When installing dependent packages, it seems unable to find a valid version of
boto3
and goes on searching all possible versions for a solution. Issue might be unrelated to this repo but thought I would flag for awareness. At the beginning it printsThen it goes on for 1000s of lines trying to find a compatible version:
The text was updated successfully, but these errors were encountered: