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
# This is a pip bundle file, that contains many source packages
# that can be installed as a group. You can install this like:
# pip this_file.zip
# The rest of the file contains a list of all the packages included:
# These packages were installed to satisfy the above requirements:
PyYAML==3.10
ua-parser==0.3.2
You can easily install these requirements in the correct order using
Problem
pip install from a bundle does not respect order of requirements in the manifest file.
Reproduce
Make a simple requirements.txt file that contains
Create a bundle from that file
It produces the following manifest
You can easily install these requirements in the correct order using
You will fail to install these requirement using the bundle. It attempts to install ua-parser first and fail due to PyYAML dependency.
The text was updated successfully, but these errors were encountered: