WIPACrepo / lta

Long Term Archive
MIT License
2 stars 2 forks source link

Fix Paths and Pins #274

Closed blinkdog closed 9 months ago

blinkdog commented 9 months ago
dsschult commented 9 months ago

It would be interesting to see the log from pip where it was choosing the 1.5.x series, and why it was doing so.

blinkdog commented 9 months ago

pip-install-output.txt

It's interesting because it picks 1.6.0 at first, then after requests-futures it looks for compatible (~1.5.x) versions:

Collecting requests-futures (from wipac-rest-tools->lta==0.42.0)
  Downloading requests_futures-1.0.1-py2.py3-none-any.whl.metadata (12 kB)
INFO: pip is looking at multiple versions of wipac-rest-tools to determine which version is compatible with other requirements. This could take a while.
Collecting wipac-rest-tools (from lta==0.42.0)
  Downloading wipac_rest_tools-1.5.3-py3-none-any.whl.metadata (6.1 kB)
  Downloading wipac_rest_tools-1.5.2-py3-none-any.whl.metadata (6.1 kB)