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

Unable to locate package python-pip Ubuntu 20.04 #10

Closed
Limaomao821 opened this issue Nov 29, 2020 · 1 comment
Closed

Unable to locate package python-pip Ubuntu 20.04 #10

Limaomao821 opened this issue Nov 29, 2020 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@Limaomao821
Copy link

When execute checkhealth in nvim, there might be some error with python2-related problems.
According to :help provider-python, we need to execute python2 -m pip install --user --upgrade pynvim.
However, python2 on ubuntu 20.04 no longer supports installation of python-pip by apt-get install(you still could use apt-get install python3-pip).
You could solve the problem using the link below.
https://stackoverflow.com/questions/61981156/unable-to-locate-package-python-pip-ubuntu-20-04

@Limaomao821 Limaomao821 added the help wanted Extra attention is needed label Nov 29, 2020
@Martins3
Copy link
Owner

If it works, just ignore the complaints. If not, show me your checkhealth result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants