1
yakczh OP Cannot fetch index base URL https://pypi.python.org/simple
Could not find any downloads that satisfy the requirement |
2
wwqgtxx 2014-02-19 20:31:06 +08:00 via Android
|
3
lsylsy2 2014-02-19 20:32:45 +08:00
Something went wrong
We're sorry! An error occurred trying to fulfill your request. Check http://status.python.org or follow @PythonStatus for issues. |
4
yhf 2014-02-19 20:38:06 +08:00
|
6
dorentus 2014-02-19 21:35:30 +08:00
|
7
wwqgtxx 2014-02-19 21:56:54 +08:00 via Android
@yakczh
指定pypi源的方法: pip install tornado -i http://pypi.v2ex.com/simple 也可以是全局的模式 在unix和macos,配置文件为:$HOME/.pip/pip.conf 在windows上,配置文件为:%HOME%\pip\pip.ini 需要在配置文件内加上: [global] index-url=http://pypi.v2ex.com/simple |
9
ummterry 2014-02-19 23:03:09 +08:00
よし!勉強になった!
|
11
yakczh OP |
12
yakczh OP @wwqgtxx
Hash of the package http://pypi.v2ex.com/packages/source/p/pycurl/pycurl-7.19.3.1.tar.gz#md5=6df8fa7fe8b680d93248da1f8d4fcd12 (from http://pypi.v2ex.com/simple/pycurl/) (4974f610cd1d6d65 e3922e28d01328f7) doesn't match the expected hash 6df8fa7fe8b680d93248da1f8d4fcd12! Cleaning up... Bad md5 hash for package http://pypi.v2ex.com/packages/source/p/pycurl/pycurl-7.19.3.1.tar.gz#md5=6df8fa7fe8b680d93248da1f8d4fcd12 (from http://pypi.v2ex.com/simple/pycurl/) |
13
yakczh OP @yhf
这个源可以安装,只是执行setup.py出错了 Running setup.py (path:d:\temp\pip_build_caizh\pycurl\setup.py) egg_info for package pycurl Please specify --curl-dir=/path/to/built/libcurl Complete output from command python setup.py egg_info: Please specify --curl-dir=/path/to/built/libcurl ---------------------------------------- Cleaning up... Command python setup.py egg_info failed with error code 10 in d:\temp\pip_build_x\pycurl Storing debug log for failure in C:\Users\xx\pip\pip.log |
14
ericls 2014-02-20 13:26:22 +08:00
打不开!
|
16
liamchzh 2014-03-03 18:55:14 +08:00 1
|