Q&A, support and general discussion about the Arvados project, for development see https://gitter.im/arvados/development
Hi, I can't execute arvados-cwl-runner.
I installed arvados-cwl-runner with:
sudo apt install git
sudo apt install libcurl4-openssl-dev libssl-dev
sudo apt install python3-pip
sudo apt install curl
pip install -U setuptools
pip install arvados-cwl-runner
When I run arvados-cwl-runner, I get the following:
Traceback (most recent call last): File "/home/ubuntu/.local/bin/arvados-cwl-runner", line 8, in <module> from arvados_cwl import mainModuleNotFoundError: No module named 'arvados_cwl'
Any idea what is wrong here?