Hi,
You could check the log file generated, The installation log files should be generated in the same directory as where your MATLAB installation log files are generated in. The log file name will be mlctr_%username%.log.
Windows
C:\Users\<username>\AppData\Local\Temp\mlctr_%username%.log
macOS
Follow these steps to retrieve the Drive Connector installer log file on a Mac:
1. Log in as the user who ran the installer.
2. Open a Terminal window (you can use Spotlight Search to find Terminal)
3. Copy and paste the following command, and press enter to run it in Terminal.
cp $TMPDIR/mlctr_$USER.log ~/Desktop
Linux
/tmp/mlctr_$USER.log
Check your user account, if it contains Non-Ascii characters or spaces. Installing under a user account that does not contain the Non-Ascii characters or spaces is recommended.