132******16
deepin
2019-11-19 18:41 可以试试python虚拟环境,anaconda或者virtualenv等
Reply Like 0 View the author
https://bbs.deepin.org/post/185399
你这是自己编译的python,而且没有编译ssl支持吧?早就说了不要自己编译。用anaconda/miniconda吧 ...

https://bbs.deepin.org/post/185399
啊是自己编的,会有问题吗
```
root@txs-PC:/home/txs/Desktop# pip3.8 install frida
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting frida
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/frida/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/frida/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/frida/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/frida/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/frida/
Could not fetch URL https://pypi.org/simple/frida/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/frida/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement frida (from versions: none)
ERROR: No matching distribution found for frida
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
```
而我用deepin自带的python3.5,则没有任何问题。
但是我想尝尝新鲜的python3.8,怎么办哦