Hello everyone,
This announcement is a reminder that the commands for installing SDV Enterprise have changed starting from the December release (version 0.21.0, released on Dec 17, 2024). This is part of our regularly scheduled updates.
To see the updated instructions, go to our website and click on the Installation page.
Summary of changes
The overall command to install the basic SDV Enterprise package remains the same.
pip install -U sdv-enterprise --index-url https://pypi.datacebo.com
If you have access to any of our SDV bundles, you can supply their names too. And if you’re using AI Connectors, then you can supply the names of the relevant database(s). For example, the command below downloads SDV Enterprise with the CAG bundle and the AI Connectors bundle (for Spanner and BigQuery databases):
pip install -U sdv-enterprise bundle-cag bundle-ai-connectors[db-spanner,db-bigquery] --index-url https://pypi.datacebo.com
Does your pricing plan include the full software suite — SDV Enterprise, as well as all the possible bundles? If so, install all of the functionality at once via the sdv-enterprise-full package using the command below.
pip install -U sdv-enterprise-full --index-url https://pypi.datacebo.com
Resources
For more information, please see our Installation page, and if you run into any issues, please start a new thread here on Discourse with the details of your issue.
We appreciate your understanding as we update our systems, aiming to provide you with the best installation & download experience. Thank you.