PyTektronixScope icon indicating copy to clipboard operation
PyTektronixScope copied to clipboard

Compatibility with pyvisa > 1.5

Open sahiggin opened this issue 7 years ago • 1 comments

I used pip to install pyvisa and then pytektronixscope on a Windows system. When I try to import PyTektronixScope, I get the error “cannot import name vpp43.” I have done some research and determined that this is because pyvisa no longer uses the vpp43 package since version 1.5 (it is now 1.8). I tried to install 1.4 to be compatible with PyTektronixScope, but the install failed with both pip and easy_install. Is there a way to work with the latest pyvisa version?

sahiggin avatar Apr 05 '17 17:04 sahiggin

The current version of PyTektronixScope on github should work. I update the pypi repo. It should work with pip.

Le 05/04/2017 à 19:35, Stephanie Higgins a écrit :

I used pip to install pyvisa and then pytektronixscope on a Windows system. When I try to import PyTektronixScope, I get the error “cannot import name vpp43.” I have done some research and determined that this is because pyvisa no longer uses the vpp43 package since version 1.5 (it is now 1.8). I tried to install 1.4 to be compatible with PyTektronixScope, but the install failed with both pip and easy_install. Is there a way to work with the latest pyvisa version?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/clade/PyTektronixScope/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AAep0vrH7J5IGAhzMO5QuS9J-3GCf9Paks5rs9DIgaJpZM4M0kqo.

clade avatar Apr 06 '17 07:04 clade