GAUSS-52200 -- GAUSS-52299
GAUSS-52200: “Unable to import module: %s.”
SQLSTATE: None
Description: Using the default Python execution tool of the system results in imported package errors because the database that Python depends on is lacked.
Solution: Use the Python execution tool of the installation package and go to the directory after the decompression using ./Tool name to run the command.
Take the pre-processing script as an example:
Go to the directory for storing tool scripts:
cd /opt/software/gaussdb/script
Run the ./gs_preinstall script:
./gs_preinstall -U omm -G dbgrp -X /opt/software/gaussdb/clusterconfig.xml --alarm-type=5 --root-passwd=Gauss_234
GAUSS-52201: “The current python version %s is not supported.”
SQLSTATE: None
Description: The default Python OS is not 2.6.X or 2.7.X.
Solution: Use the default Python compiler in the OS.
Feedback