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
Suspicious state from syntax checker python-pylint: Flycheck checker python-pylint returned 1, but its output contained no errors: Traceback (most recent call last):
File "/Users/soloidx/.venvs/everycheese/bin/pylint", line 8, in <module>
sys.exit(run_pylint())
File "/Users/soloidx/.venvs/everycheese/lib/python3.8/site-packages/pylint/__init__.py", line 22, in run_pylint
PylintRun(sys.argv[1:])
File "/Users/soloidx/.venvs/everycheese/lib/python3.8/site-packages/pylint/lint/run.py", line 303, in __init__
linter.load_plugin_modules(plugins)
File "/Users/soloidx/.venvs/everycheese/lib/python3.8/site-packages/pylint/lint/pylinter.py", line 498, in load_plugin_modules
module = modutils.load_module_from_name(modname)
File "/Users/soloidx/.venvs/everycheese/lib/python3.8/site-packages/astroid/modutils.py", line 203, in load_module_from_name
return load_module_from_modpath(dotted_name.split("."), path, use_sys)
File "/Users/soloidx/.venvs/everycheese/lib/python3.8/site-packages/astroid/modutils.py", line 244, in load_module_from_modpath
mp_file, mp_filename, mp_desc = imp.find_module(part, path)
File "/Users/soloidx/.pyenv/versions/3.8.1/lib/python3.8/imp.py", line 296, in find_module
raise ImportError(_ERR_MSG.format(name), name=name)
ImportError: No module named 'pylint_celery'
I assume that it is because in .pylintrc is configured to use the pylint_celery plugin but is not listen inside the requirements/local
What should've happened instead?
Should pass smoothly
Steps to reproduce
cookiecutter gh:feldroy/django-crash-starter
[creating a venv and enabling it]
pip install pylint
pylint
The text was updated successfully, but these errors were encountered:
What happened?
I got an error message on pylint:
I assume that it is because in
.pylintrc
is configured to use the pylint_celery plugin but is not listen inside therequirements/local
What should've happened instead?
Should pass smoothly
Steps to reproduce
The text was updated successfully, but these errors were encountered: