python celery
install
C:\Users\dell>pip install celery
Collecting celery
Downloading celery-4.1.0-py2.py3-none-any.whl (400kB)
100% |████████████████████████████████| 409kB 8.3kB/s
Collecting billiard<3.6.0,>=3.5.0.2 (from celery)
Downloading billiard-3.5.0.3.tar.gz (149kB)
100% |████████████████████████████████| 153kB 11kB/s
Requirement already satisfied: pytz>dev in c:\python27\lib\site-packages (from celery)
Collecting kombu<5.0,>=4.0.2 (from celery)
Downloading kombu-4.1.0-py2.py3-none-any.whl (181kB)
100% |████████████████████████████████| 184kB 11kB/s
Collecting amqp<3.0,>=2.1.4 (from kombu<5.0,>=4.0.2->celery)
Downloading amqp-2.2.2-py2.py3-none-any.whl (48kB)
100% |████████████████████████████████| 51kB 9.9kB/s
Collecting vine>=1.1.3 (from amqp<3.0,>=2.1.4->kombu<5.0,>=4.0.2->celery)
Downloading vine-1.1.4-py2.py3-none-any.whl
Building wheels for collected packages: billiard
Running setup.py bdist_wheel for billiard ... done
Stored in directory: C:\Users\dell\AppData\Local\pip\Cache\wheels\85\15\e4\11683b23ab74c2a835845811976e664ab33df7d23c3cb23500
Successfully built billiard
Installing collected packages: billiard, vine, amqp, kombu, celery
Successfully installed amqp-2.2.2 billiard-3.5.0.3 celery-4.1.0 kombu-4.1.0 vine-1.1.4
C:\Users\dell>
C:\Users\dell>pip install celery-with-redis
Collecting celery-with-redis
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000003B02C18>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/celery-with-redis/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000003B02550>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/celery-with-redis/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000003B02978>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/celery-with-redis/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000003B02E80>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/celery-with-redis/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000003B02F28>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/celery-with-redis/
Could not find a version that satisfies the requirement celery-with-redis (from versions: )
No matching distribution found for celery-with-redis
C:\Users\dell>pip install celery-with-redis -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
Collecting celery-with-redis
Downloading http://pypi.doubanio.com/packages/d8/f4/40cfec02451a8a9c911ac67080e39a5ae8ab9100ff79b0c0531898d4bff7/celery-with-redis-3.0.tar.gz
Collecting celery<4.0,>=3.0 (from celery-with-redis)
Downloading http://pypi.doubanio.com/packages/13/28/b45b7d4c13695f321522566747e0a4a9c8883515f664e0487974e5f79d16/celery-3.1.25-py2.py3-none-any.whl (526kB)
100% |████████████████████████████████| 532kB 957kB/s
Requirement already satisfied: redis>=2.4.4 in c:\python27\lib\site-packages (from celery-with-redis)
Collecting kombu<3.1,>=3.0.37 (from celery<4.0,>=3.0->celery-with-redis)
Downloading http://pypi.doubanio.com/packages/4d/0e/73ac0df8949bdb6ad81812110962b38e6bb4243c3bfdad2d9e90b5509e2e/kombu-3.0.37-py2.py3-none-any.whl (240kB)
100% |████████████████████████████████| 245kB 1.1MB/s
Collecting billiard<3.4,>=3.3.0.23 (from celery<4.0,>=3.0->celery-with-redis)
Downloading http://pypi.doubanio.com/packages/a4/38/35c069e6a9b3bec6c43ae4fd69351cd336258de2246c1d9c1797579c8e55/billiard-3.3.0.23-cp27-none-win_amd64.whl (103kB)
100% |████████████████████████████████| 112kB 747kB/s
Requirement already satisfied: pytz>dev in c:\python27\lib\site-packages (from celery<4.0,>=3.0->celery-with-redis)
Collecting anyjson>=0.3.3 (from kombu<3.1,>=3.0.37->celery<4.0,>=3.0->celery-with-redis)
Downloading http://pypi.doubanio.com/packages/c3/4d/d4089e1a3dd25b46bebdb55a992b0797cff657b4477bc32ce28038fdecbc/anyjson-0.3.3.tar.gz
Collecting amqp<2.0,>=1.4.9 (from kombu<3.1,>=3.0.37->celery<4.0,>=3.0->celery-with-redis)
Downloading http://pypi.doubanio.com/packages/ed/09/314d2788aba0aa91f2578071a6484f87a615172a98c309c2aad3433da90b/amqp-1.4.9-py2.py3-none-any.whl (51kB)
100% |████████████████████████████████| 61kB 287kB/s
Building wheels for collected packages: celery-with-redis, anyjson
Running setup.py bdist_wheel for celery-with-redis ... done
Stored in directory: C:\Users\dell\AppData\Local\pip\Cache\wheels\7c\f0\de\0390a91574b954051d7fa3c1ebc2b45d91e2a14f15ba1e4615
Running setup.py bdist_wheel for anyjson ... done
Stored in directory: C:\Users\dell\AppData\Local\pip\Cache\wheels\9d\c3\49\c63f75aa2617abee3996b7e932f88678a0803ce7e9b09e35a0
Successfully built celery-with-redis anyjson
Installing collected packages: anyjson, amqp, kombu, billiard, celery, celery-with-redis
Found existing installation: amqp 2.2.2
Uninstalling amqp-2.2.2:
Successfully uninstalled amqp-2.2.2
Found existing installation: kombu 4.1.0
Uninstalling kombu-4.1.0:
Successfully uninstalled kombu-4.1.0
Found existing installation: billiard 3.5.0.3
Uninstalling billiard-3.5.0.3:
Successfully uninstalled billiard-3.5.0.3
Found existing installation: celery 4.1.0
Uninstalling celery-4.1.0:
Successfully uninstalled celery-4.1.0
Successfully installed amqp-1.4.9 anyjson-0.3.3 billiard-3.3.0.23 celery-3.1.25 celery-with-redis-3.0 kombu-3.0.37
C:\Users\dell>

浙公网安备 33010602011771号