cnescatlab / cnes-pylint-extension

cnes-pylint-extension is a python checker, which adds CNES specific checks to pylint.

Home Page:https://pypi.org/project/cnes-pylint-extension/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pylint 2.17.1 issue

PhMakowski opened this issue · comments

Hi I have an issue under Fedora
pip install cnes-pylint-extension
ok

pylint --version
pylint 2.17.1
astroid 2.15.0
Python 3.11.2 (main, Feb  8 2023, 00:00:00) [GCC 13.0.1 20230208 (Red Hat 13.0.1-0)]
pylint --persistent=n --load-plugins=cnes_checker workspace/bla.py
************* Module Command line or configuration file
Command line or configuration file:1:0: E0013: Plugin 'cnes_checker' is impossible to load, is it installed ? ('No module named 'cnes_checker'') (bad-plugin-value)

But :

python
Python 3.11.2 (main, Feb  8 2023, 00:00:00) [GCC 13.0.1 20230208 (Red Hat 13.0.1-0)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cnes_checker
>>>