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

bug(dependency missing): Added pyyaml #119

Merged
merged 3 commits into from
Dec 9, 2024
Merged

bug(dependency missing): Added pyyaml #119

merged 3 commits into from
Dec 9, 2024

Conversation

caviri
Copy link
Contributor

@caviri caviri commented Dec 9, 2024

  File "/usr/local/lib/python3.9/site-packages/gimie/project.py", line 27, in <module>
    from gimie.parsers import parse_files
  File "/usr/local/lib/python3.9/site-packages/gimie/parsers/__init__.py", line 25, in <module>
    from gimie.parsers.cff import CffParser
  File "/usr/local/lib/python3.9/site-packages/gimie/parsers/cff.py", line 20, in <module>
    import yaml
ModuleNotFoundError: No module named 'yaml'

Problem importing gimie as a package. Added pyyaml as dependency.

I didn't rebuilt the lock file with poetry.

@caviri caviri requested a review from cmdoret December 9, 2024 15:02
@cmdoret cmdoret merged commit cc13c3f into main Dec 9, 2024
8 checks passed
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