Closed njzjz closed 2 weeks ago
I’d be fine to yank this while we figure it out, but it doesn’t seem like I have permission to yank, @jcfr?
can confirm we are getting this error too (from installing wheels for cvxpy->osqp->qdldl->cmake).
Came here to say so, also can you guys link to this repo from pypi it was a pain to find it
+1
I don’t have permission to yank, so I’ll have to try to fix this tonight. I’m assuming it’ll show up on any system that does not have a system CMake (I.e, like ci or my machine)
Yanking now.
3.31.0
yanked ✅️
Ah, wow, this only shows up if there's a CMakeLists.txt present. I hadn't realized that at first; my docker reproducer wasn't reproducing but adding the CMakeLists.txt does trigger it.
Got the bug. CMake's inspecting the first arg to find the root path. But in #555 I didn't give it the full path.
@Sytten
also can you guys link to this repo from pypi it was a pain to find it
We have links pointing back here, both on PyPI:
And in the readme:
Not sure where else we could add more links?
New 3.31.0.1 release will be up a few hours.
Thanks @henryiii for sorting this out 🙏💯
See this error in the CI, which can be reproduced:
reproduce: https://gist.github.com/njzjz/1c8f360ebc4457bf0d0f6ea86978b78b
CI log: https://github.com/deepmodeling/deepmd-kit/actions/runs/11758764445/job/32757483294#step:3:1