-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Wrong version of python used #418
Comments
You're on python 3.5. AREPL requires python 3.7 or greater. What version of AREPL are you on? |
I am using 3.7.4 64-bit venv. This environment is part of a workspace in vscode Update: 9:56 am |
Arepl v2.0.3 has an update that should automatically use the python path you have chosen with the python extension. Are you using arepl v2.0.3 and the python extension? |
Yes, I am running v2.0.3. As I mentioned before, mine is part of a
Workspace, vscode asks which venv I want to use, the problem might be
there. Not VSCode, but AREPL should be aware of it. Again when I open the
project as a stand alone it works fine, only when I open the project as part of a
Workspace I get the posted error.
…On Thu, Jul 29, 2021 at 11:22 AM Almenon ***@***.***> wrote:
Arepl v2.0.3 has an update that should automatically use the python path
you have chosen with the python extension. Are you using arepl v2.0.3 and
the python extension?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#418 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEN6OUAQCQQ727VHUDY7DE3T2FW3BANCNFSM5BFPXEBA>
.
|
Can you send me a full-screen screenshot of VSCode when the error appears please? |
Sure, emailed.
Thank you
…On Fri, Jul 30, 2021 at 1:07 AM Almenon ***@***.***> wrote:
Can you send me a full-screen screenshot of VSCode when the error appears
please?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#418 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEN6OUDXB6ML2VN7RD4N6ZTT2IXRBANCNFSM5BFPXEBA>
.
|
KikeVen emailed me, this definitely looks like a bug. Possibly a bug with the python extension - it may be giving me the wrong path, because he has python 3.7 yet AREPL is running python 3.5 |
What version of the python extension are you on? |
Nevermind, confirmed this is a issue with the latest python version. I was able to reproduce the scenario and get the wrong version of python in AREPL. |
Sorry for the tardiness, didn't have access to my system until now. I am running vscode - insider version 1.59.0 and AREPL for Python version 2.0.3 |
I had imported asyncio, got the following error. Removed the import and all the associated asyncio and still getting the following error.
The text was updated successfully, but these errors were encountered: