I tried to install pylint with the pylint plugin in PyCharm.
I created a blank project in a venv.
I am using:
pylint 2.14.0
astroid 2.11.5
Python 3.10.4 (tags/v3.10.4:9d38120, Mar 23 2022, 23:13:41) [MSC v.1929 64 bit (AMD64)]
PyCharm 2022.1.2
I tried:
- specifying the path of the exe explicitly in the plugin-setting (C:\git\pythonProject\venv\Scripts\pylint.exe)
- different Python version (3.9.6)
- different pylint version
- new venv
- reinstall pylint plugin
- Re-installing PyCharm
- Restart PC
I get the following Error, when i try to run -help in the console
> (venv) PS C:\git\pythonProject1> pylint -help
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
Has anyone a clue? Thank you in advance