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

Cannot import epylint form pylint #2315

Closed
VlasanRobert opened this issue Nov 11, 2023 · 4 comments · Fixed by #2316
Closed

Cannot import epylint form pylint #2315

VlasanRobert opened this issue Nov 11, 2023 · 4 comments · Fixed by #2316

Comments

@VlasanRobert
Copy link

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)

@pawanw17
Copy link
Collaborator

pawanw17 commented Nov 12, 2023

The issue is because epylint was removed from pylint in v3.0.0

More info. here: pylint-dev/pylint#9093

@pawanw17
Copy link
Collaborator

pawanw17 commented Nov 12, 2023

As a workaround, uninstall pylint and instead install this older version.

pip3 install pylint==2.17.4

Also please use this command to run manage.py instead, the document seems deprecated

python3 manage.py runserver 0.0.0.0:7164

@VlasanRobert
Copy link
Author

VlasanRobert commented Nov 12, 2023

thank you for your help
i still have one issue when i run the dokcer i get the following error:docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied.
See 'docker run --help'.

@jmplaza
Copy link
Member

jmplaza commented Nov 12, 2023

Take a look at this answer #2317 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants