最佳答案
在我的申请中,我想使用:
packageA
,这需要 packageX==1.3
packageB
,这需要 packageX==1.4
packageX==1.5
如何使用 pip 安装多个版本的 packageX
来处理这种情况?