无法导入请求和 bs4
could not import requests and bs4
I want to import requests library and bs4 in pycharm but I got( no module )
and as i click install package I got error
It recommend to update pip 20 to 21 but when I want to upgrade pip in scripts folder I got invalid syntax error
基于
certificate verify failed: certificate not yet valid
我很确定您计算机的时钟不正确。先检查一下。如果不是这种情况,可能是中间人 SSL 代理损坏了,对此我们无能为力。
关于你升级Pip的问题,你打错了。您需要 --upgrade
,而不是 -upgrade
。但是,如果您无法与托管 Python 包(包括 Pip)的服务器建立连接,这也可能会失败。
I want to import requests library and bs4 in pycharm but I got( no module )
and as i click install package I got error
It recommend to update pip 20 to 21 but when I want to upgrade pip in scripts folder I got invalid syntax error
基于
certificate verify failed: certificate not yet valid
我很确定您计算机的时钟不正确。先检查一下。如果不是这种情况,可能是中间人 SSL 代理损坏了,对此我们无能为力。
关于你升级Pip的问题,你打错了。您需要 --upgrade
,而不是 -upgrade
。但是,如果您无法与托管 Python 包(包括 Pip)的服务器建立连接,这也可能会失败。