You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'