Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pylint 2.17.1 issue #14

Open
PhMakowski opened this issue Apr 14, 2023 · 0 comments
Open

pylint 2.17.1 issue #14

PhMakowski opened this issue Apr 14, 2023 · 0 comments
Labels

Comments

@PhMakowski
Copy link

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
>>>
@PhMakowski PhMakowski added the bug label Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant