Compatibility with pybuild/pyproject/pip #163
Unanswered
andree182
asked this question in
Q&A / Support
Replies: 1 comment
-
|
Sorry, somehow I missed this question when it was posted. You need to explicitly use the created crossenv's python, either directly or by activating the virtual environment. I find it's simpler to just use the environment python directly. See how I use it to test the use of semiwrap in a crossenv docker image: https://github.com/robotpy/semiwrap/blob/main/.github/workflows/dist.yml#L200 |
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.
-
Looks like the python build strategy shifted towards using pip, and largely switched from setup.py to pyproject.toml .
Myself, I couldn't yet find a (pretty nor hackish) way to make 'pip install' work with crossenv, without using external pip packages (=offline), for example to build libselinux using their Makefile. The old way using setup.py still works though...
If someone is able to use this tool combination, please comment...
Beta Was this translation helpful? Give feedback.
All reactions