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

Broken gstatus v1.0.9: ModuleNotFoundError: No module named 'packaging' #70

Open
NouemanKHAL opened this issue Feb 27, 2025 · 0 comments

Comments

@NouemanKHAL
Copy link

Hey everyone 👋

I just want to report that the v1.0.9 gstatus artifact is broken:

(.venv) $ sudo ./gstatus
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/Users/noueman.khalikine/git-clone/gstatus/build/./gstatus/__main__.py", line 7, in <module>
ModuleNotFoundError: No module named 'packaging'

There is a mismatch between the required dependencies setup.py and the requirements.txt file.

setup.py:

install_requires=['glustercli', 'packaging'],

requirements.txt:

glustercli==0.8.3

The reason seems to be that the Makefile is using the requirements.txt to build the gstatus release:

@${PYTHON} -m pip install -r requirements.txt --target build/src

Thanks!

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