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

Error installing pylint #2592

Closed
mcandre opened this issue Nov 11, 2018 · 2 comments
Closed

Error installing pylint #2592

mcandre opened this issue Nov 11, 2018 · 2 comments

Comments

@mcandre
Copy link

mcandre commented Nov 11, 2018

When I try to install pylint, I get an error with the astroid package: NameError: name 'implementation_name' is not defined.

@almmechanics
Copy link

almmechanics commented Nov 25, 2018

Looks like a pattern seen with other pip installs when using an older version of setuptools.

There's a solution offered by @PCManticore here which advises running pip3 install setuptools -U before installing pylint.

@PCManticore
Copy link
Contributor

Thanks for the comment @almmechanics ! @mcandre Let me know if you still have this issue after following those instructions.

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

No branches or pull requests

3 participants