rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
272 stars 67 forks source link

[BUG] AttributeError: partially initialized module 'cupy' has no attribute '_util' (most likely due to a circular import) #533

Closed exactlyallan closed 11 months ago

exactlyallan commented 1 year ago

Describe the bug During builds get the following warning or error: "AttributeError: partially initialized module 'cupy' has no attribute '_util' (most likely due to a circular import)". This prevents Sphinx doc builds.

Steps/Code to reproduce bug For docs build running command: make html

Expected behavior Build fails.

Environment details (please complete the following information):