Answers for "import pycocotools._mask as _mask error Expected 80, got 88"

1

import pycocotools._mask as _mask error Expected 80, got 88

remove the pycocotools 
>> pip uninstall pycocotools

instead of using pip, try using this:
>> pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
Posted by: Guest on April-21-2021

Code answers related to "import pycocotools._mask as _mask error Expected 80, got 88"

Python Answers by Framework

Browse Popular Code Answers by Language