When I try to install auto-ts package(pip install auto-ts) in Anaconda prompt, i am getting the following error message.
ERROR: Could not find a version that satisfies the requirement httpstan<4.5,>=4.4 (from pystan>=2.14->fbprophet->auto-ts) (from versions: 0.2.5, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.7.2, 0.7.3, 0.7.5, 0.7.6, 0.8.0, 0.9.0, 0.10.1, 1.0.0)
ERROR: No matching distribution found for httpstan<4.5,>=4.4 (from pystan>=2.14->fbprophet->auto-ts)
I have also tried with the following command and upgraded the pip but faced same problem.
Note: I also got No matching distribution error for the below commands. Anybody faced the same issue? pip install fbprophet pip install pystan==2.17.1.0