Closed AngSoonKim closed 3 years ago
Why do you need mmcv version 1.0.5? It looks like the current version 1.2.2 can be installed OK.
When I ran the code for mmdet==2.3 it needs mmcv==1.0.5 to be compatible. It seems to only work in the specific version
File "demo/image_demo.py", line 3, in <module>
from mmdet.apis import inference_detector, init_detector, show_result_pyplot
File "/home/adotesdotekdote/miniconda3/lib/python3.8/site-packages/mmdet/__init__.py", line 23, in <module>
assert (mmcv_version >= digit_version(mmcv_minimum_version)
AssertionError: MMCV==1.1.5 is used but incompatible. Please install mmcv>=1.0.5, <=1.0.5.
OK, then it looks like we won't be able to support this package at the moment. Sorry about that.
Please subscribe to #330 for any future updates.
Understood. Thank you very much, I will look for a way around it.
python 3.9
AttributeError: 'HTMLParser' object has no attribute 'unescape'
If anyone's had this error with other packages, please see #416. It can be fixed by upgrading to Chaquopy 9.1.0 or newer, or using the buildPython
setting to build with Python 3.8 or older.
I was able to build with
mmdet==2.3.0
(see #413) however, it requires the use ofmmcv ==1.0.5
I ran into an issue where typing.py was causing the problem and uninstalled it. However I met with subprocess error next which I did not managed to find a good solution to.
Is there a work around that I can use? I am using anocoda python 3.8.5 for the build and I tried various python version
python 3.6 (need version 3.7)
python 3.7
python 3.9
AttributeError: 'HTMLParser' object has no attribute 'unescape'