这是我在 vs code 中运行代码时显示的错误消息: C:\Anaconda3\envs\paul\lib\site-packages\traitlets\traitlets.py:2202: FutureWarning: Supporting extra quote around strings is deprecated in Traitlets 5.0 。如果您需要 >=5 的特征,您可以使用“hmac-sha256”而不是““hmac-sha256””。
我尝试过以下方法但失败了:
pip install pywin32==228
python -m pip install traitlets==4.3.3 --force-reinstall
python -m pip install pyzmq==19.0.2 --force-reinstall
Run Code Online (Sandbox Code Playgroud)