Microsoft Windows [版本 10.0.22621.3155]
(c) Microsoft Corporation。保留所有权利。
C:\Users\24680>activate python3_11
(python3_11) C:\Users\24680>pip install -i https:///simple gevent
Looking in indexes: https:///simple
Collecting gevent
Downloading https:///packages/18/b1/bbaf6047b13c4b83cd81007298f4f8ddffd8674c130736423e79e7bb8b6a/gevent-24.2.1-cp311-cp311-win_amd64.whl (1.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 8.8 MB/s eta 0:00:00
Collecting zope.event (from gevent)
Downloading https:///packages/fe/42/f8dbc2b9ad59e927940325a22d6d3931d630c3644dae7e2369ef5d9ba230/zope.event-5.0-py3-none-any.whl (6.8 kB)
Collecting zope.interface (from gevent)
Downloading https:///packages/2e/3f/e32992a668dbb324b374f491a0d183c9c0df829fa65b13beffc1e0476394/zope.interface-6.2-cp311-cp311-win_amd64.whl (204 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204.3/204.3 kB 12.1 MB/s eta 0:00:00
Collecting greenlet>=3.0rc3 (from gevent)
Downloading https:///packages/47/79/26d54d7d700ef65b689fc2665a40846d13e834da0486674a8d4f0f371a47/greenlet-3.0.3-cp311-cp311-win_amd64.whl (292 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 292.8/292.8 kB 17.7 MB/s eta 0:00:00
Collecting cffi>=1.12.2 (from gevent)
Downloading https:///packages/5a/c7/694814b3757878b29da39bc2f0cf9d20295f4c1e0a0bde7971708d5f23f8/cffi-1.16.0-cp311-cp311-win_amd64.whl (181 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.5/181.5 kB ? eta 0:00:00
Collecting pycparser (from cffi>=1.12.2->gevent)
Downloading https:///packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl (118 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB ? eta 0:00:00
Requirement already satisfied: setuptools in d:\anaconda\envs\python3_11\lib\site-packages (from zope.event->gevent) (68.2.2)
Installing collected packages: zope.interface, zope.event, pycparser, greenlet, cffi, gevent
Successfully installed cffi-1.16.0 gevent-24.2.1 greenlet-3.0.3 pycparser-2.21 zope.event-5.0 zope.interface-6.2
[notice] A new release of pip is available: 23.3.2 -> 24.0
[notice] To update, run: python.exe -m pip install --upgrade pip
(python3_11) C:\Users\24680>pip uninstall gevent
Found existing installation: gevent 24.2.1
Uninstalling gevent-24.2.1:
Would remove:
d:\anaconda\envs\python3_11\lib\site-packages\gevent-24.2.1.dist-info\*
d:\anaconda\envs\python3_11\lib\site-packages\gevent\*
Proceed (Y/n)? y
Successfully uninstalled gevent-24.2.1
(python3_11) C:\Users\24680>