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

"Not a valid python path!" for Python 3.10+ #61

Open
bjelicaluka opened this issue Nov 29, 2022 · 0 comments
Open

"Not a valid python path!" for Python 3.10+ #61

bjelicaluka opened this issue Nov 29, 2022 · 0 comments

Comments

@bjelicaluka
Copy link

When trying to install the VS Code extension with Python 3.10.8, the setup fails.

image

It is due to the python path validation. It is matching single-digit numbers in the Regex, instead of allowing for multiple-digit numbers. Here is an example:

image

It works fine for all python versions prior to 3.10, but it fails for all above that.

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

1 participant