First time here? Checkout the FAQ!
x
0 votes
ago by (160 points)

Dear Tobias,

I've now accordingly updated my ./bashrc but still obtain the two errors

1)

cusettings $HOME/.config/carputils/settings.yaml

cusettings: command not found

and 2)

 ./run.py --EP tenTusscherPanfilov --duration 5000 --bcl 500 --ID exp01 --visualize --vis_var ICaL INa IK1

/home/pkuegler/experiments/tutorials/01_EP_single_cell/01_basic_bench/./run.py:3: SyntaxWarning: invalid escape sequence '\%'

  """

Traceback (most recent call last):

  File "/home/pkuegler/experiments/tutorials/01_EP_single_cell/01_basic_bench/./run.py", line 269, in <module>

    from carputils import settings

ModuleNotFoundError: No module named 'carputils'

Regarding the installation path I've followed the instructions on 

Installing openCARP using the Windows Subsystem for Linux | openCARP

Best, Philipp

1 Answer

0 votes
ago by (4.0k points)
Hello, if your carputils repository is located at /home/pkuegler/carputils , I think the easiest way to go for installing carputils is to run "pip install /home/pkuegler/carputils", then you should be able to run the tutorial.

Probably it's also better to run "python3 run.py", to ensure that the right version of Python is used.
ago by (4.0k points)
As an additional comment: it is now recommended to follow the Linux instructions when using the Windows Subsystem for Linux, the page with the example setup on WSL will be deleted from the openCARP website.
Welcome to openCARP Q&A. Ask questions and receive answers from other members of the community. For best support, please use appropriate TAGS!
architecture, carputils, documentation, experiments, installation-containers-packages, limpet, slimfem, website, governance
...