-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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. |
Thanks for your quick response.
I will try your suggestions.
Thanks 😊
From: Kaushik Ghose <notifications@github.com>
Sent: Wednesday, June 05, 2019 4:54 PM
To: sbg/Mitty <Mitty@noreply.github.com>
Cc: Mrinal Puranik <mrinal_puranik@persistent.com>; Author <author@noreply.github.com>
Subject: Re: [sbg/Mitty] Getting error error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version (#13)
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#13?email_source=notifications&email_token=AMEMJBJJME27RVT72IWXPYLPY6O47A5CNFSM4HTTR762YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW7M7LI#issuecomment-499044269>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AMEMJBKAEV6AS4SPYL4AACDPY6O47ANCNFSM4HTTR76Q>.
DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
|
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
When i tried to install packages mentioned in the setup.py, i am getting following error for pysam installation
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
The text was updated successfully, but these errors were encountered: