Valentin Boettcher
Valentin Boettcher
I understand... My studies have taken mine as well. I'll look into it, when I find time.
It tries to get the OpenSSL version by an environment variable. I've run `env DEP_OPENSSL_VERSION=111 bash` and compiled it. My build fails at: ``` go clean -cache || true cd...
Caused by an outdated version of openssl-sys (which is discontinued). See `sigchain/Cargo.toml` ``` [replace."openssl:0.9.23"] git = "https://github.com/kryptco/rust-openssl" ```
Alright I feel really dumb now ;). I should have tried to install an older version of openssl. Instead, I've stared ripping sigchain out of kr, which was partially successful....
> This is still happening. I'm a little wary about the security consequences of depending on an outdated OpenSSL version...? Same doubts by me...
any news on this?
thank you very much for the hint. I'll try it out :)
Also happens for version `1.1.13` when installing matplotlib `3.5.1`. A workaround is to remove `setuptools_scm` from `poetry.lock`. ``` error: infinite recursion encountered at /nix/store/4ax73lz8i9v7jl6llsaqb1lnwal3w1qr-source/pkgs/stdenv/generic/make-derivation.nix:314:7: 313| depsHostHost = lib.elemAt (lib.elemAt dependencies...
#673 fixes it for me
> Seems like the recent setuptools-scm update broke something again :( Indeed. Deleting `setuptools` and `setuptools_scm` from `poetry.lock` "fixes" it.