How to Solve Error: EOF occurred in violation of protocol (_ssl.c:877)

An error is reported when installing a project on Linux. Requsts has SSL related problems. After checking, it is found that there is a problem with the version of requests,

There will be problems in the latest version. The solutions are as follows:

pip install requests==2.24.0

Read More: