Hi,
I am sourcing:
source /cvmfs/geant4.cern.ch/geant4/11.1/x86_64-centos9-gcc11-optdeb-MT/share/Geant4/geant4make/geant4make.sh
on lxplus9. However this breaks the python3 setup:
[mrettig@lxplus900 ~]$ python3
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = 'python3'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = '/usr/bin/python3'
sys.base_prefix = '/build/jenkins/workspace/lcg_release_pipeline/install/Python/3.9.12/x86_64-centos9-gcc11-opt'
sys.base_exec_prefix = '/build/jenkins/workspace/lcg_release_pipeline/install/Python/3.9.12/x86_64-centos9-gcc11-opt'
sys.platlibdir = 'lib'
sys.executable = '/usr/bin/python3'
sys.prefix = '/build/jenkins/workspace/lcg_release_pipeline/install/Python/3.9.12/x86_64-centos9-gcc11-opt'
sys.exec_prefix = '/build/jenkins/workspace/lcg_release_pipeline/install/Python/3.9.12/x86_64-centos9-gcc11-opt'
sys.path = [
'/build/jenkins/workspace/lcg_release_pipeline/install/Python/3.9.12/x86_64-centos9-gcc11-opt/lib/python39.zip',
'/build/jenkins/workspace/lcg_release_pipeline/install/Python/3.9.12/x86_64-centos9-gcc11-opt/lib/python3.9',
'/build/jenkins/workspace/lcg_release_pipeline/install/Python/3.9.12/x86_64-centos9-gcc11-opt/lib/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007ff84dbddf00 (most recent call first):
<no Python frame>
Is this the right place to get support for this ? Many thanks !