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

Autocomplete Feature Not Available when Switching Python Version #1016

Open
novaTopFlex opened this issue Apr 29, 2024 · 1 comment
Open
Labels
moreinfo More information required from the submitter

Comments

@novaTopFlex
Copy link

I have attempted to change the shebang in the shell script for the bpython interpreter from #!/usr/bin/python3 to #!/usr/bin/python3.12 on a system where /usr/bin/python3 is effectively a symlink to /usr/bin/python3.10. When switching interpreters from python3.10 to python3.12, I receive warnings stating that the autocompletion feature from the Python script does not support the later version, Python 3.12.

Operating System: Ubuntu 22.04.1 LTS
Location of Interpreter(s): /usr/bin/python3.12 and /usr/bin/ipython

I believe that this would also be an issue for users needing to switch versions, whether forwards or backwards, including for python3.7, python3.8, and python3.9 compatibility backwards as well as for python3.11, python3.12, and python3.13 (and eventually beyond 3.13) compatibility forwards.

@sebastinas
Copy link
Contributor

Could you please provide more details? Where do you see the warning? What's the exact warning?

@sebastinas sebastinas added the moreinfo More information required from the submitter label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
moreinfo More information required from the submitter
Projects
None yet
Development

No branches or pull requests

2 participants