ERROR: Could not install packages due to an OSError: ('Received response with content-encoding: gzip, but failed to decode it.', error('Error -3 while decompressing data: incorrect header check'))
在pip paddleocr时遇到了如上错误。
解决
```cpp
将换源,将百度源替换成了阿里云 -i https://mirrors.aliyun.com/pypi/simple
如果出现以上错误,就把单个包提出来pip install。