anaconda安装后pip install package用不了或报错

anaconda安装后pip install package用不了或报错

一、错误示例

  1. 在anaconda navigator 中的JupyterLab 或jupyter notebook中使用pip install 命令
    报错如下:
    The following command must be run outside of the IPython shell:

    $ pip install tushare

The Python package manager (pip) can only be used from outside of IPython.
Please reissue the pip command in a separate terminal or command prompt.

See the Python documentation for more information on how to install packages:

https://docs.python.org/3/installing/
  1. 在cmd中使用pip install 命令
    报错如下:
    File “”, line 1
    pip install tushare
    ^
    SyntaxError: invalid syntax
    二、解决方法
    桌面左下角搜索栏输入“anaconda prompt”,打开后使用pip install 命令即可。
    anaconda安装后pip install package用不了或报错_第1张图片

你可能感兴趣的:(Python,pip,install,安装所需的包,python,anaconda,pip)