trustmark icon indicating copy to clipboard operation
trustmark copied to clipboard

Build fails

Open hackerfactor opened this issue 1 year ago • 0 comments

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"

hackerfactor avatar Aug 10 '24 20:08 hackerfactor