Skip to content
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

PyPI tarball missing kernel_interface.cpp #176

Closed
smahler207 opened this issue Jul 19, 2024 · 1 comment · Fixed by #177
Closed

PyPI tarball missing kernel_interface.cpp #176

smahler207 opened this issue Jul 19, 2024 · 1 comment · Fixed by #177

Comments

@smahler207
Copy link

Hey! I tried running pip install george on an ARM system and I saw this error:

      -- Configuring done (5.8s)
      CMake Error at /tmp/test/lib/python3.11/site-packages/pybind11/share/cmake/pybind11/pybind11Tools.cmake:181 (add_library):
        Cannot find source file:
          src/george/kernel_interface.cpp
      Call Stack (most recent call first):
        CMakeLists.txt:12 (pybind11_add_module)

When I download from the repo and build from source, it worked just fine. When I inspected the tarball from PyPi, I noticed the file is indeed missing. I also confirmed the issue existed on x86; I ran pip install george --no-binary=george and saw the same error message.

I don't know why the PyPi tarball is missing this .cpp file, but hopefully adding it will fix the issue.

@dfm
Copy link
Owner

dfm commented Jul 20, 2024

Thanks for reporting! I fixed this with #177 and I'll make a new release shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants