import pycocotools._mask as _mask error Expected 80, got 88 code example
Example: 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