Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NicWickman opened this issue Mar 5, 2019 · 1 comment

Comments

@NicWickman
Copy link

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
Copy link
Owner

getnamo commented Mar 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants