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


Outline

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

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

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

但执行命令后依然不行:

解决

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

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

删除 setuptools:

再次安装“gm”:

(成功)

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 Windows 下update pip 报错:Cannot remove entries from nonexistent file c:\intelpython3\lib\site-packages\easy-install.pth,解决办法 win10中通过Anaconda安装tensorflow时报错Traceback (most recent call last): File “E:\Anaconda3\lib\site-packages\pip_vendor\urllib3\response.py”, line 360, in _error_catcher yield yolov5-OSError: [WinError 1455] 页面文件太小,无法完成操作。 Error loading "C:\Anaconda3\lib\site-packages\torch\lib\caffe2_detectron_ops_gpu.dll" OSError: [WinError 1455] 页面文件太小,无法完成操作。 Error loading "C:\Anaconda3\lib\site-packages\torch\lib\caffe2_detectron_ops_gpu.dll" 安装python模块是报错Requirement already satisfied: pymysql in c:\python27\lib\site-packages (0.9.2) Requirement already satisfied: cryptography in c:\python27\lib\site-packages (fr om pymysql) (2.3.1) ImportError: cannot import name 'Feature' from 'setuptools' (D:\python_learn\meiduo_project\env\lib\site-packages\setuptools\__init__.py)问题 python torch 解决OSError: [WinError 126] 找不到指定的模块。 Error loading "D:\Anaconda3\lib\site-packages\torch\lib\asmjit.dll" or one of its dependencies.(安装完torch模块后出现找不到指定模块的问题) 解决OSError: cannot open resource File "F:Python36\lib\site-packages\PIL\ImageFont.py", self.font 解决:File "/usr/lib/python2.7/site-packages/more_itertools/more.py", line 340 def _collate(*iterables, key=lambda a: a, reverse=False): 的报错 lib/site-packages/pip/_vendor/requests/packages/urllib3/response.py",%20line pip报错解决
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM