DS1054Z_screen_capture
DS1054Z_screen_capture copied to clipboard
python2-pip has deprecated "get_installed_instributions" in version 10.0.1
Using the latest version of pip, OscScreenGrabLAN.py fails. Forcing downgrade to 9.0.1 fixes issue, but of course, then you're locked into an old version of the package.
Traceback (most recent call last): File "OscScreenGrabLAN.py", line 55, in
log_running_python_versions() File "/home/troy/Cloud/Electronics/DS1054Z_screen_capture/Rigol_functions.py", line 11, in log_running_python_versions installed_packages = pip.get_installed_distributions() AttributeError: 'module' object has no attribute 'get_installed_distributions'