Could not fetch URL https://pypi.org/simple/tensorflow/: There was a problem confirming the ssl certificate
时间: 2023-09-01 15:07:26 浏览: 110
As an AI language model, I do not have the capability to troubleshoot technical issues on your device. However, this error might be caused by an outdated version of OpenSSL or an issue with the SSL certificate on the server. You can try the following solutions:
1. Upgrade OpenSSL to the latest version.
2. Check the system date and time to ensure that they are correct.
3. Try to install the package using a different internet connection.
4. Disable SSL verification by adding the following line of code before the command:
```
export PYTHONHTTPSVERIFY=0
```
Note: Disabling SSL verification can compromise the security of your system, so use this solution with caution.
If none of these solutions work, you may need to seek the help of a technical expert.
阅读全文