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
I think there was a PR that fixed this, if it's possible for you to retry from master I'd appreciate it. I don't have a Mac so can't actually test anything on my end.
I get the following error when compiling on Mac M1:
The main error
ld: library not found for -latomic
seems to be resolved by removing-latmoice
from the linking step. So, instead, I can do:Then I can
python setup.py install
and I can import it fine. It seems to work fine when I tested REQ/REP against a Rust REP server.The text was updated successfully, but these errors were encountered: