Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install on Mac OSx 13.6 doesn't recognize existing pyzmq v25.1.2 already installed #108

Open
earnric opened this issue Apr 11, 2024 · 0 comments

Comments

@earnric
Copy link

earnric commented Apr 11, 2024

pip install hide_code[lab] does not recognize already installed pyzmq v25 and tried (and fails) to install v 23. Not sure how to build this from repo.

`pip install hide_code[lab]
bundled/zeromq/src/curve_client_tools.hpp:189:40: error: type 'std::vector<uint8_t, secure_allocator_t<uint8_t>>' (aka 'vector<unsigned char, secure_allocator_t>') does not provide a subscript operator
memcpy (&initiate_plaintext[crypto_box_ZEROBYTES + 48 + 80],
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
************************************************
************************************************
error: command '/usr/bin/clang++' failed with exit code 1
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyzmq
Failed to build pyzmq
ERROR: Could not build wheels for pyzmq, which is required to install pyproject.toml-based projects
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant