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

Missing yaml dependency for python package #41

Open
bssb opened this issue May 17, 2023 · 1 comment
Open

Missing yaml dependency for python package #41

bssb opened this issue May 17, 2023 · 1 comment

Comments

@bssb
Copy link

bssb commented May 17, 2023

After installing beancount2ledger using pip install beancount2ledger on Windows, I'm getting this error:

PS C:\Users\brrts\git\ledger> beancount2ledger
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\brrts\scoop\apps\python\current\Scripts\beancount2ledger.exe\__main__.py", line 4, in <module>
  File "C:\Users\brrts\scoop\apps\python\current\Lib\site-packages\beancount2ledger\cli.py", line 16, in <module>
    import yaml
ModuleNotFoundError: No module named 'yaml'

Running pip install pyyaml resolves the issue.

@tbm
Copy link
Collaborator

tbm commented May 18, 2023

Thanks for reporting this! If you find other issues, please open new issues. I need to work on beancount2ledger again soon and fix some outstanding issues.

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

2 participants