kaolin
kaolin copied to clipboard
Warp 1.10.0 issue - need manual 1.9.1 downgrade
Hello,
as the requirements file does not specify the warp-lang version, Warp 1.10.0 is pulled and breaks kaolin functionalities. For example: wp.select(..) was removed and is used in simplicits.
Fix:
Adding warp-lang==1.9.1 in requirements should fix. I personally ran it post setup:
pip install warp-lang==1.9.1
Thanks again for your great work. Best.
Hi @rdecharette, Thanks For opening the issue! Yes, I just noticed that, it's gonna be a bit complicated for the existing wheels, I need to look up how to edit them.
I guessed you noticed it already ;-)
Good luck for the fix then.