Hello,
Getting the following message when trying to install sdv-enterprise on one of linux dev server. below is a snippet of the outputs from sdv-installer.
Would you prefer I create a topic like this the next time or should I add to an already open topic that is relevant?
________________________________________________________________
(devenv) dgl@devserver:/u/dgapps/dglab/jupyter_nb$ sdv-installer check-requirements
Verifying system requirements for SDV Enterprise:
Operating system: Linux
OS Version: 5
Architecture: x86_64
Python Version: 3.10.12
System bit: 64-bit
Pip version: 22.0.2
Result: Passed
Your system meets the technical requirements for SDV Enterprise.
(devenv) dgl@devserver:/u/dgapps/dglab/jupyter_nb$ sdv-installer install --upgrade
Username: bkrishna@dollargeneral.com
License Key: ********************************
Installing SDV:
sdv-enterprise - Installation failed. Use --debug for more details.
Installing Bundles:
bundle-ai-connectors - Installation failed. Use --debug for more details.
Warning: In order to use AI Connectors, you’ll need to install database-specific packages. Please use the --options flag to specify your database variants.
Warning! Some packages that you have access to could not be installed. Please check your setup and contact DataCebo to troubleshoot.
(devenv) dgl@devserver:/u/dgapps/dglab/jupyter_nb$ sdv-installer install --upgrade --debug
Username: bkrishna@dollargeneral.com
License Key: ********************************
Installing SDV:
pip install sdv-enterprise --index-url https://bkrishna%40dollargeneral.com:****@pypi.datacebo.com/ --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.datacebo.com --upgrade
Looking in indexes: https://bkrishna%40dollargeneral.com:****@pypi.datacebo.com/
WARNING: Skipping page https://bkrishna%40dollargeneral.com:****@pypi.datacebo.com/sdv-enterprise/ because the GET request got Content-Type: application/vnd.pypi.simple.v1+html.The only supported Content-Type is text/html
ERROR: Could not find a version that satisfies the requirement sdv-enterprise (from versions: none)
ERROR: No matching distribution found for sdv-enterprise
Installing Bundles:
pip install bundle-ai-connectors --index-url https://bkrishna%40dollargeneral.com:****@pypi.datacebo.com/ --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.datacebo.com --upgrade
Looking in indexes: https://bkrishna%40dollargeneral.com:****@pypi.datacebo.com/
WARNING: Skipping page https://bkrishna%40dollargeneral.com:****@pypi.datacebo.com/bundle-ai-connectors/ because the GET request got Content-Type: application/vnd.pypi.simple.v1+html.The only supported Content-Type is text/html
ERROR: Could not find a version that satisfies the requirement bundle-ai-connectors (from versions: none)
ERROR: No matching distribution found for bundle-ai-connectors
Warning: In order to use AI Connectors, you’ll need to install database-specific packages. Please use the --options flag to specify your database variants.
Warning! Some packages that you have access to could not be installed. Please check your setup and contact DataCebo to troubleshoot.
(devenv) dgl@devserver:/u/dgapps/dglab/jupyter_nb$