Replies: 1 comment
-
thanks for taking the time to report these issues @eum602 ! I've raised NillionNetwork/nillion-docs#25 & NillionNetwork/scaffold-nillion#13 to address these |
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.
-
When running the step Open another terminal to create and activate a python virtual environment for Nada program development the following errors are found:
Running with bash solves the issue:
2. The script
create-venv.sh
assumes python is 3.11 version, but according to the documentation python3.11 and higher is supported. I have python 3.12 so to make it work with the script a modification to thecreate-venv.sh
script would look something like this:Beta Was this translation helpful? Give feedback.
All reactions