getnamo / TensorFlow-Unreal

TensorFlow plugin for the Unreal Engine.
Other
1.15k stars 211 forks source link

[SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac #43

Open NicWickman opened 5 years ago

NicWickman commented 5 years ago

Downloading dependencies is failing for me with the following error:

LogPython: Collecting tensorflow-gpu==1.10.0
  Downloading https://files.pythonhosted.org/packages/ae/d9/60e1e73abffaeb0aaca7cc2bcfeb973ec3b314a3e46e26270966829b5207/tensorflow_gpu-1.10.0-cp36-cp36m-win_amd64.whl (115.8MB)
Could not install packages due to an EnvironmentError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2217)

I'm new to python in UE4, any advice on where to even start with this?

getnamo commented 5 years ago

Points to SSL or inconsistent install. Clean your install and try again (https://stackoverflow.com/questions/51427372/pip-install-ssl-error)

if that doesn't work, try to add e.g. files.pythonhosted.org to trusted hosts https://python-forum.io/Thread-All-pip-install-attempts-are-met-with-SSL-error?pid=28035#pid28035