-
Notifications
You must be signed in to change notification settings - Fork 60
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
[QST] How to install from source with system's ucx libs #1047
Comments
Thanks for your question @cctry , there have been a few recent changes to our build system that we also noticed yesterday were breaking changes, we're looking to have them fixed by today or early next week. There's also a chance that we'll need to pass more options to |
Follow-up to #1044 Contributes to rapidsai/build-planning#31 Related to #1047 * updates `libucx` build requirements so they can be satisfied by only packages from pypi.org * removes `--extra-index-url https://pypi.anaconda.org/rapidsai-wheels-nightly/simple/` in `pip install` calls, now that `rapids-build-backend` is on pypi.org (https://pypi.org/project/rapids-build-backend/) * sets `rapids-build-backend` config `disable-cuda=true` in `pyproject.toml` - *this means that now `pip install .` will not require `nvcc` or produce a wheel with a suffix like `-cu12`* - *modified CI script used to build wheels to override this, so the published wheels will still have `-cu${ver}` suffixes * updates docs on source installation to reflect these changes ## Notes for Reviewers These changes came out of an offline conversation with @pentschev and @vyasr Authors: - James Lamb (https://github.com/jameslamb) - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) - Vyas Ramasubramani (https://github.com/vyasr) URL: #1048
With #1048 now merged, installing via Since you're using conda, the simpler approach for you is to install the I'll tentatively close this issue as I believe your case is now resolved, but please feel free to reopen this or open a new issue should you encounter any issues. |
Hi,
I am trying to install uxc-py from source using
pip install .
with libucx installed in $CONDA_PREFIX/lib.I got the error about trying to find the wheel for libucx.
How should I avoid this dependency check or direct it to the system's version?
The text was updated successfully, but these errors were encountered: