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
When I try to run any of the Ethernet examples on Windows, I get an import error:
Traceback (most recent call last):
File "examples\ethernet\eth_connection.py", line 3, in <module>
from ingenialink.ethernet.network import EthernetNetwork, NET_TRANS_PROT
ImportError: cannot import name 'NET_TRANS_PROT' from 'ingenialink.ethernet.network'
I've tried using Python 3.8 and Python 3.12
The text was updated successfully, but these errors were encountered:
The example will be fixed, thanks for create the issue. In addition, I fully recommend you use Ingeniamotion, use ingenialink, it has the same capabilities, but it's easier for the user.
PD: The problem in the example is that NET_TRANS_PROT does not exist anymore, remove it from the import and in the connect_to_slave function.
When I try to run any of the Ethernet examples on Windows, I get an import error:
I've tried using Python 3.8 and Python 3.12
The text was updated successfully, but these errors were encountered: