pip install returning invalid syntax

后端 未结 14 1441
执笔经年
执笔经年 2020-12-15 23:24

I\'ve just installed python 3.6 which comes with pip

However, in Windows command prompt, when I do: \'pip install bs4\' it returns \'SyntaxError: invalid syntax\' un

相关标签:
14条回答
  • 2020-12-16 00:17

    "D:\Program Files\Py\Scripts\pip.exe" install numpy -U

    YOUR PATH to pip.exe in Python folder + install + YOUR LIB + -U

    0 讨论(0)
  • 2020-12-16 00:17

    The OS is not recognizing 'python' command. So try 'py'

    Use 'py -m pip'

    0 讨论(0)
提交回复
热议问题