Conda Install of PyKalman Package Reverting Python

2019-09-02 08:10发布

问题:

I'm still learning how to use Anaconda package manager. I'm trying to install PyKalman through Conda. Conda seems happy to do so but then tries to downgrade all my packages to Python 3.5 from Python 3.6.

For example:

pandas:        0.22.0-py36h6538335_0      --> 0.22.0-py35_0     conda-forge

I'll need 3.6 for later packages I need to install (i.e. blpapi).

Is there a good workaround here?