Closed Chen-Cai-OSU closed 3 years ago
Hi,
It looks like the relevant message is x86_64-conda-linux-gnu-cc: error: torchsort/isotonic_cuda.cu: No such file or directory
. Which shouldn't be an issue since this file is in the source.
One thing you could try is installing manually:
git clone https://github.com/teddykoker/torchsort
cd torchsort
python setup.py install
Another issue I've seen with PyTorch C++ extensions is that using Ninja to build them has issues, in which case uninstalling Ninja would fall back to the default build method.
Let me know if these work!
install from source works! Thanks you for the help!
Looks like the file didn't actually get uploaded to PyPI for version 0.1.5. This has now been fixed in 0.1.6!
Hi, Thank you for the nice library. I am trying to install torchsort on a AWS machine with
PyTorch 1.7.1 with Python3.7 (CUDA 11.1 and Intel MKL)
, and encounted the following error:Do do know what goes wrong?Let me know if u need any further info. Thanks!