Build fails
- Dominant language
- JavaScript
- Stars
- 141
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
```
conda create --name trustmark python=3.10
conda activate trustmark
conda install pytorch cudatoolkit=12.8 -c pytorch -c conda-forge
pip install torch==2.1.2 torchvision==0.16.2 -f https://download.pytorch.org/whl/torch_stable.html
pip install .
```
This ends with:
```
WARNING: Error parsing dependencies of torchsde: .* suffix can only be used with `==` or `!=` operators
numpy (>=1.19.*) ; python_version >= "3.7"
```
Contributor guide
Research direction
Reproduce the environment using the listed conda and pip commands, starting with the torchsde dependency warning shown in the issue. Determine whether the warning prevents `pip install .` from completing and identify which dependency metadata or installation step is responsible. Done means the project installs successfully without this dependency-parsing warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100