-
Either I'm to dense to find it, but so far I have no idea what I need to pass to
I tried the "raw" specifiers such as
Using the tags from PEP 427, i.e.
From the failure message it seems I should also be able to build multiple wheels at the same time by passing a list of interpreters. Since the "raw" specifier was the only one that didn't fail, I tried a comma-separated list:
What am I missing here? Happy to contribute to improve the help message or documentation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I didn't realize we wrote it that ambiguously, it's not actually the name of the interpreter, but the executable like you would in the shell, such as |
Beta Was this translation helpful? Give feedback.
I didn't realize we wrote it that ambiguously, it's not actually the name of the interpreter, but the executable like you would in the shell, such as
python3.7
or/usr/bin/python3.8