No matching distribution found when same package is listed with different environment markers #6084
Labels
C: requirement file
Using `requirements.txt`
state: needs discussion
This needs some more discussion
Environment
Details: https://github.com/docker-library/python/blob/39c500cc8aefcb67a76d518d789441ef85fc771f/3.7/stretch/Dockerfile
Description
pip does not properly work when the same package is listed in a requirements file multiple times with different environment markers.
How to Reproduce
Create file
requirements.txt
:Create file
Dockerfile
:Build docker image:
Output (actual behaviour)
Expected behavior
Package
mysqlclient
is successfully installed.The text was updated successfully, but these errors were encountered: