tensorwatch
tensorwatch copied to clipboard
Could not find a version that satisfies the requirement torchstat
ERROR: Could not find a version that satisfies the requirement torchstat (from tensorwatch) (from versions: none) ERROR: No matching distribution found for torchstat (from tensorwatch)
My Env:
python 3.7.3 torchvision 0.3.0 torch 1.1.0
That's surprising. Could you please try running:
pip install torchstat
Also, do you have pandas installed? Are you using Anaconda?
I faced the same issue with torchstat but it is because pip was associated with python2 in my system. I then activated conda base environment with python3 and was able to use pip to install tensorwatch
I've tested this on clean machine and current install works without error on Anaconda Python 3.6 distribution. If you see this issue again, please submit your environment detail that you can get using conda info
.