English 中文(简体)
从 Bio.PDB 进口时出错
原标题:ImportError when importing from Bio.PDB
  • 时间:2012-05-25 14:01:21
  •  标签:
  • biopython

我想使用 Biopython s PDBPParser 下载 PDB 文件, 但当我试图导入文件时会出现此错误 :

PDBB 导入 * C: Python27libs-packages BioPIDB_init_.py 文件 * C: Python27libs-packages BioPIDB_init_.py, 第15行, PDBParser 导入 PDBParser 文件 “C: Python27libs-packages BioPDBPDBPPParser.py”, 第13行, [HTML] 导入 numpy 导入错误: 没有名为 Numpy 的模块

这是怎么回事?

问题回答

Biophython 需要 < a href=" "https://numpy.org/" rel=" nofollown noreferrer" >numpy 模块。 您需要安装 numpy 来使用 Biopython 模块。 您可以找到最新的版本 < a href=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\





相关问题
Phylo BioPython building trees

I trying to build a tree with BioPython, Phylo module. What I ve done so far is this image: each name has a four digit number followed by - and a number: this number refer to the number of times ...

Laplacian smoothing to Biopython

I am trying to add Laplacian smoothing support to Biopython s Naive Bayes code 1 for my Bioinformatics project. I have read many documents about Naive Bayes algorithm and Laplacian smoothing and I ...

Fetching genomic序列 Effective in ́?

我怎么能有效地利用沙捞? 例如,从F.文档或其他一些容易获得的格式来看? 我基本上想要一个接口,即:......

Print 50 sequences from each line using Clustal

I have a multiple sequence alignment (Clustal) file and I want to read this file and arrange sequences in such a way that it looks more clear and precise in order. I am doing this from Biopython ...

Subprocess fails to catch the standard output

I am trying to generate tree with fasta file input and Alignment with MuscleCommandline import sys,os, subprocess from Bio import AlignIO from Bio.Align.Applications import MuscleCommandline cline = ...

multiFASTA file processing

I was curious to know if there is any bioinformatics tool out there able to process a multiFASTA file giving me infos like number of sequences, length, nucleotide/aminoacid content, etc. and maybe ...

BioPython: extracting sequence IDs from a Blast output file

I have a BLAST output file in XML format. It is 22 query sequences with 50 hits reported from each sequence. And I want to extract all the 50x22 hits. This is the code I currently have, but it only ...

热门标签