python - 警告 : Ignoring invalid distribution -ip (c:\python39\lib\site-packages) How do I fix this and what does it mean?

标签 python python-3.x pip jupyter-notebook conda

这个问题在这里已经有了答案:





pip how to remove incorrectly installed package with a leading dash: “-pkgname”

(3 个回答)


3个月前关闭。




Error I'm getting
我不断收到此警告:忽略无效分发 -ip (c:\python39\lib\site-packages) 我该如何解决这个问题,这是什么意思?
我安装了 anaconda 和 python。我在 vs 代码中使用 Jupyter Notebook 和 Python。
这是在我的 bash 命令行中。
我的 Windows 版本是 Windows 10 家庭版。
我的python版本是3.9.2,pip是21.1.1。

最佳答案

因此,显然安装了一些名为 -ip + 一些数字的文件夹/包。
(c:\python39\lib\site-packages) 一旦我在它提供的链接上检查了我的站 pip 包并删除了 ip(random numbers) 包。它停止给我错误。

关于python - 警告 : Ignoring invalid distribution -ip (c:\python39\lib\site-packages) How do I fix this and what does it mean?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67442661/

相关文章:

python - 通过替换生成随机(等概率)组合

python - 在日期时间中转换 DataFrame 列类型

python - Turtle 参数化代码可以在 Python 3 中运行,但不能在 Python2 中运行

Python 通过 sys.setprofile 和 frame 检查观察 `str` 调用

Python3 - BeautifulSoup - 获取两个标签之间的值,其中值介于

python - Pip 安装到错误的文件夹

python - xlsxwriter 条件格式 icon_set 中间值 = 0 未显示正确的箭头

python - 如何根据Python中以特定字符结尾的分隔符字符串拆分字符串列表?

python - 卸载 pip 会删除其所有软件包吗?

python - 在 Windows 上部署 Python 包,编译依赖项,而不安装 Visual Studio?