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
This has been an issue for a while now, but pip will continually warn the user about certain plugins installed through vsrepo.
This seems to crop up for any plugin that has a _-_ in the directory name:
_-_
CAS_-_Contrast_Adaptive_Sharpening-2.dist-info
vfx_-_Special_Effects-2021.10.31.dist-info
But it doesn't care if it's just a _ or -:
_
-
Bilateral-3.dist-info
D2V_Source-1.2.dist-info
MVTools__float-9.dist-info
My suggestion would be to replace _-_ with either _ or -, if that is possible.
The text was updated successfully, but these errors were encountered:
Make pip happy - see #199
b38fc39
Please check if pip is happy now
Sorry, something went wrong.
No branches or pull requests
This has been an issue for a while now, but pip will continually warn the user about certain plugins installed through vsrepo.
This seems to crop up for any plugin that has a
_-_
in the directory name:CAS_-_Contrast_Adaptive_Sharpening-2.dist-info
vfx_-_Special_Effects-2021.10.31.dist-info
But it doesn't care if it's just a
_
or-
:Bilateral-3.dist-info
D2V_Source-1.2.dist-info
MVTools__float-9.dist-info
My suggestion would be to replace
_-_
with either_
or-
, if that is possible.The text was updated successfully, but these errors were encountered: