Replies: 1 comment
-
This was answered in #1530, but the short of it is: whenever you specify
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi There,
pex command is failing on macos(version:11.6,intel chip)with the following error when attempted to include sendgrid(target platform is linux)
ERROR: Could not find a version that satisfies the requirement starkbank-ecdsa>=2.0.1 (from sendgrid)
ERROR: No matching distribution found for starkbank-ecdsa>=2.0.1
pex command: pex.venv/bin/pex -vvvvvvvv --output-file output.zip --manylinux=manylinux2014 --resolve-local-platforms --no-pypi --index=https://pypi.org/simple/ --resolver-version pip-2020-resolver --platform linux-x86_64-cp-38-cp38 "sendgrid==6.9.1"
The same command works fine on Linux. Appreciate any help on resolving this.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions