-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Improve how to surface that an interpreter needs to be selected #505
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
Comments
I don't quite follow what you're asking for? It's outlined in the official tutorial that you need to select your Python interpreter. And we don't want to go overboard with banners saying you need to select an interpreter as it's reasonable to edit a file without an interpreter selected. |
@bbrendon I was having the same issue on Ubuntu 16.04. My solution was:
Place your settings here to overwrite the Default Settings
This allowed me to install pylint with no problems. Maybe @brettcannon or @DonJayamanne can indicate if this is a decent solution or not. |
@benuklove It's an acceptable solution to me. |
I only created this because @DonJayamanne suggested it and I wasted a long time trying to figure out bogus error messages (as it seems others have as well). I can only make suggestions. |
@bbrendon I suggested creating this as you didn't seem to be happy with the current UX and workflow .
This is what I'd like to address. And as mentioned in the previous issue, we will be addressing this soon. |
I've changed the title to try and reflect that the request is for better surfacing of the need to choose an interpreter while we wait to hear suggestions on what would be expected in an ideal scenario. |
We've done a bunch of work since this was initially reported in automatically selecting an interpreter for people. Is this still not working as expected? |
@bbrendon have you created any new Python environments lately? |
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on then we will be happy to re-open this issue to pick up where we left off. |
Environment data
VS Code version: 1.19.1
OS and version: Linux (I'm guessing Windows also has this issue)
Actual behavior
Expected behavior
Steps to reproduce:
Summary
See #266 (comment)
Basically, right now VS Code is unfriendly when dealing with errors setting up a code environment. Even --verbose is not that helpful.
To paraphrase the other issue:
The text was updated successfully, but these errors were encountered: