Run code about "hmac-sha256" and "traitlets 5.0" #11206
Unanswered
lwjmpy
asked this question in
Questions and Answers
Replies: 1 comment
-
@lwjmpy Looks to me like the same issue as here: There is some advice in that thread for helping to get things working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
c:\Users\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2392: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.
warn(
c:\Users\AppData\Local\Programs\Python\Python310\lib\site-packages\traitlets\traitlets.py:2346: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use 'c521b58f-81b8-4097-8bb2-60591c60df0d' instead of 'b"c521b58f-81b8-4097-8bb2-60591c60df0d"'.
warn(
Bad file descriptor (C:\projects\libzmq\src\epoll.cpp:100).
How to solve this?
Beta Was this translation helpful? Give feedback.
All reactions