You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
λ 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'
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
, andsetuptools
before installing.The text was updated successfully, but these errors were encountered: