You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pip resolves package-name and package_name to the same dependency. However, the unsafe package specifier doesn't taket his into account on the latest released version.
Example: pip-compile --unsafe-package opencv_python --no-allow-unsafe still installs opencv-python in the final output.
The text was updated successfully, but these errors were encountered:
Pip resolves
package-name
andpackage_name
to the same dependency. However, the unsafe package specifier doesn't taket his into account on the latest released version.Example:
pip-compile --unsafe-package opencv_python --no-allow-unsafe
still installsopencv-python
in the final output.The text was updated successfully, but these errors were encountered: