Replies: 2 comments 1 reply
-
Two things. One, we do not officially support Python 3.4 as we only support versions supported upstream by the Python project, so even if this gets resolved you may not be able to use some features. Two, this would suggest you didn't install the packages you need into your Python 3.4 installation. You will need to install them again as packages are not shared between Python environments or interpreters. |
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
-
Hello,
I use Python 3.9 in VSC and now additionally 3.4.3.
When selecting 3.4.3 I can not run any code. Print("Hello") results in a failure.
Looking at the python environments shows, that for Global/Python 3.9 I have a lot of packages, however for System/Phyton 3.4.3 I see no packages at all.
(I will add pictures)
Beta Was this translation helpful? Give feedback.
All reactions