-
Notifications
You must be signed in to change notification settings - Fork 192
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
Spectre IO H5 _Pybindings not found after cmake #6351
Comments
did you build any targets after running cmake? For example |
@kidder Yes I specially used In the build folder I have checked:
returning nothing. Apart from that there were many warnings for different python packages and I installed them by hand. |
From an earlier issue you said you build without Python bindings. In that case you won't be able to use the Python features. |
@nilsvu True, but even with the flag to shutdown pythonbindings I still get this error message. So I guess it worth having bindings on as well. So:
and we get:
Honestly I don't know what makes the builds on my computer fail. I'm just trying every possible options... (It's two weeks that I'm building this project lol). |
You disabled Python bindings, so you're getting this error because Python bindings are not available. Please follow these installation instructions: https://spectre-code.org/installation.html#quick_start_install |
In the original text ( the issue content) it is on. I will try installing it tomorrow on a better computer. But i have read the documentation and did exactly as i was told. |
It's been a couple of weeks since I am continuously trying to get all the binaries of spectre available on my computer. I have followed the instructions on spectre-code website and I'm using the released version of spectre.
inside the directory I do:
and then
Since all the bugs previously has been worked out I recieve the following messages (which I assume it means that everything is fine)
But after I start the spectre in bin folder:
I get:
The text was updated successfully, but these errors were encountered: