- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在我的系统中使用 distils 安装了一个 pycocotools 版本。我想从具有更新更新且已修复问题的不同存储库构建和安装。但是我收到以下错误。知道如何解决这个问题吗?
(base) root@tf-notebook-nirandi-855bcb7b58-wxsc9:/notebooks/shared-datasets/shared-datasets/demos/mask-r-cnn# pip install -e git+https://github.com/waleedka/coco.git#egg=coco\&subdirectory=PythonAPI
Obtaining coco from git+https://github.com/waleedka/coco.git#egg=coco&subdirectory=PythonAPI
Cloning https://github.com/waleedka/coco.git to ./src/coco
Running command git clone -q https://github.com/waleedka/coco.git /notebooks/shared-datasets/shared-datasets/demos/mask-r-cnn/src/coco
WARNING: Generating metadata for package coco produced metadata for project name pycocotools. Fix your #egg=coco fragments.
Installing collected packages: pycocotools
Found existing installation: pycocotools 2.0
ERROR: Cannot uninstall 'pycocotools'. 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.
最佳答案
这里贴出最终的解决方案。
第 1 步:升级您的 pip。
python -m pip install --upgrade pip
Step2:找到安装的pycocotools的路径。一种简单的尝试是重新安装 pycocotools,pip 将为您提供路径
pip install pycocotools
你会得到
Requirement already satisfied: pycocotools in /home/frank/.local/lib/python3.7/site-packages
现在,我们知道 pkg 位于 /home/frank/.local/lib/python3.7/site-packages
。
第三步:删除相关文件。
cd /home/frank/.local/lib/python3.7/site-packages
rm -rf pycocotools
rm -rf pycocotools-2.0-py3.7.egg-info
结束。
然后你可以重新安装最新版本的 pycocotools 或者永远不会被这个打扰。
关于uninstallation - 如何卸载通过 distils 安装的 pycocotools,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58297750/
我正在尝试使用 python 中的 Scrapy 框架来抓取网站。但我正在获取验证码。服务器使用 Distil netwrok bot detection 实现 bot 检测。无论如何我可以解决它吗?
在 NoSQL Distilled 书的 4.5 结合分片和复制的部分中,做出了以下断言: "Using peer-to-peer replication and sharding is a comm
我在我的系统中使用 distils 安装了一个 pycocotools 版本。我想从具有更新更新且已修复问题的不同存储库构建和安装。但是我收到以下错误。知道如何解决这个问题吗? (base) root
当我使用 Acrobat Distiller (v.9.1.3) 时,我似乎无法嵌入所有字体——至少不是我想要的方式(没有子集)。一个例子是 Wingdings (TrueType)。 我将复选框和设
我在使用 flutter 为 ios 构建应用程序时遇到问题。我正在使用以下版本: Doctor summary (to see all details, run flutter doctor -v)
有人知道为什么 Xcode 5 会出现这个错误吗? 回答 当我不小心将 .psd 重命名为 .png 时,我遇到了这个问题。将图像转换为实际的 png 而不是 Photoshop 文件为我修复了它。
当创建任何新项目时,我遇到这个 Xcode 错误请帮忙Xcode 11.3macOS Catalina 10.15 测试版(19a487m) enter image description here
我已将 Xcode 更新到最新版本 xcode'11,但在 Assets 文件夹中收到错误“由于未知原因提取失败”。我该怎么做才能解决这个问题 最佳答案 我也遇到过同样的问题。我解决了它转到目标/构建
无法为此找到合适的解决方案。 “错误:每个 TDDistiller 实例只能蒸馏一次。” 在编译项目时 我刚刚重新启动了我的 Mac,然后我的项目运行了一段时间。之后它给出了同样的错误。有没有人对此有
我是一名优秀的程序员,十分优秀!