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

Getting error error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version #13

Open
mrpk123 opened this issue Jun 5, 2019 · 2 comments

Comments

@mrpk123
Copy link

mrpk123 commented Jun 5, 2019

While running the command

pip install git+https://github.com/sbg/Mitty.git

i am getting following error :
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

Details in the following screenshot

cloning error

When i tried to install packages mentioned in the setup.py, i am getting following error for pysam installation

pysam error

Googling about pysam, indicated that pysam is not supported on windows 10. I am using windows 10. Is that the reason for getting cloning error?

conda version is 4.3.30
Python 3.5.6

Thanks

@ghost
Copy link

ghost commented Jun 5, 2019

Yes, Windows is not the most convenient development environment. I've not used it, but you could try doing all this on the Windows Subsystem for Linux and see if things work there. Another idea would be to set up a linux container via docker for windows and install and run it there.

Your first error seems to be related to a security protocol. Have you tried installing some other package from github this way? It's possibly related to how you installed Python 3.

I guess the answer to your Windows compatibility question is no, because some dependencies don't work.

@mrpk123
Copy link
Author

mrpk123 commented Jun 5, 2019 via email

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

No branches or pull requests

1 participant