-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @Forealthy |
Beta Was this translation helpful? Give feedback.
-
I know it is not what you asked, but you can also try PEP8. If you use vscode, if you have no formatter configured for Python, the first time you try to format Python source code, vscode will ask you if you want to install it. |
Beta Was this translation helpful? Give feedback.
Hello @Forealthy
well black is a common tool used not just for web3 projects but for python development in general, based on the error it seems to have troubles downloading the installation script: in my experience this is most likely due to the Python version you are using, I strongly suggest to try Python version 3.8 instead.