pablogsal / black-pycharm

Pycharm plugin for https://github.com/ambv/black
32 stars 11 forks source link

No module named 'appdirs' #8

Open 1oglop1 opened 5 years ago

1oglop1 commented 5 years ago

Black used to work without problem but now it started to complain about this, appdirs is installed in venv together with black, does anyone know what am I doing wrong?

BlackPycharm: Traceback (most recent call last): File "/Users/user/.pyenv/versions/3.7.2/bin/black", line 6, in   from black import main File "/Users/user/.pyenv/versions/3.7.2/lib/python3.7/site-packages/black.py", line 38, in   from appdirs import user_cache_dir ModuleNotFoundError: No module named 'appdirs'
0xVassilios commented 4 years ago

I have the same issue almost a year later.