Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPI does not automatically install setuptools - leads to import errors of some SL modules #77

Open
matthias-tischler-ni opened this issue Nov 4, 2024 · 0 comments

Comments

@matthias-tischler-ni
Copy link
Contributor

fresh installation of Python (from python.org)

using pip to install nisystemlink-clients

pip installl nisystemlinkclients

after that, opening python
tag example works

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant