tox icon indicating copy to clipboard operation
tox copied to clipboard

AttributeError: module 'astroid.nodes' has no attribute 'TryExcept'

Open irshad97feb opened this issue 1 year ago • 0 comments

Issue

Facing AttributeError: module 'astroid.nodes' has no attribute 'TryExcept' while running tox -e pylint

Environment

Provide at least:

  • OS: Distributor ID: Ubuntu Description: Ubuntu 20.04.6 LTS Release: 20.04 Codename: focal
Output of pip list of the host Python, where tox is installed

Output of running tox

Output of tox -rvv

File "/tmp/msheikh_sysinvtox/pylint/lib/python3.9/site-packages/pylint/checkers/refactoring/init.py", line 16, in from pylint.checkers.refactoring.refactoring_checker import RefactoringChecker File "/tmp/msheikh_sysinvtox/pylint/lib/python3.9/site-packages/pylint/checkers/refactoring/refactoring_checker.py", line 36, in nodes.TryExcept, nodes.TryFinally, nodes.While, nodes.For, nodes.If AttributeError: module 'astroid.nodes' has no attribute 'TryExcept'

irshad97feb avatar Jan 03 '24 10:01 irshad97feb