-
Notifications
You must be signed in to change notification settings - Fork 1
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
Editable Installation/Compilation failing #43
Comments
Can you find out the version of the compiler that it's trying to use? It might be at the start of the output of the |
Here is the error message with a bit more of the earlier lines that show the compiler information:
|
This action just ran the same command
while trying to emulate your environment (as much as I could):
Two ideas:
|
Even running this: I'm wondering if its an issue with compatibility with apple clang version 16, but I'm having trouble downgrading it |
When trying to compile to run a model, or when performing the: "pip install --no-build-isolation -ve . -Ceditable.rebuild=true" command, I get an error from the c++ which seems to be coming from DNest4
From a quick google, it seems that was maybe removed from the standard c++ library and that could be the issues. I have tried older versions of cmake back to 3.24.1 (any earlier and it crashes) and the error always appears.
kima still works if I do the normal pip install from pypi, this is only an issue on the git cloned version which I use for testing and developing
The text was updated successfully, but these errors were encountered: