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
pip install pairing/ currently fails. See below for the error output. The current quickest solution is to "pin" the nightly build to a recent working version such as nightly-2019-11-15. But it would be useful to figure out a better solution for the near future.
Some observations
It may be useful to try to stay up-to-date with pyo3 as they are fixing issues arising from changes to rust (e.g.: PyO3/pyo3#615).
Current pyo3 version in pairing: 0.4 (Aug 20, 2018)
pip install pairing/
currently fails. See below for the error output. The current quickest solution is to "pin" the nightly build to a recent working version such asnightly-2019-11-15
. But it would be useful to figure out a better solution for the near future.Some observations
It may be useful to try to stay up-to-date with
pyo3
as they are fixing issues arising from changes torust
(e.g.: PyO3/pyo3#615).HoneyBadgerMPC/pairing/Cargo.toml
Lines 25 to 26 in 350bfb1
Error ouput
TODO
pyo3
and see whether it can work with a more recent nightly build.The text was updated successfully, but these errors were encountered: