Skip to content

Conversation

nimdrak
Copy link

@nimdrak nimdrak commented Aug 18, 2025

Fixes: #643

Please see PR #1035.

With this change, you no longer need to run:

python setup.py build
python -m pip install .

Instead, use the PEP 517 workflow:

python -m pip install -U build
python -m build --wheel
python -m pip install dist/*.whl

Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
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

Successfully merging this pull request may close these issues.

Package can't be installed without cuda runtime libraries available
1 participant