-
|
Hi, when I run the code block under 'Test the Installation', I get the error: RuntimeError: Numpy is not available. Then when I install numpy using 'conda install numpy' and run the code block again, I get the error: ImportError: Numba needs NumPy 2.1 or less. Got NumPy 2.2. I just want to confirm if these errors are part of the process, or do I need to make changes in the previous steps where I installed mamba or flexynesis. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Please make sure you are using python 3.11 and don't forget to activate your environment before running the code. You don't need to separately install numpy. It comes with the flexynesis dependencies. |
Beta Was this translation helpful? Give feedback.
Please make sure you are using python 3.11 and don't forget to activate your environment before running the code.
You don't need to separately install numpy. It comes with the flexynesis dependencies.