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
from nisystemlink.clients.tag import DataType, TagData, TagManager, TagValueReader
example for fileclient and dataframe
from nisystemlink.clients.dataframe import DataFrameClient
and
from nisystemlink.clients.file import FileClient
both throw error:
ModuleNotFoundError: No module named 'pkg_resources'
error is gone after installing setuptools
pip install setuptools
The text was updated successfully, but these errors were encountered:
fresh installation of Python (from python.org)
using pip to install nisystemlink-clients
after that, opening python
tag example works
example for fileclient and dataframe
error is gone after installing setuptools
The text was updated successfully, but these errors were encountered: