Conda Install of PyKalman Package Reverting Python to Version 3.5

一个人想着一个人 提交于 2019-12-13 02:57:53

问题


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?

来源:https://stackoverflow.com/questions/49615395/conda-install-of-pykalman-package-reverting-python-to-version-3-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!