我试图通过pip安装grep -P '^[^.]+\.([^.]+\.)+[^.]+'
模块,我输入了requests
,并且在安装时遇到此错误:
pip install requests
当我运行IDLE时,我键入了Installing collected packages: certifi, urllib3, idna, chardet, requests
Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'c:\\program files (x86)\\python37-32\\Lib\\site-packages\\certifi'
Consider using the `--user` option or check the permissions.
,但是它说不存在任何模块。
您如何解决这个问题?
Python版本:3.7.0