We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After running black from Python3.8 virtualenv, I am unable to run black from Python3.7 virtualenv on the same codebase, even on completely new files:
black
> black x.py error: cannot format x.py: unsupported pickle protocol: 5 All done! 💥 💔 💥 1 file failed to reformat.
Howdy! Sorry you're having trouble. To expedite your experience, provide some basics for me:
Operating system: macOS Python version: 3.8b + 3.7 Black version: 19.3b0 Does also happen on master: dunno
The text was updated successfully, but these errors were encountered:
Probably duplicate of #875
Sorry, something went wrong.
TL;DR, on Mac, do rm -rf ~/Library/Caches/black/*
rm -rf ~/Library/Caches/black/*
Yes, let's keep the discussion in #875
On linux: rm -rf ~/.cache/black/*
rm -rf ~/.cache/black/*
On windows, the dir is located in C:\Users\USERNAME\AppData\Local\black\black\Cache
No branches or pull requests
After running
black
from Python3.8 virtualenv, I am unable to runblack
from Python3.7 virtualenv on the same codebase, even on completely new files:Howdy! Sorry you're having trouble. To expedite your experience,
provide some basics for me:
Operating system: macOS
Python version: 3.8b + 3.7
Black version: 19.3b0
Does also happen on master: dunno
The text was updated successfully, but these errors were encountered: