Hi! I have a weird problem with kdevelop: after upgrade to f35 kdevelop no longer finds pycodestyle.. in the terminal output i get: kdevelop.plugins.python.parser: Discarding parts of the code to be parsed because of previous errors IndentationError: unexpected indent (<kdev-editor-contents>, line 108) ---- Parsing FAILED ---- python code checker error: "The `pycodestyle` (previously `pep8`) module is not installed."
but i have both: root@hal: ~ # rpm -qa | grep pycodestyle python3-pycodestyle-2.7.0-2.fc35.noarch
and user side installation: pip3 freeze | grep pycodestyle pycodestyle==2.8.0
Does anyone have any idea what is going on? or encountered this?
Thank you! Adrian