can't install NI-DAQmx toolbox on MATLAB 2020b
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Just got a fresh new installation of MATLAB 2020b with server license on campus.
I am trying to install the Data Acquisition Toolbox Support Package for National Instruments NI-DAQmx Devices
from the add-on explorer
The installation/download proceed until the installation of third party software
then I am prompted with the following error
note: the latest MATLAB runtime version has been installed but the problem persists

0 commentaires
Réponse acceptée
Plus de réponses (1)
Rvphilip
le 20 Jan 2022
I faced a similar issue while i was working on a chatbot program. I noticed that this error is typically the result of a conflict between the Microsoft Visual C++ Redistributables libraries supplied with MATLAB, and those that are supplied by some third party applications.
One particular application that we have seen cause this issue is VirtuMVP version 2.1.115.23214. If you are getting this error and have VirtuMVP installed, going back to a previous version of the C++ Redistibutable libraries should resolve the error.
Note: This error also applies to software called VIRTU, though, in most cases such as for my chatbot development services, this software had needed to be completely uninstalled in order for MATLAB to work.
The following should be done regardless whether or not you have the software mentioned above.
To revert to a previous version of the C++ Redistributable libraries, you should uninstall all versions of your current 2005 and 2008 C++ Redistributable libraries through your Windows Control Panel, and reboot you machine. You can then re-install them by running the MATLAB-provided installers which can be found in the following locations:
For 32-bit MATLAB:
0 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!