Closed jessicabowden closed 2 years ago
Leaving astroid to install an older version for Python 2 but install latest compatible available versions for Python 3.
astroid
The reasoning behind this is that pylint needs upgrading for Python 3.9+, which can't be done without updating astroid:
┃ The conflict is caused by: ┃ The user requested astroid<=2.1.0 and >=1.6.1 ┃ pylint 2.12.2 depends on astroid<2.10 and >=2.9.0
Leaving
astroid
to install an older version for Python 2 but install latest compatible available versions for Python 3.The reasoning behind this is that pylint needs upgrading for Python 3.9+, which can't be done without updating astroid: