RosettaCommons / RosettaCommons/RFdiffusion
Installation doesn't recognize CUDA (due to numpy upgrade to v2.0.0)
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 644
- PR merge metrics
- No merged PRs in 30d
Description
Since numpy released v2.0.0, the installation will likely fail. Put numpy==1.26 or any other older version in the dependency .yml file to ensure successful installation.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the dependency .yml file referenced in the issue and check how numpy is currently specified. Pin numpy to 1.26 or another pre-2.0 version, then verify that the installation completes successfully with the dependency file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100