Fixing openssl/ssl dependency for python 3.5.0

Yesterday I spent couple of hours on how to fix the following error: import _ssl # if we can't import it, let the error propagate ModuleNotFoundError: No module named '_ssl' The error popped up during the setup process of a docker container for CI pipeline which should test a python cli tool with tox. The problem could easily be rooted to a openssl library dependency. I also tried the setup with pyenv which is an easy python environment tool but with this approach the same errors occurred....

May 14, 2020 Â· 2 min Â· Moritz Gnisia

Installation Problem of gcc with Spack

While running through the setup of Spack on MacOS I faced the following problem while running spack install gcc@8.2.0 in a short form it was a error message like: # /usr/include was missing Drawback of the following solution: compiler settings have to be remapped had to reinstall my previous modules gain, as the compiler settings changed My solution: went to the spack-root folder git pull spack compiler find

April 3, 2020 Â· 1 min Â· Moritz Gnisia