-
Notifications
You must be signed in to change notification settings - Fork 2
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
alma9 troubles with version set 5.19.0 - cernlib fails & ROOT cannot find python #267
Comments
Also adding some old news here for the knowledgebase. We have python3.11, it arrived with alma9. Root does not like it.
|
This is after disabling 3.11
|
Update August 19 I made another attempt at this. This is what I did:
Could NOT find Python (missing: Python_EXECUTABLE Python_INCLUDE_DIRS
Python_LIBRARIES Interpreter Development Development.Module
Development.Embed)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindPython.cmake:622 (find_package_handle_standard_args)
CMakeLists.txt:13 (find_package) The log file is too big to attach here. It is in /w/halld-scshelf2101/njarvis/alma9/aug18_install_log.txt |
For some reason, the necessary packages (e.g. python-devel) were installed for python3.9 but ROOT is trying to use python3.11. I make these additional 2 steps to compile the full stack with the correct dependencies for python3.9 on gluon02:
I don't know why the prerequisite packages were not installed for python3.11 instead. |
This is a bit weird as it was ok with the older version set 5.15.0
install_log_5_19_0.txt
The text was updated successfully, but these errors were encountered: