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

BUG: #2056

Open
1 task done
jgl1992 opened this issue Jan 21, 2025 · 4 comments
Open
1 task done

BUG: #2056

jgl1992 opened this issue Jan 21, 2025 · 4 comments

Comments

@jgl1992
Copy link

jgl1992 commented Jan 21, 2025

This is a pyzmq bug

  • This is a pyzmq-specific bug, not an issue of zmq socket behavior. Don't worry if you're not sure! We'll figure it out together.

What pyzmq version?

import error

What libzmq version?

zmq version

Python version (and how it was installed)

python 3.13

OS

windows

What happened?

i cannot get in
it is crazy
ImportError:
Attempting to import zmq Cython backend, which has not been compiled.

This probably means you are importing zmq from its source tree.
if this is what you want, make sure to do an in-place build first:

    pip install -e 'C:\Users\justi\myvenv\Lib\site-packages'

If it is not, then 'C:\Users\justi\myvenv\Lib\site-packages' is probably on your sys.path,
when it shouldn't be. Is that your current working directory?

If neither of those is true and this file is actually installed,
something seems to have gone wrong with the install!
Please report at https://github.com/zeromq/pyzmq/issues

Code to reproduce bug

the code read: python -m ipykernel install --user --name torch_kernel

Traceback, if applicable

More info

No response

@minrk
Copy link
Member

minrk commented Jan 21, 2025

Can you show the full output? The actual traceback should precede that message. How did you install pyzmq?

@jgl1992
Copy link
Author

jgl1992 commented Jan 21, 2025 via email

@minrk
Copy link
Member

minrk commented Jan 21, 2025

I'm not sure. I would probably start by creating a fresh virtualenv. It doesn't seem like this has to do with pyzmq, but is a general Python installation issue. I'm not sure how much I can help with that. I've never installed rpds.

@jgl1992
Copy link
Author

jgl1992 commented Jan 21, 2025 via email

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

2 participants