报错忘截图了
网上查了后可能是包冲突了,所以需要先删除mkl
python Mac 错误信息:Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so_苏雅乐图的博客-CSDN博客
conda remove mkl mkl-service
删除之后需要重新安装numpy包,如果删掉的这些包有哪个需要就重新安装回来
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
之后根据提示,缺什么安装什么(six与typing-extensions)
pip install typing-extensions -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
pip install six -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
应该就可以解决了
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)