Outline

这两天通过“掘金量化终端”跑模型策略,之前装好环境一直ok,可以顺畅的Running~

下午重装了下 Anaconda,刚才跑的时候提示 缺少“gm”模块 (掘金量化必须包);

就按照掘金终端提供的方法去安装:

报错:Cannot remove entries from nonexistent file c:\program files\anaconda3\lib\site-packages\easy-install.pth-LMLPHP

但执行命令后依然不行:

报错:Cannot remove entries from nonexistent file c:\program files\anaconda3\lib\site-packages\easy-install.pth-LMLPHP

解决

网上搜索了下解决方法,记录如下:

删除后 setuptools 再运行安装 “gm” 的代码

删除 setuptools:

报错:Cannot remove entries from nonexistent file c:\program files\anaconda3\lib\site-packages\easy-install.pth-LMLPHP

再次安装“gm”:

(成功)

报错:Cannot remove entries from nonexistent file c:\program files\anaconda3\lib\site-packages\easy-install.pth-LMLPHP

05-11 21:53