记录问题:
在conda里pip install gensim时出现问题:
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: 'c:\programdata\anaconda3\lib\site-packages\__pycache__\cython.cpython-38.pyc' Consider using the `--user` option or check the permissions.
解决方案:
在install 后加–user- -即可
pip install --user -- gensim



