Scopy Installation not running

Thread Starter

bgm298

Joined Oct 18, 2024
22
Hello! I am trying to run Scopy by Analog devices for ADALM2000. But it does not work and I am getting this from its console. I have tried reinstalling and trying to manually add the libraries to its path but either was not successful or it did not work. I believe the problem stems from error: "Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> "
But the entire console is included just in case.

[ I RuntimeEnvironmentInfo 22:02:55.137 ] file://C:/msys64/home/docker/scopy/main.cpp:92 - "pcSpecs: " [ I RuntimeEnvironmentInfo 22:02:55.139 ] file://C:/msys64/home/docker/scopy/main.cpp:92 - "build_abi: x86_64-little_endian-llp64" [ I RuntimeEnvironmentInfo 22:02:55.142 ] file://C:/msys64/home/docker/scopy/main.cpp:92 - "build_cpu: x86_64" [ I RuntimeEnvironmentInfo 22:02:55.145 ] file://C:/msys64/home/docker/scopy/main.cpp:92 - "host: LAPTOP-BJ6ECU0V" [ I RuntimeEnvironmentInfo 22:02:55.148 ] file://C:/msys64/home/docker/scopy/main.cpp:92 - "arch: x86_64" [ I RuntimeEnvironmentInfo 22:02:55.150 ] file://C:/msys64/home/docker/scopy/main.cpp:92 - "kernel: winnt" [ I RuntimeEnvironmentInfo 22:02:55.153 ] file://C:/msys64/home/docker/scopy/main.cpp:92 - "kernel-ver: 10.0.26100" [ I RuntimeEnvironmentInfo 22:02:55.156 ] file://C:/msys64/home/docker/scopy/main.cpp:92 - "" [ I Preferences 22:02:55.161 ] file://C:/msys64/home/docker/scopy/pluginbase/src/preferences.cpp:79 - "C:/Users/Beg³m/AppData/Local/ADI/Scopy-v2/preferences.ini" [ I Benchmark 22:02:55.187 ] file://C:/msys64/home/docker/scopy/core/src/scopymainwindow.cpp:408 - Init preferences took: 25 ms [ I Scopy 22:02:55.190 ] file://C:/msys64/home/docker/scopy/core/src/scopymainwindow.cpp:544 - SCOPY_PYTHONPATH: "" [ I Scopy 22:02:55.193 ] file://C:/msys64/home/docker/scopy/core/src/scopymainwindow.cpp:545 - PYTHONHOME: "" [ I Scopy 22:02:55.196 ] file://C:/msys64/home/docker/scopy/core/src/scopymainwindow.cpp:546 - PYTHONPATH: "C:/Program Files/Analog Devices/Scopy\\python3.12;C:/Program Files/Analog Devices/Scopy\\python3.12\\plat-win;C:/Program Files/Analog Devices/Scopy\\python3.12\\lib-dynload;C:/Program Files/Analog Devices/Scopy\\python3.12\\site-packages;" Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> [ I Benchmark 22:02:55.344 ] file://C:/msys64/home/docker/scopy/core/src/scopymainwindow.cpp:593 - Loading the decoders took: 139 ms [ I VersionCache 22:02:55.367 ] file://C:/msys64/home/docker/scopy/pluginbase/src/versionchecker.cpp:58 - update checks disabled [ W VersionCache 22:02:55.375 ] file://C:/msys64/home/docker/scopy/pluginbase/src/versionchecker.cpp:165 - VersionChecker is not initialized. [ I PluginRepository 22:02:55.386 ] file://C:/msys64/home/docker/scopy/core/src/pluginrepository.cpp:50 - initializing plugins from: "C:/Program Files/Analog Devices/Scopy/plugins"
 

tautech

Joined Oct 8, 2019
496
Do you have NIVISA installed ?
There is numerous references to Runtime which is the USB and LAN connectivity driver package.
Runtime is part of the NIVISA install but if you look hard enough online you can find the Runtime package on its own to download and install.
 
Top