You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. detectron2 0.2 requires pycocotools>=2.0.1, but you have pycocotools 2.0 which is incompatible.
#6
Open
Micla-SHL opened this issue
Oct 12, 2023
· 4 comments
其余安装包是 yapf==0.40.1 指定了版本。现在有标题的error,目前是可以忽视它,因为我还不会用,这个错误是版本冲突,因为安装链接都指向了最新,所以这种错误该怎么规避比较好。我无法直接pip install pycocotools==2.0.1 ,这将导致Failed to build pycocotools
ERROR: Could not build wheels for pycocotools, which is required to install pyproject.toml-based projects。在此之前我是如何解决的呢,我自己 pip install cython 解决的,虽然现在requirements.txt 有包含cython,但是不起作用。在我手动安装cython后 ,不再有前述问题,(训练、测试代码都没问题的。)然而当我更新某python包,它会提示标题错误,然后我pip install pycocotools==2.0.1 就开始前述错误。这标题问题有好解决办法吗?
The text was updated successfully, but these errors were encountered:
________________________________
发件人: mxin262 ***@***.***>
发送时间: 2023年10月23日 14:59
收件人: mxin262/ESTextSpotter ***@***.***>
抄送: Micla-SHL ***@***.***>; Author ***@***.***>
主题: Re: [mxin262/ESTextSpotter] ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. detectron2 0.2 requires pycocotools>=2.0.1, but y...
试一下先卸载了你本身的pycocotools,再安装detectron2
―
Reply to this email directly, view it on GitHub<#6 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKTQYIRUSXIZ464MRAG2UHLYAYIVTAVCNFSM6AAAAAA55M62O2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZUGU2DQMBXGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
其余安装包是 yapf==0.40.1 指定了版本。现在有标题的error,目前是可以忽视它,因为我还不会用,这个错误是版本冲突,因为安装链接都指向了最新,所以这种错误该怎么规避比较好。我无法直接pip install pycocotools==2.0.1 ,这将导致Failed to build pycocotools
ERROR: Could not build wheels for pycocotools, which is required to install pyproject.toml-based projects。在此之前我是如何解决的呢,我自己 pip install cython 解决的,虽然现在requirements.txt 有包含cython,但是不起作用。在我手动安装cython后 ,不再有前述问题,(训练、测试代码都没问题的。)然而当我更新某python包,它会提示标题错误,然后我pip install pycocotools==2.0.1 就开始前述错误。这标题问题有好解决办法吗?
The text was updated successfully, but these errors were encountered: