Hello, I'm trying to install pillow (which needs nasm).
I'm using this eb file: /opt/ebsofts/Core/EasyBuild/3.6.0/lib/python2.6/site-packages/easybuild_easyconfigs-3.6.0-py2.6.egg/easybuild/easyconfigs/n/NASM/NASM-2.13.03-GCCcore-6.4.0.eb I have modified the source_urls from http to https because it seems this website redirect always to https. In the log, I have this line: == 2018-05-29 16:33:51,808 filetools.py:476 WARNING URL https://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.bz2 was not found (HTTP response code 403), not trying again >From the same machine I can download without issue this file using wget (same url) wget https://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.bz2 --2018-05-29 16:40:34-- https://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.bz2 Resolving www.nasm.us... 2607:7c80:54:e::136, 198.137.202.136 Connecting to www.nasm.us|2607:7c80:54:e::136|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 974491 (952K) [application/x-bzip2] Saving to: “nasm-2.13.03.tar.bz2.1” 100%[==================================================================================================================================================================>] 974,491 797K/s in 1.2s 2018-05-29 16:40:36 (797 KB/s) - “nasm-2.13.03.tar.bz2.1” saved [974491/974491] Any clue? Best

