开始使用jupyter...
blog.csdn.net › weixin_45225235 › articleOct 19, 2020 · pip uninstall pyzmq pip install pyzmq 问题2(卸载包报错): 但是我在卸载pyzmq时,又出现了报错: ERROR: Cannot uninstall ‘pyzmq’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. 翻译:无法卸载“ pyzmq”。
18.04 - uninstall pyzmq - Ask Ubuntu
askubuntu.com › questions › 1038949May 22, 2018 · " Cannot uninstall 'pyzmq'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall." I tried the command below but still no success. pip3 uninstall pyzmq. Any help would be appreciated.
pip uninstall - pip documentation v22.0.4
pip.pypa.io › en › stableDescription #. Uninstall packages. pip is able to uninstall most installed packages. Known exceptions are: Pure distutils packages installed with python setup.py install, which leave behind no metadata to determine what files were installed. Script wrappers installed by python setup.py develop.