Troubleshooting
If you are unable to install SDV Enterprise please check the technical requirements first for your platform. If you have met those requirements and there are still errors, you may be encountering an uncommon situation. Check below for some known cases and suggestions.
Unable to provide a valid username/password combo?
After purchasing SDV Enterprise, you should have received an email containing your username and password. Your username is your email address, and your password is license key we provided for you.
If this is not working, or you have lost your credentials, please contact DataCebo so that we can reset your credentials and provide you new ones.
Do you have a Firewall?
If you or your IT department is enforcing a Firewall, it may be blocking your machine from accessing our server. This may result many retry messages, and an error such as the one shown below.
In this case, please retry your download or installation command with the following flags added to the end of the command .
This should grant explicit approval to download the SDV Enterprise package from our servers. For example:
Are you running a macOS in Rosetta mode?
Rosetta mode was introduced to allow macOS devices with M-chips (M1, M2, …) to run software compatible with Intel chips. In most cases, this mode is not necessary for installing SDV and you may have better luck turning it off. Check if you're running Rosetta mode using the Python code below.
Solution: We recommend turning Rosetta mode off, as it is not necessary for using SDV or any of its dependencies. If you are required to use Rosetta mode for some reason, you can try creating a special environment for use with Intel.
Below is a conda snippet you can use in your terminal.
Do you have an older Mac with an Intel chip?
Older Macs with Intel chips may run into issues when running neural network-based synthesizers such as CTGAN, TVAE, or PAR. You may see the following error:
This error is occurring because an underlying data science library we use has stopped providing support for Intel-based Macs. But you should still be able to use all SDV features by downgrading your version of the numpy data science library.
Note that this should not affect you if you are using HSA or GaussianCopula.
Are you using a virtual machine or container to install SDV?
In this case, please ensure you meet the technical requirements in the final destination where you plan to run SDV (as opposed to your local machine).
Still having problems?
Reach out to us! Please run the code below in Python to print out some additional troubleshooting info. Please reach out to the DataCebo team with a detailed explanation of your error and the output of the code below.
Last updated