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

Cargo: add missing python package requirements #53

Merged
merged 1 commit into from
Apr 14, 2021

Conversation

xrmx
Copy link
Contributor

@xrmx xrmx commented Apr 14, 2021

When setup.py got removed they haven't been added in Cargo.toml making
the package broken at runtime.

When setup.py got removed they haven't been added in Cargo.toml making
the package broken at runtime.
@xrmx
Copy link
Contributor Author

xrmx commented Apr 14, 2021

This fixes:

$ ./lel/bin/pip install celery-exporter
Collecting celery-exporter
  Using cached celery_exporter-1.5.0-cp39-cp39-manylinux1_x86_64.whl (2.2 MB)
Installing collected packages: celery-exporter
Successfully installed celery-exporter-1.5.0
$ ./lel/bin/celery-exporter 
Traceback (most recent call last):
  File "./lel/bin/celery-exporter", line 5, in <module>
    from celery_exporter.__main__ import main
  File "./lel/lib/python3.9/site-packages/celery_exporter/__main__.py", line 8, in <module>
    import click
ModuleNotFoundError: No module named 'click'

@SharpEdgeMarshall SharpEdgeMarshall merged commit 59ad9b3 into OvalMoney:master Apr 14, 2021
AndrewO pushed a commit to REDLattice/celery-exporter that referenced this pull request Apr 3, 2023
Cargo: add missing python package requirements
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

Successfully merging this pull request may close these issues.

2 participants