Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legion python bindings not installed #789

Open
RAMitchell opened this issue Jul 10, 2023 · 0 comments
Open

Legion python bindings not installed #789

RAMitchell opened this issue Jul 10, 2023 · 0 comments
Assignees

Comments

@RAMitchell
Copy link

When legate.core is cloned and built for the first time the _skbuild directory does not yet exist and the following command returns None: https://github.com/nv-legate/legate.core/blob/6f0f2b1f9ba91be70fee3e40677b9860aa3180c8/install.py#L364

A consequence is the later call to install_legion_bindings does nothing: https://github.com/nv-legate/legate.core/blob/6f0f2b1f9ba91be70fee3e40677b9860aa3180c8/install.py#L170C14-L170C14

If install is run again a second time, the _skbuild directory will exist and the legion python bindings will be correctly installed.

This is blocking this PR for building docs, as a call to a legate library using the standard python interpreter fails: rapidsai/legate-boost#9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants