python 安装skimage库时出现undefined symbol: omp_get_num_procs 报错解决
使用python 3.9安装skimage库
conda install scikit-image
import skimage时出现报错:
anaconda3/envs/da/lib/python3.9/site-packages/numpy/core/../../../../libmkl_intel_thread.so: undefined symbol: omp_get_num_procs
解决方法:
conda install intel-openmp
python 安装skimage库时出现undefined symbol: omp_get_num_procs 报错解决最先出现在Python成神之路。
共有 0 条评论