scikit-bio python 模块未安装在 windows 7 上
scikit-bio python module not getting installed on windows 7
Scikit-bio
软件包未安装。我有 numpy 1.9.1。我尝试从命令提示符安装
C:\Python34\Scripts>pip install
C:/Users/mgi14-9419/Downloads/scikit-bio-0.4.0.tar.gz
我收到以下错误
错误跟踪
C:\Python34\Scripts>pip install C:/Users/mgi14-9419/Downloads/scikit-bio-0.4.0.t ar.gz
You are using pip version 6.0.8, however version 7.1.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
Processing c:\users\mgi14-9419\downloads\scikit-bio-0.4.0.tar.gz
Traceback (most recent call last): File "C:\Python34\lib\urllib\request.py",
line 1182, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "C:\Python34\lib\http\client.py",
line 1088, in request self._send_request(method, url, body,
scikit-bio 在 Windows 上尚不支持也无法安装。我们计划在即将发布的版本中添加 Windows 支持(暂定为 0.5.0,计划于 2016 年初发布)。
我在 , but you have to install Anaconda's Python 3.5 处为 Windows10 写了一个解决方法。它应该在 Windows 7.
中工作
Scikit-bio
软件包未安装。我有 numpy 1.9.1。我尝试从命令提示符安装
C:\Python34\Scripts>pip install
C:/Users/mgi14-9419/Downloads/scikit-bio-0.4.0.tar.gz
我收到以下错误
错误跟踪
C:\Python34\Scripts>pip install C:/Users/mgi14-9419/Downloads/scikit-bio-0.4.0.t ar.gz
You are using pip version 6.0.8, however version 7.1.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
Processing c:\users\mgi14-9419\downloads\scikit-bio-0.4.0.tar.gz
Traceback (most recent call last): File "C:\Python34\lib\urllib\request.py",
line 1182, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "C:\Python34\lib\http\client.py",
line 1088, in request self._send_request(method, url, body,
scikit-bio 在 Windows 上尚不支持也无法安装。我们计划在即将发布的版本中添加 Windows 支持(暂定为 0.5.0,计划于 2016 年初发布)。
我在 , but you have to install Anaconda's Python 3.5 处为 Windows10 写了一个解决方法。它应该在 Windows 7.
中工作