zalandoresearch / pytorch-ts

PyTorch based Probabilistic Time Series forecasting framework based on GluonTS backend
MIT License
1.22k stars 191 forks source link

Report errors when using pip3 #4

Closed kdwang1808 closed 4 years ago

kdwang1808 commented 4 years ago

ERROR: Could not find a version that satisfies the requirement pytorchts (from versions: none) ERROR: No matching distribution found for pytorchts

basicv8vc commented 4 years ago

I found that pytorchts package is not hosted on PyPI. You can install development version pip install -e .