Biopython 在 Enthought Python 发行版中导入?

发布于 2024-11-17 21:28:28 字数 271 浏览 5 评论 0原文

我正在使用 Enthought Python Distribution v7.0-2(32 位)并且我我在导入 biopython 时遇到问题。有谁知道如何在EPD中导入biopython?我可以毫无问题地导入其他库,如 numpy、matplotlib 等,但 import biopython 无法识别。这是怎么回事?

预先感谢您的帮助。

I am using the Enthought Python Distribution v7.0-2 (32-bit) and I am having trouble importing biopython. Does anyone know how to import biopython in EPD? I can import other libraries like numpy, matplotlib, etc. with no problem, but import biopython is not recognized. What's going on?

Thanks in advance for the help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

简单气质女生网名 2024-11-24 21:28:28

您想要:

import Bio

教程文档是开始学习 Biopython 的好地方:

http: //biopython.org/DIST/docs/tutorial/Tutorial.html#htoc6

You want:

import Bio

The tutorial documentation is a good place to get started learning about Biopython:

http://biopython.org/DIST/docs/tutorial/Tutorial.html#htoc6

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文