Pylint crashes with an AstroidError for Python>=3.11. This can be fixed by pinning the Python version in the conda yaml file to 3.10. This, however, seems to raise another error when the CI workflow is installing the dependencies.
A solution I'm currently thinking of is removing the usage of conda in the CI workflow file.
Pylint crashes with an
AstroidError
for Python>=3.11. This can be fixed by pinning the Python version in the condayaml
file to3.10
. This, however, seems to raise another error when the CI workflow is installing the dependencies.A solution I'm currently thinking of is removing the usage of
conda
in the CI workflow file.