Python Libraries
Before you can use your Python UDx, you need to verify that it meets the following library requirements:
-
Your UDx must import the
vertica_sdk
package in your code. You do not need to download this package. It is included as a part of the Vertica server.import vertica_sdk
- The Vertica Python SDK includes the Python Standard Library. Be aware that importing a package other than the Python Standard Library results in failure.