Я пытаюсь установить Pytorch на Ubuntu 14.04, и я использую Python 2.7.6 / CUDA 8.0.Но появляется ошибка.
ошибка 1:
torch-1.0.0-cp27-cp27m-linux_x86_64.whl is not a supported wheel on this platform.
ошибка 2:
InsecurePlatformWarning
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '_ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'),)': /whl/cu80/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl
/usr/local/lib/python2.7/dist-packages/pip/_vendor/urllib3/util/ssl_.py:150: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='download.pytorch.org', port=443): Max retries exceeded with url: /whl/cu80/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl (Caused by SSLError(SSLError(1, '_ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'),))
Я обнаружил, что предупреждение Insecureplatform всегда появлялось всякий раз, когда я пытался установить новые модули.Возможно ли решить эту проблему без изменения версии python или cuda?Поскольку я использую tenorflow1.3.0 для Python 2.7 и CUDA 8.0, я не хочу менять версию Python или CUDA.