【问题标题】:How to uninstall PyXB?如何卸载 PyXB?
【发布时间】:2019-03-18 00:58:23
【问题描述】:

我尝试从我的 PyCharm 中卸载 PyXB 并使用 pip 命令行。

我试过了: 点卸载 PyXB 我收到错误消息。下面列出:

    C:\Users\NTier> pip list
    Package         Version
    --------------- ---------
    certifi         2018.4.16
    chardet         3.0.4
    click           6.7
    entrypoints     0.2.3
    idna            2.7
    jsonconfig-tool 1.5
    keyring         13.2.1
    messages        0.4.3
    pip             18.1
    python-box      3.2.0
    pywin32-ctypes  0.1.2
    PyXB            1.2.6
    recordclass     0.5
    requests        2.19.1
    setuptools      39.0.1
    urllib3         1.23
    validus         0.3.0

    C:\Users\NTier>pip uninstall PyXB

Cannot uninstall 'PyXB'. 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.

“手动删除”我看过。如何做到这一点并不明显。

【问题讨论】:

标签: python pip uninstallation pyxb


【解决方案1】:

删除

文件夹 C:\Python37\Lib\site-packages\pyxb 和 文件 C:\Python37\Lib\site-packages\PyXB-1.2.6-py3.7.egg-info

然后运行 点子列表 确认。

【讨论】:

    猜你喜欢
    • 2021-06-08
    • 2021-09-23
    • 2013-09-16
    • 2013-01-30
    • 2018-11-24
    • 2011-03-06
    • 2013-07-15
    • 2017-05-15
    • 2017-07-09
    相关资源
    最近更新 更多