question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Import Error: No module named '_mask'

See original GitHub issue

In `download_and_convert_data.py’ there is an error coming ImportError: No module named ‘libs.datasets.pycocotools._mask’ which is a CSource file

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

5reactions
AaronYALaicommented, Apr 14, 2017

Have you tried “cd ./libs/datasets/pycocotools” and “make” ? I’m good after I executed “make” under “FastMaskRCNN/libs/datasets/pycocotools”.

0reactions
shahramghahremanicommented, Mar 28, 2018

Hi, I am completely new to python. The problem is that I cannot run makefile in the Pycharm. COULD YOU HELP ME PLZ.

Read more comments on GitHub >

github_iconTop Results From Across the Web

no module named _mask? #59 - cocodataset/cocoapi - GitHub
5 # Interface for manipulating masks stored in RLE format. ImportError: No module named _mask.
Read more >
ModuleNotFoundError: No module named 'pycocotools._mask'
I tried all the methods on the github 'issues' tab, but it is not working to me at all. Is there are another...
Read more >
ModuleNotFoundError: No module named 'global-land-mask'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'global-land-mask' How to remove the M.
Read more >
Ubuntu 18.4: 'ModuleNotFoundError: No module named ...
I am trying to use MeanAveragePrecision as described in here Minimal example conda create -n myenv python=3.9 conda activate myenv pip ...
Read more >
rasterio: ImportError: No module named tools.mask
The mask module was moved, after 0.36 if I remember correctly, so you should instead import with: from rasterio.mask import mask.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found