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

ModuleNotFoundError: No module named ‘platformdirs' #13

Closed
kseistrup opened this issue Mar 21, 2023 · 2 comments
Closed

ModuleNotFoundError: No module named ‘platformdirs' #13

kseistrup opened this issue Mar 21, 2023 · 2 comments

Comments

@kseistrup
Copy link

kseistrup commented Mar 21, 2023

On a fresh pip install from the git repo here, chatblade complains that platformdirs is missing.

Python 3.10.10 in a virtual environment contining only pip, wheel, and setuptools before installing.

@alesr
Copy link

alesr commented Mar 21, 2023

Same issue here.

λ chatblade hello
Traceback (most recent call last):
  File "/Users/alesr/Library/Python/3.9/bin/chatblade", line 5, in <module>
    from chatblade.__main__ import main
  File "/Users/alesr/Library/Python/3.9/lib/python/site-packages/chatblade/__main__.py", line 1, in <module>
    from . import cli
  File "/Users/alesr/Library/Python/3.9/lib/python/site-packages/chatblade/cli.py", line 8, in <module>
    from . import printer, chat, utils, storage
  File "/Users/alesr/Library/Python/3.9/lib/python/site-packages/chatblade/storage.py", line 7, in <module>
    import platformdirs
ModuleNotFoundError: No module named 'platformdirs'

@npiv
Copy link
Owner

npiv commented Mar 21, 2023

my bad, it was only added to requirements.txt this morning. Should be fixed - please try agin.

@npiv npiv closed this as completed Mar 21, 2023
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

3 participants