I have been working on jupyter notebook on my Windows local machine. I wanted to write a code for Object Detection, for which I have to import helper module. When I am trying to run it, the helper module in turn requests import of grp module which shuts down the code and gives error: No module named ‘grp’
Please help, spent 2 days searching without much success. Only thing I know is it would be easier on Linux, but I want solution for Windows.