-
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
ImportError raises 1.11 while check is for 1.15 #1068
Comments
What does |
Hey @pentschev my |
I've addressed this in #1069 , I'm not going to spend time on meddling with library loading mechanism to extract the path where UCX is being loaded from, but I did add to the exception instructions on how to properly do that with UCX log levels. |
Addressing the same in UCXX via rapidsai/ucxx#277 . |
The check is for 1.15 however the error message raised is that 1.11+ is required.
Bonus ask, it'll be great if we can show the path of the library that's being loaded and checked so that we can debug further if it's system library or environment library.
ucx-py/ucp/__init__.py
Lines 113 to 117 in 2ba56e5
The text was updated successfully, but these errors were encountered: