You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
>>>
The text was updated successfully, but these errors were encountered:
Hi I have an issue under Fedora
pip install cnes-pylint-extension
ok
But :
The text was updated successfully, but these errors were encountered: