[Bug] error occured when gpinitsystem on redhat8.9 or openEuler 22.03 (LTS-SP4) or Anolis OS 8.6,after rpm/Compile install successfully.
Cloudberry Database version
cloudberrydb-1.5.4
What happened
After rpm/Compile install successfully, when gpinitsystem, error 'Error: unable to import module: No module named 'pg''happened,then after 'pip3 install pg -i https://pypi.tuna.tsinghua.edu.cn/simple/', another error 'File "/usr/local/lib/python3.9/site-packages/pg/init.py", line 3
async SyntaxError: invalid syntax' happened when used python3.9,error'AttributeError: 'NoneType' object has no attribute 'glGetError''happend when used python3.6,but now actually, database is open ,but cannot stop or start ; please see below pictures like my describe .
What you think should happen instead
No response
How to reproduce
I suggest reduce dependencies. avoid ''No module named 'pg'error.
Operating System
redhat8.9 or openEuler 22.03 (LTS-SP4) or Anolis OS 8.6
Anything else
No response
Are you willing to submit PR?
- [X] Yes, I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct.
Hey, @fsmiledream welcome!🎊 Thanks for taking the time to point this out.🙌
Hi @fsmiledream the 1.5.4.rpm is a little outdated. Please try the latest 1.6.0 version to see if it works. Our 1.6.0 version has a robust RPM package and has been tested many times and solved the dependencies problem.
If 1.6.0 has the same issue, we can continue to look into the cause.
cc @Zhangbaowen-Hashdata @edespino
Duplicate of #620