pyvisa / pyvisa-py

A pure python PyVISA backend

Home Page:https://pyvisa-py.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python 3.8 syntax breaks 3.7 compatibility

ianccole opened this issue · comments

def __init__(self, /, *args, **kwargs):

installing using pip3 install pyvisa-py on debian 10 (python 3.7.3) leads to no support for TCPIP

The above referenced line prevents the registration of TCP handlers TCPIPInstrSession, TCPIPSocketSession

This will be fixed in 0.6.1 (PR #349) since the origin of the regression is minor but please note that 3.7 is not officially supported anymore.

I will likely cut the release sometimes next week but if you can please test against main before

0.6.1 is out