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

setuptools missing #40

Closed
kwollw opened this issue Nov 24, 2023 · 1 comment
Closed

setuptools missing #40

kwollw opened this issue Nov 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@kwollw
Copy link

kwollw commented Nov 24, 2023

Description

creating and running a client as described in this repo results in an runtime error due to missing module setuptools

Environment

  • Python version: 3.11.2
  • Operating System: Debian 12
  • Version of the Python Socha Client: 2.0.4

Reproduction Steps

python3 -m venv sc24

source sc24/bin/activate

pip install socha

pip list

Package           Version
----------------- -------
pip               23.0.1
socha             2.0.4
xsdata            22.9

starting our Client:

python pus-client.py

==> ModuleNotFoundError: No module named 'pkg_resources'

Solution:

pip install setuptools

@kwollw kwollw added the bug Something isn't working label Nov 24, 2023
@maxblan
Copy link
Collaborator

maxblan commented Dec 7, 2023

This is caused by a broken/missing Python setuptools package. Since this is a general package of Python, I do not consider including it in the requirements of socha at this time.

However, I will note this in the documentation in case other people encounter this problem.

@maxblan maxblan closed this as completed in 906ccf2 Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants