Search the Community
Showing results for tags 'macos'.
-
Mac OS Big Sur 11.2.3 Error. Problem installing ad-ons
Ejim12 posted a question in VIPM Idea Exchange
Hi! I'm having problems when I try to install the linx package, the error details shows the next message: Main Package Name: MakerHub Toolbox v2.0.0.35 Package Name with Error: MakerHub Toolbox v2.0.0.35 Error Message: VIPM could not install the package lvh_toolbox-2.0.0.35 . Error Code: 7 Error Source: Write to Text File in Command-Line Zip.lvlib:ABDDB5E9F4D44AE0E70A4E4F8D4F491A->90BBE5FF7A35F3CE3E236F5A778C7C48->AD4791BDA0231EB30EBF129C1A98AB7B->OGPM Class.lvlib:1D42A1CCBC79EB157F4B29421C6C7648->OGPM Class.lvlib:68DD1F408D6154AB6D8715845077EEA9->FB296AD1654D68D63B7041E1F06FA55C->VIPM Main Window.vi<APPEND> /Applications/National Instruments/LabVIEW 2020 64-bit/vi.lib/MakerHub/Toolbox/LMH-Toolbox.lvlib =============== Main Package Name: Digilent LINX (Control Arduino, Raspberry Pi, BeagleBone and more) v3.0.1.192 Package Name with Error: Digilent LINX (Control Arduino, Raspberry Pi, BeagleBone and more) v3.0.1.192 Error Message: VIPM could not install the package lvh_linx-3.0.1.192 . Error Code: 7 Error Source: Write to Text File in Command-Line Zip.lvlib:ABDDB5E9F4D44AE0E70A4E4F8D4F491A->90BBE5FF7A35F3CE3E236F5A778C7C48->AD4791BDA0231EB30EBF129C1A98AB7B->OGPM Class.lvlib:1D42A1CCBC79EB157F4B29421C6C7648->OGPM Class.lvlib:68DD1F408D6154AB6D8715845077EEA9->FB296AD1654D68D63B7041E1F06FA55C->VIPM Main Window.vi<APPEND> /Applications/National Instruments/LabVIEW 2020 64-bit/vi.lib/MakerHub/LINX/LMH-LINX.lvlib =============== I have tried to download other ad-ons, but none of them have been successfully installed. Also, I have read from other entries that I should give VIPM and LabView access to all disk, but it hasn't worked. These are the steps that some users have followed and succeed, but it just doesn't work for me : https://forums.ni.com/t5/LabVIEW/Error-installing-LINX-An-internal-VIPM-2020-3-build-2540-Error/td-p/4139893?profile.language=es -
I've been tasked with trying to build packages on MacOS, but so far I have not been able to successfully build anything. The builds complete without error, but when I try to open the packages I just built they do not contain any files. I'm running MacOS High Sierra which is not explicitly supported by any version of LabVIEW at the moment, but I'm using LabVIEW 2016. Has anyone successfully built packages on High Sierra?
-
I've looked into the LabVIEW based API for VIPM, and was wondering if there is an equivalent for MacOS? In general, is there anyway to automate applying vipc files on MacOS? I'm looking to use VIPM as dependency management for a large application that supports windows and mac and I'd like to make applying a vipc part of the automated build process. I understand that the current VIPM API vi package is not compatible with MacOS. But on a low level it seems to just call an executable with key-value pairs as command line arguments, so I'm hopeful that VIPM on Mac is capable of similar functionality.