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

invalid requirements.txt format #47

Closed
ckd002 opened this issue Jan 26, 2023 · 0 comments · Fixed by #48
Closed

invalid requirements.txt format #47

ckd002 opened this issue Jan 26, 2023 · 0 comments · Fixed by #48

Comments

@ckd002
Copy link

ckd002 commented Jan 26, 2023

When installing this package using Poetry I received the following error message

Invalid constraint (cumulus-message-adapter>=2.0.0<2.1.0) found in cumulus-message-adapter-python-2.0.1 dependencies, skipping

After reviewing the source code I noticed that the entry in the requirements.txt file is malformed. Per PEP 440 version clauses should be separated by a comma.

Recommended fix is to update requirements.txt file to
cumulus-message-adapter>=2.0.0, <2.1.0

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 a pull request may close this issue.

2 participants