.. _Issue Management: .. raw:: html Issue Management ==================================== .. raw:: html
If you encounter any issue in installing the software or in deploying the model please report it (issue report).
We have successfully tested the Conda installation of the DDGWizard application on Ubuntu 18.04, Rocky Linux 8.8, and CentOS 7.0.
DDGWizard is not supported on Windows, and it will fail to create the Conda environment under the Windows system. Please run the installation on supported Linux systems, such as Ubuntu 18.04, Rocky Linux 8.8, and CentOS 7.0.
The GCC version is less than 4.8.5, or Conda version is less than 23.0. You can update GCC via your package manager (e.g., running the command line “sudo apt install gcc” under Ubuntu systems). You can update Conda by running the command line “conda update conda”.
The prefix field in the Environment.yml file may not have been set to the correct path of the user’s Conda envs directory. Please edit the prefix field in the Environment.yml file to match the absolute path to the Conda envs directory on your machine. If you don’t know the exact path of envs directory, please use the command line conda info --envs.