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

Code completion does not work for Python 3.13.0 #5166

Open
prismv opened this issue Oct 24, 2024 · 2 comments
Open

Code completion does not work for Python 3.13.0 #5166

prismv opened this issue Oct 24, 2024 · 2 comments
Labels
area: completions Issues related to Completions area: console Issues related to Console category. bug Something isn't working lang: python support

Comments

@prismv
Copy link

prismv commented Oct 24, 2024

System details:

Positron and OS details:

Positron Version: 2024.11.0 build 69
Code - OSS Version: 1.93.0
Commit: 4cde19a
Date: 2024-10-21T02:40:21.993Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Linux x64 6.6.58-1-lts

This issues exists also on Windows OS

Interpreter details:

3.13.0

Describe the issue:

Code completion does not work in console or Jupyter notebook. Only "No suggestions." is shown on Tab key action

Steps to reproduce the issue:

Miniforge3 was used: mamba create -n py313 cpython=3.13

Select this env, e.g. for console. Perform import sys, then sys. and then input Tab key to enforce code completion.

Expected or desired behavior:

Completion with 3.12.7 kernel suggests already during typing some commands in pop-up.

Were there any error messages in the UI, Output panel, or Developer Tools console?

workbench.desktop.main.js:130697
ERR NotImplementedError: Python version 3.13 is currently not supported.: Error: NotImplementedError: Python version 3.13 is currently not supported.

@juliasilge
Copy link
Contributor

juliasilge commented Oct 24, 2024

I believe this is the same as #5137. Do you mind taking a look and seeing if you have anything to add?

@sharon-wang sharon-wang added bug Something isn't working area: console Issues related to Console category. lang: python area: completions Issues related to Completions info needed Waiting on information labels Oct 24, 2024
@prismv
Copy link
Author

prismv commented Oct 24, 2024

I believe this is the same as #5137. Do you mind taking a look and seeing if you have anything to add?

Yes. It is not obvious that some functionality is missing for some kernels. For unsupported (or even blocked?) versions there is no proper warning shown for the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: completions Issues related to Completions area: console Issues related to Console category. bug Something isn't working lang: python support
Projects
None yet
Development

No branches or pull requests

3 participants