Hi @thmehlho ,
I see two issues in your setup.
- You need to select the ports for gcc and python. Refer to the Instruction web page for more information.
- Your
PATHvariable has anaconda at the beginning, which can cause conflicting Python modules from different Python installations. I recommend setting the environment variables in your shell configuration file. You can get inspiration from this thread.
Please let us know if you’ve solved the issue.
Best, Luigi