Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type errors caused by external libraries #11

Open
senofsky opened this issue Aug 9, 2020 · 0 comments
Open

Fix type errors caused by external libraries #11

senofsky opened this issue Aug 9, 2020 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@senofsky
Copy link
Owner

senofsky commented Aug 9, 2020

The following is a snippet of received type errors:

face_mask_detector/lib.py:4: error: Cannot find implementation or library stub for module named 'cv2'
face_mask_detector/lib.py:6: error: Cannot find implementation or library stub for module named 'imutils'
face_mask_detector/lib.py:7: error: Skipping analyzing 'numpy': found module but no type hints or library stubs
face_mask_detector/lib.py:11: error: Cannot find implementation or library stub for module named 'imutils.video'
face_mask_detector/lib.py:12: error: Cannot find implementation or library stub for module named 'tensorflow.keras.applications.mobilenet_v2'
face_mask_detector/lib.py:13: error: Cannot find implementation or library stub for module named 'tensorflow.keras.preprocessing.image'
face_mask_detector/lib.py:14: error: Cannot find implementation or library stub for module named 'tensorflow.keras.models'

This resource may be of use.

@senofsky senofsky added bug Something isn't working help wanted Extra attention is needed labels Aug 9, 2020
@senofsky senofsky added this to the mypy typing milestone Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant