1、Permission denied
在安装命令的install 后面加上 “--user”
例如:
pip install --user gensim
2、Makefile:893: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
获取sudo权限来安装,或用root来安装:
sudo passwd su root
再次安装:make install
文章来源: https://blog.csdn.net/qq_42458302/article/details/91357017