在MacBook Pro上使用pip3安装请求

时间:2019-12-14 20:57:06

标签: macos validation pip python-requests

我无法在 macBook Pro 上使用 pip3 安装请求,并继续收到消息,这是语法错误

Python 3.8.0 (v3.8.0:fa919fdf25, Oct 14 2019, 10:23:27) 
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license()" for more information.
>>> import requests
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
>>> pip3 install requests
SyntaxError: invalid syntax 

每次尝试时,错误都会突出显示参数的第一个字母,有时带有第一个单词,有时带有第二个单词,例如ActiveX button

0 个答案:

没有答案