-
Notifications
You must be signed in to change notification settings - Fork 640
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
Comments
Can you show the full output? The actual traceback should precede that message. How did you install pyzmq? |
Dear Min RK,
Thank you for your response. I cannot get to Jupyter, and this is the
answer to your question.
I have paid $10,000 of my hard-earned money for this NVIDIA certification,
and I am completely blocked from Jupyter.
Re: [zeromq/pyzmq] BUG: (Issue #2056)
Inbox
Min RK ***@***.***> Unsubscribe
2:19 AM (8 hours ago)
to zeromq/pyzmq, me, Author
Can you show the full output? The actual traceback should precede that
message. How did you install pyzmq?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread. OUTPUT: pyzmg is
not installed. I fixed it by un-installing, re-installing, and resetting my
computer. after i re-installed pyzmg, it worked. Installed kernelspec
torch_kernel in C!!
now there is another error. i am copying and pasting the output that comes.
Here is the output:
(myvenv) C:\Users\justi\AppData\Roaming\jupyter>jupyter notebook
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\justi\myvenv\Scripts\jupyter-notebook.EXE\__main__.py",
line 4, in <module>
from notebook.app import main
File "C:\Users\justi\myvenv\Lib\site-packages\notebook\app.py", line 17,
in <module>
from jupyter_server.serverapp import flags
File
"C:\Users\justi\myvenv\Lib\site-packages\jupyter_server\serverapp.py", line
40, in <module>
from jupyter_events.logger import EventLogger
File
"C:\Users\justi\myvenv\Lib\site-packages\jupyter_events\__init__.py", line
3, in <module>
from .logger import EVENTS_METADATA_VERSION, EventLogger
File "C:\Users\justi\myvenv\Lib\site-packages\jupyter_events\logger.py",
line 15, in <module>
from jsonschema import ValidationError
File "C:\Users\justi\myvenv\Lib\site-packages\jsonschema\__init__.py",
line 13, in <module>
from jsonschema._format import FormatChecker
File "C:\Users\justi\myvenv\Lib\site-packages\jsonschema\_format.py",
line 11, in <module>
from jsonschema.exceptions import FormatError
File "C:\Users\justi\myvenv\Lib\site-packages\jsonschema\exceptions.py",
line 15, in <module>
from referencing.exceptions import Unresolvable as _Unresolvable
File "C:\Users\justi\myvenv\Lib\site-packages\referencing\__init__.py",
line 5, in <module>
from referencing._core import Anchor, Registry, Resource, Specification
File "C:\Users\justi\myvenv\Lib\site-packages\referencing\_core.py", line
9, in <module>
from rpds import HashTrieMap, HashTrieSet, List
File "C:\Users\justi\myvenv\Lib\site-packages\rpds\__init__.py", line 1,
in <module>
from .rpds import *
ModuleNotFoundError: No module named 'rpds.rpds'
May you please advise, Min? I am trying to figure out rpds. Thank you!
…On Tue, Jan 21, 2025 at 2:19 AM Min RK ***@***.***> wrote:
Can you show the full output? The actual traceback should precede that
message. How did you install pyzmq?
—
Reply to this email directly, view it on GitHub
<#2056 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQY6K4NYLMUWW5S5DVMWTKL2LX7JXAVCNFSM6AAAAABVRPRBIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBTHEZTKNZTG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Justina Grace Lin
Life enrichment
***@***.***
Get in Touch with me:
<https://www.facebook.com/justina.lin.18?ref=bookmarks>
<https://www.linkedin.com/in/justina-lin-63a63980/>
<https://twitter.com/juicetina92>
"Do your best to present yourself to God as one approved, a worker who does
not need to be ashamed and who correctly handles the word of truth - 2
Timothy 2:15
jtinasbooknook.wordpress.com
justinascooknook.wordpress.com
*https://justinalin92.wixsite.com/website
<https://justinalin92.wixsite.com/website>*
https://www.quora.com/profile/Justina-Lin-4
*ko-fi.com/justinalin <http://ko-fi.com/justinalin>*
* Click to schedule a meeting
<https://us04web.zoom.us/j/79942865926?pwd=mSWUbbLctUkGmKmDGYtWgWzaZzfKot.1>*
*Meeting ID: 972 892 9470*
*Passcode: 177436*
|
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. |
Hello,
Ok, thanks anyway.
…On Tue, Jan 21, 2025 at 1:53 PM Min RK ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#2056 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQY6K4KNFVII24SDJJNU4UD2L2QSDAVCNFSM6AAAAABVRPRBIWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBVGYYTAMRYHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a pyzmq bug
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.
Code to reproduce bug
Traceback, if applicable
More info
No response
The text was updated successfully, but these errors were encountered: