ripe-gigabyte-88964
03/15/2023, 5:38 PMERROR: Could not find a version that satisfies the requirement pandas==1.5.2
ERROR: No matching distribution found for pandas==1.5.2
When I remove that dependency from my requirements.txt
the lockfile generation works. This version of pandas also definitely exists: https://pypi.org/project/pandas/#history. I have https://pypi.org/simple/ specified in my indexes field under [python-repos]
. Also weird is that there are other dependencies that depend on pandas and it is able to locate a much older version, but there's no requirement that should prevent installation of this specific version.proud-dentist-22844
03/15/2023, 5:43 PMpolite-garden-50641
03/15/2023, 5:43 PMenough-analyst-54434
03/15/2023, 5:43 PM*Requires:* Python >=3.8
-ldebug
we can see the command line Pants uses to try to create the lock file. That will include what it thinks the --interpreter-constraint
is.>=3.7,<4
polite-garden-50641
03/15/2023, 5:46 PMripe-gigabyte-88964
03/15/2023, 5:47 PM