You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just in case anyone else runs into this, pip installing the repository currently leads to build issues with GCC 8.3/4.9. I've opened an issue to see if this can be rectified MagicStack/httptools/issues/36. My current workaround is to use clang when installing: CC=clang CXX=clang pip install ..
The text was updated successfully, but these errors were encountered:
Just in case anyone else runs into this, pip installing the repository currently leads to build issues with GCC 8.3/4.9. I've opened an issue to see if this can be rectified MagicStack/httptools/issues/36. My current workaround is to use
clang
when installing:CC=clang CXX=clang pip install .
.The text was updated successfully, but these errors were encountered: