pip install opencv python grpcio - zhongguogu/python GitHub Wiki

้˜ฟ้‡Œๆบ pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

่ฑ†็“ฃ pip install -r requirements.txt -i https://pypi.douban.com/simple/

ๆธ…ๅŽๅคงๅญฆ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/

ๅฎ‰่ฃ… pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple/ pip install grpcio -i https://pypi.tuna.tsinghua.edu.cn/simple/

import cv2 ้œ€่ฆๅฎ‰่ฃ…opencv-python 
C:\Users\panda > pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple/
Collecting opencv-python
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b6/ef/ad0423cae9abb45bf536af451f1f65bea35369b56aca36908560efcf6a9f/opencv_python-4.2.0.34-cp36-cp36m-wi
n_amd64.whl (33.0MB)
    100% |โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 33.1MB 27kB/s
Collecting numpy>=1.11.3 (from opencv-python)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/19/bb/c09c702f1207484bd60527a25f658e85f19226a51fafc9af54c3c9d8a88d/numpy-1.18.3-cp36-cp36m-win_amd64.wh
l (12.8MB)
    100% |โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 12.8MB 79kB/s
Installing collected packages: numpy, opencv-python
Successfully installed numpy-1.18.3 opencv-python-4.2.0.34



import grpc้œ€่ฆๅฎ‰่ฃ…grpcio
C:\Users\panda>pip install grpcio -i https://pypi.tuna.tsinghua.edu.cn/simple/
Collecting grpcio
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/97/5b/5d962954bdae84c9d5b06978a15049d947a2dad5b02130b3d984d076c0e1/grpcio-1.28.1-cp36-cp36m-win_amd64.w
hl (2.1MB)
    100% |โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 2.2MB 275kB/s
Collecting six>=1.5.2 (from grpcio)
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/65/eb/1f97cb97bfc2390a276969c6fae16075da282f5058082d4cb10c6c5c1dba/six-1.14.0-py2.py3-none-any.whl
Installing collected packages: six, grpcio
Successfully installed grpcio-1.28.1 six-1.14.0


## ModuleNotFoundError: No module named 'google'
C:\Users\Panda> pip install protobuf -i https://pypi.tuna.tsinghua.edu.cn/simple/
Collecting protobuf
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ff/52/a71156b82dbb8a40833b7a571e22c9e65ca4204a56739f97d3eaa25d111e/protobuf-3.11.3-cp36-cp36m-win_amd64
.whl (1.1MB)
    100% |โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 1.1MB 312kB/s
Requirement already satisfied: six>=1.9 in d:\python36\lib\site-packages (from protobuf)
Requirement already satisfied: setuptools in d:\python36\lib\site-packages (from protobuf)
Installing collected packages: protobuf
Successfully installed protobuf-3.11.3
You are using pip version 9.0.1, however version 20.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\panda> pip install --upgrade pip  -i https://pypi.tuna.tsinghua.edu.cn/simple/

ๅฝ“ๅ‰pip็‰ˆๆœฌๆ˜ฏ9.0.1๏ผŒ็Žฐๅœจ้œ€่ฆๅ‡็บงไธบ20.1 ๅฏไปฅๆ˜ฏ็ฆป็บฟไธ‹่ฝฝ
https://pypi.tuna.tsinghua.edu.cn/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/pip-20.1-py2.py3-none-any.whl 

D:\software\python>python pip-20.1-py2.py3-none-any.whl/pip install pip-20.1-py2.py3-none-any.whl
Processing d:\software\python\pip-20.1-py2.py3-none-any.whl
Installing collected packages: pip
Successfully installed pip-20.1

D:\software\python>