I get an error when running the first model in CADET Introduction

Dear principal
I am a newbie using cadet for the first time. I get an error when trying to run the code sample given in the cadet introduction, and I don’t know how to fix it.Here are some pictures and the wrong code



I’m eager to get your reply

Hello jackeychen,

welcome to the forum.

This error comes, because the line 6: Cadet.cadet_path = "path/to/cadet-cli" needs to get replaced with the actual path to the cadet-cli, as installed on your machine.

However: I would highly suggest for you to use CADET-Process, the new interface for CADET simulations. An introduction can be found here.

If you have further questions, please feel free to reach out again. One small note: for future questions, please share code and errors as text instead of as images and include the entire code file. That makes error tracking for us much easier. Code can be formatted as code by placing a line of ``` before and after it.