Installing and importing multiple versions of a Python package

假如想象 提交于 2021-02-08 05:17:43

问题


I am using Dataiku DSS v6.0 which uses pandas==0.23 and this cannot be manually upgraded. I am also trying to use modin==0.6, which is only compatible with pandas==0.25. I have tried using modin==0.3 which requires pandas==0.23, but this older version is throwing exceptions with some of the pandas methods I am calling.

Is there any workaround to this? Can I somehow force modin==0.6 to accept pandas==0.23? Otherwise is there a way in which I can install both pandas==0.23 and pandas==0.25 and force DSS to use 0.23 and modin to use 0.25?

来源:https://stackoverflow.com/questions/60052638/installing-and-importing-multiple-versions-of-a-python-package

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