You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hey! I tried running
pip install george
on an ARM system and I saw this error: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.
The text was updated successfully, but these errors were encountered: