工程问题记录
这里也像benchmark一样,做成长期更新的内容,记录一些工程的小问题
1、pip安装显示OSERROR2
具体的报错如下
Could not install packages due to an OSError: [Errno 2] No such file or directory: '/Users/xuheyang/opt/miniconda3/envs/xhy_torch/lib/python3.7/site-packages/absl_py-0.13.0.dist-info/RECORD'
解决方案:
进入这个文件夹,会发现有名字相同或着相近的包,把缺失的文件复制给没有这些文件的文件夹,再重复安装即可。