Replies: 1 comment
-
|
Hey @ljybhsw, thanks for the post. Unfortunately Positron only supports Python versions 3.9 and above; see the docs. Python 3.8 reached end-of-life in 2024, so we can't commit to maintaining support for such an old version, since there will be no more security updates or patches to it. I would recommend updating your code to work with a more modern Python version so you can also benefit from its bugfixes and security patches! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
it cant handle it correctly when it open a virtual envirment created by ananconda in python=3.8,it broken with some messengers like this :Unsupported: Python 3.8.18 (Conda: stereopy38-rapids2304_cuda118) failed to start up (exit code 1)
The process exited abnormally (exit status: 1)
Traceback (most recent call last):
File "/usr/share/positron/resources/app/extensions/positron-python/python_files/posit/positron_language_server.py", line 10, in
from positron.positron_ipkernel import (
File "/usr/share/positron/resources/app/extensions/positron-python/python_files/posit/positron/positron_ipkernel.py", line 36, in
from .data_explorer import DataExplorerService, DataExplorerWarning
File "/usr/share/positron/resources/app/extensions/positron-python/python_files/posit/positron/data_explorer.py", line 31, in
from .convert import PandasConverter, PolarsConverter
File "/usr/share/positron/resources/app/extensions/positron-python/python_files/posit/positron/convert.py", line 71, in
class SortHandler:
File "/usr/share/positron/resources/app/extensions/positron-python/python_files/posit/positron/convert.py", line 79, in SortHandler
def convert_sorts(self) -> tuple[List[StrictStr], List[StrictStr]]:
TypeError: 'type' object is not subscriptable. and I wouldnot change the version of python,and if i continue to use the new IDE Positron,how can i get it work?
Beta Was this translation helpful? Give feedback.
All reactions