Failure to start Kernel due to Modules not installed

版本过高导致冲突,都使用低版本

pip uninstall pyzmq 
pip install pyzmq==19.0.2
pip uninstall jupyter-client
pip install jupyter-client==6.1.12
pip uninstall jupyter-console
pip install jupyter-console==6.4.0

你可能感兴趣的:(深度学习,python,windows,深度学习)