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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
We'll fix this in the Makefile since the install docs direct you to run make to build autopush. That probably won't cover every potential case of this in the right environment, but it's just not that important (and eventually #785 will get rid of the pycrypto dep anyway)
This only happens in environments where libgmp-dev or libmpir-dev are installed. Without those, _fastmath is disabled so the build succeeds.
It can be disabled via "with_gmp=no pip install pycrypto". We should be able to work that env variable into the requirements files.
The pypy docker build doesn't have those libs, so it builds fine
(pycrypto/pycrypto#59 for more information)
The text was updated successfully, but these errors were encountered: