Hi,
I wrote a small script performing a PCA and some related plots, using 
MultivariateStats, DataFrames and Gadfly. It runs fine on my computer, but 
when sent to an LSF queue it fails and prints the following in the logs :

github.com[0: 192.30.252.128]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
github.com[0: 192.30.252.130]: errno=Connection timed out

The script is no more than this: 
https://github.com/bbcf/bbcfutils/blob/master/Julia/pca_rnaseq.jl

Is the package manager invoked at some point ? Our machine will never have 
an external connection so it it a problem. There is no other error 
reported, so I believe it happens at the level of imports already.

Cheers,
   Julien

Reply via email to