You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: