pachterlab / sleuth

Differential analysis of RNA-Seq
http://pachterlab.github.io/sleuth
GNU General Public License v3.0
305 stars 95 forks source link

Error in curl::curl_fetch_memory(url, handle = h) while trying to install sleuth. #206

Open debasishbk opened 5 years ago

debasishbk commented 5 years ago

I am trying to install sleuth after installing the devtools and rhdf5 packages. The commands that i am using are as follows: devtools::install_github("pachterlab/sleuth")

The error msg which i get is this:

Error in curl::curl_fetch_memory(url, handle = h) : error:1408F10B:SSL routines:ssl3_get_record:wrong version number

Or else also if i use biocLite: biocLite("pachterlab/sleuth") The same error msg is displayed:

BioC_mirror: http://bioconductor.org Using Bioconductor 3.4 (BiocInstaller 1.24.0), R 3.4.4 (2018-03-15). Installing github package(s) ‘pachterlab/sleuth’ Error in curl::curl_fetch_memory(url, handle = h) : error:1408F10B:SSL routines:ssl3_get_record:wrong version number

Please help.

warrenmcg commented 5 years ago

Hi @debasishbk, this is likely an underlying issue with curl or openssl. Could you put your sessionInfo() as what version of curl and openSSL you are using? Are you using the latest versions of both?

warrenmcg commented 5 years ago

pinging @debasishbk. We are hoping to clear out issues before our next major release, and we want to make sure this issue gets resolved for you.