weizhouapache commented on PR #7815: URL: https://github.com/apache/cloudstack/pull/7815#issuecomment-1673199089
> @weizhouapache actually the package is missing in Debian https://packages.ubuntu.com/jammy/python3-mysql.connector So adding as dependency was actually what was failing; and the alternative even doesn't work. However, you can manually download this pkg from ubuntu and install the deb or pip3 install the pkg manually. Open to other suggestions, other than the hack this PR proposes. @rohityadavcloud you are right. I just checked a systemvm (debian 11), there is no package for python mysql connector from user's resprective, it would be good to install all dependencies automatically. I suggest to remove `python3-mysql.connector` from debian/control, and install `mysql-connector-python` by `pip3 install` (python3-pip is already installed as a dependency of cloudstack-common). It should work on both ubuntu and debian. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
