yzhao062 / pytod

TOD: GPU-accelerated Outlier Detection via Tensor Operations
https://arxiv.org/abs/2110.14007
BSD 2-Clause "Simplified" License
173 stars 24 forks source link

Error while installing package #1

Closed nuriakiin closed 2 years ago

nuriakiin commented 2 years ago

I installed Pytorch 1.10 from their site. It seen in virtual environment. I try pip install pytod but when searching for pytorch, it cannot find it because it searches with the "pytorch" package, not the "torch" package.

ERROR: Could not find a version that satisfies the requirement pytorch>=1.7 (from pytod) (from versions: 0.1.2, 1.0.2)
ERROR: No matching distribution found for pytorch>=1.7
nuriakiin commented 2 years ago

I figure out download the repository and change requirements.txt

pytorch>=1.7 -> torch>=1.7