'openssl/err.h': No such file or directory

Viewed 333

I'm trying to use aioquic on Windows but I get this error on the initial pip install -e .:

src/aioquic/_crypto.c(4): fatal error C1083: Non Š possibile aprire il file inclusione: 'openssl/err.h': No such file or directory
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.26.28801\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

I installed openssl via Chocolatey, but that file seems to be missing. Any ideas?

0 Answers
Related