Miguel Dias Costa <[email protected]> 于2020年2月19日周三 下午12:38写道: > > Hello Hongsheng, > > On 19/02/2020 11:23, Hongyi Zhao wrote: > > Hi, > > > > Say for the following: > > $ eb Python-3.7.0-foss-2018b.eb > > > > The above command depends on many tarballs, > > Do you already have the toolchain foss/2018b installed? If not, eb will > need to download and build it from scratch, and that will take some > time, but only for the first time. > > > and the downloading > > process with the eb is so slow. > It shouldn't be slower than any other process from the same system.... > maybe you are running from a node without internet access, or filtered? > > Is there some method for me to let eb > > output all of the used source tarballs urls? > > "eb Python-3.7.0-foss-2018b.eb --fetch -x" might help, eventually with > "-r" to also see tarballs from dependencies > > (--fetch means download only, you can use this from another node with > internet access, if that's the problem, and -x means extended-dry-run, > show only what would be done)
Thanks for your quickly reply. The problem I encountered is mainly I come from China, any the access to pypi.python.org and other source code download sites are so slow. So the possible method for me is to using a mirror, say using the pypi.tuna.tsinghua.edu.cn to substitute pypi.python.org. I'm not sure how to let eb to do this substitute when running the eb commdands. Any hints? Best Regards > > Best, > > Miguel > > -- Hongsheng Zhao <[email protected]> Institute of Semiconductors, Chinese Academy of Sciences GnuPG DSA: 0xD108493

