fuweng11 opened a new issue, #11915: URL: https://github.com/apache/inlong/issues/11915
### Description Support uninstalling Python SDK script files. The second issue is also related to SDK. Currently, the Python SDK compiles the so file and copies it to the site packages directory of the Python interpreter for installation. If the current user needs to uninstall the Python SDK, they need to find the installation directory and delete the corresponding so file, which is quite troublesome. Here, we hope to provide a delete.sh script file to automatically uninstall the Python SDK through the script. 1.Provide a delete.sh script that automatically identifies the storage directory of the so files compiled by the current Python SDK and deletes these files, making it convenient for users to quickly uninstall the Python SDK 2.Improve the user documentation based on script implementation and usage methods ### Use case _No response_ ### Are you willing to submit PR? - [ ] Yes, I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: dev-unsubscr...@inlong.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org