Replies: 1 comment
-
Hi @StianSMN , |
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.
-
I am trying to use the python quickstart from a windows vm. I created a venv using python (not conda). from the project folder. I am running python 3.11. When trying to install dependencies, I get an error when installing numba: RuntimeError: Cannot install on Python version 3.11.0; only versions >=3.7,<3.11 are supported. Do I need to use python 3.10 to follow the example
Beta Was this translation helpful? Give feedback.
All reactions