-
Notifications
You must be signed in to change notification settings - Fork 223
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
Cannot import epylint form pylint #2315
Comments
The issue is because epylint was removed from pylint in v3.0.0 More info. here: pylint-dev/pylint#9093 |
As a workaround, uninstall pylint and instead install this older version.
Also please use this command to run manage.py instead, the document seems deprecated
|
thank you for your help |
Take a look at this answer #2317 (comment) |
Hello
I have an issue when i try to set up the environment i get the followingerror when i want to run the python3 manage.py runserver
ImportError: cannot import name 'epylint' from 'pylint' (/home/robiti/Documents/RoboticsAcademy/env/lib/python3.11/site-packages/pylint/init.py)
The text was updated successfully, but these errors were encountered: