when I install openGauss on a python3.7 environment, it reminds me the python version is not support, so how can I do?
How to install openGauss on a Python 3.7 environment
74 Views Asked by Dawson At
2
There are 2 best solutions below
0
On
If you are trying to install openGauss on a Python 3.7 environment, you will need to downgrade your Python version to a supported version. You can find instructions on how to downgrade your Python version on the OpenGauss website. Additionally, you may need to install additional packages or libraries to ensure that openGauss is compatible with your Python version.
Following this step
gspylib/common/CheckPythonVersion.pyfileif not pythonVersion = (3, 6):toif not pythonVersion > = (3, 6):