1.
创建虚拟环境
conda create -n senta python=3.7
conda activate senta
安装paddle
conda install paddlepaddle==2.0.1 -c paddle
安装senta
python -m pip install Senta
报错了shell ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. mkl-fft 1.3.0 requires numpy>=1.16, but you have numpy 1.14.5 which is incompatible.
然后用conda直接安装mkl-ttfconda install -c intel mkl_fft
欢迎在评论区中进行批评指正,转载请注明来源,如涉及侵权,请联系作者删除。