piEsposito / blitz-bayesian-deep-learning

A simple and extensible library to create Bayesian Neural Network layers on PyTorch.
GNU General Public License v3.0
921 stars 106 forks source link

ERROR: Could not find a version that satisfies the requirement torch==1.4.0 #45

Closed rbunn80110 closed 4 years ago

rbunn80110 commented 4 years ago

ERROR: Could not find a version that satisfies the requirement torch==1.4.0 (from blitz-bayesian-pytorch==0.2.5) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch==1.4.0 (from blitz-bayesian-pytorch==0.2.5)

piEsposito commented 4 years ago

You might be using pip for python2 and not pip 3; our there might be some issue on your pip installation.

You can se here that there actually is a torch 1.4.0 version available for download on Pypi. Also, it is a bit strange that the only versions available of torch in your pip are 0.1.2, 0.1.2.post1 and 0.1.2.post2.

Let me know if I can help you with anything else.

rbunn80110 commented 4 years ago

I was using a windows machine I hardly ever use. I’m sure it must be an environment problem now. Thanks for your help’