<#18510 Add python version to `Could not find a ve...
# github-notifications
c
#18510 Add python version to `Could not find a version that satisfies the requirement` error message. Issue created by asherf when the user sees an error like:
Copy code
ERROR: Could not find a version that satisfies the requirement pandas==1.5.2
ERROR: No matching distribution found for pandas==1.5.2
it can be confusing, because the python version (interpreter) is not mentioned here. which is usually the cause for this error. see: https://pantsbuild.slack.com/archives/C046T6T9U/p1678901897308199

Screenshot 2023-03-15 at 1 46 30 PM

so the error message should have more information to make it clear the cause of for this failure. pantsbuild/pants