|
S******y 发帖数: 1123 | 2 I have installed numpy1.3 to python 2.6.2 on windows XP.
But I keep getting the following error when I try to call numpy from IDLE -
>>>
>>> import numpy
Traceback (most recent call last):
File "", line 1, in
import numpy
File "C:\Python26\lib\site-packages\numpy\__init__.py", line 130, in <
module>
import add_newdocs
File "C:\Python26\lib\site-packages\numpy\add_newdocs.py", line 9, in <
module>
from lib import add_newdoc
File "C:\Python26\lib\site-pack |
|
S******y 发帖数: 1123 | 3 I have installed numpy1.3 to python 2.6.2 on windows XP.
But I keep getting the following error when I try to call numpy from IDLE -
>>>
>>> import numpy
Traceback (most recent call last):
File "", line 1, in
import numpy
File "C:\Python26\lib\site-packages\numpy\__init__.py", line 130, in <
module>
import add_newdocs
File "C:\Python26\lib\site-packages\numpy\add_newdocs.py", line 9, in <
module>
from lib import add_newdoc
File "C:\Python26\lib\site-pack |
|
l**********1 发帖数: 5204 | 4 Bedutils
NGSUtils is a suite of software tools for working with next-generation
sequencing datasets. Staring in 2009, we (Liu Lab @ Indiana University
School of Medicine) starting working with next-generation sequencing data.
We initially started doing custom coding for each project in a one-off
manner. It quickly became apparent that this was an inefficient manner to
work, so we started assembling smaller utilities that could be adapted into
larger, more complicated, workflows. We have used the... 阅读全帖 |
|
t***q 发帖数: 418 | 5 有一个在windows 下安装 python package 的问题。
我的工作电脑是一个pc, 有时候,我需要安装 python package, 而且,这些package
没有 exe, ims file 去安装,只有 zip file, 就需要用 cmd command line 去安装。
python setup.py install
一些package 如 bottlenose:
https://pypi.python.org/pypi/bottlenose/0.6.2
如果他只有一个 zip file. 我们需要用这句话在 cmd 上安装 "python setup.py
install".
但是在我的, pc 上, 我每次都得到这个 error:
"command class %s must subclass Command" % cmd_class distutils.errors.
DistutilsClassError: command class setuptools.command.install.install must
subclass Command.
... 阅读全帖 |
|
p*****s 发帖数: 344 | 6 you can run .py the same way as in unix.
in cmd window,
for example c:\python26\python.exe xxx.py |
|
C**********r 发帖数: 8189 | 7 装两个版本是容易出混搭的错。好像有个virtualenv的东西。
你的numpy是装在python哪个版本下的? 可以试试python26或python27。 |
|