首页 > 解决方案 > 教程中的所有选项都失败后如何在 Mac 上安装 Biopython?

问题描述

PyCharm 已安装并正在运行。在 PyCharm 中下载并打开 Biopython 包。

pip install biopython输入终端检查,SyntaxError: invalid syntax返回。

运行 MacOS Mojave 10.14.2。xcode-select --install安装成功。

有什么帮助吗?

Python 3.6.6 |Anaconda, Inc.| (default, Jun 28 2018, 11:07:29) 
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> pip install biopython
  File "<stdin>", line 1
    pip install biopython
              ^
SyntaxError: invalid syntax
>>>

标签: pythonbiopython

解决方案


推荐阅读