Paul Kuberry

Results 6 comments of Paul Kuberry

Different versions of urllib support / don't support 'context'. You could throw a try statement on the `urlopen()`, and remove context from kwargs on the except.

Hi @DaveBeCoding, can you confirm whether `/path/to/build/packages/compadre/examples/Compadre_GMLS_Manifold_Test.exe` exists?

@alalazo can you merge this? Thanks!

This really looks like an SSL issue from the warnings, but I don't believe it is. The direct link to the resource is at: `https://download.open-mpi.org/release/hwloc/v2.0/hwloc-2.8.0.tar.gz` which is giving `403 Forbidden`...

in `lib//spack/spack/util/web.py`, in function `def read_from_url(url, accept_content_type=None):`, there is a conditional: ```py # Don't even bother with a context unless the URL scheme is one that uses # SSL certs....

Hello @cyrush. Now that the fix is in, would you mind checking if it solved your `hwloc` issue?