We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
I notice that pipreq failed to recognize cv2.
First, i tried to figure out the reason, and found that the pypi server have the cv2 package name as opencv-python, not cv2.
and i found the file names mapping, which has the package names to mapping input package name to already defined names.
so i add cv2:opencv-python, and it actually worked.
But I don't know if I can edit it like this and I'd like to ask if it's okay to modify this way. I wish someone could check it out. Thanks.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Add OpenCV mapping
c0d6b29
Fixes bndr#307.
Successfully merging a pull request may close this issue.
Hello.
I notice that pipreq failed to recognize cv2.
First, i tried to figure out the reason, and found that the pypi server have the cv2 package name as opencv-python, not cv2.
and i found the file names mapping, which has the package names to mapping input package name to already defined names.
so i add cv2:opencv-python, and it actually worked.
But I don't know if I can edit it like this and I'd like to ask if it's okay to modify this way. I wish someone could check it out. Thanks.
The text was updated successfully, but these errors were encountered: