plantcv
plantcv copied to clipboard
zsh: command not found: plantcv-workflow.py
Good evening, I have been following the workshop on YouTube (really helpful!) and trying to build my own code to analyze my image pictures.
However, every time when i try to do the "plantcv-workflow.py --config multi-plant-analysis.config" part, i always get the error massage "zsh: command not found: plantcv-workflow.py ". Does anyone know why?
I am using Visual Studio Code currently on my Mac. I have tried Anaconda - Jupyter notebook previously and it had the same issue. Thank you!
Hi @saraqc123, in PlantCV4 that program was renamed to plantcv-run-workflow
. Thanks!
Thank you @nfahlgren ! I was able to run it but run into another issue....
Great, thanks @saraqc123! You can ignore error messages from the distributed scheduler that occur after the "Processing results" step, sometimes the parallel scheduler throws error messages when it shuts down. It looks like your configuration did not find any images to analyze ("Task list includes 0 workflows"). That would suggest that one of the configuration settings does not match your dataset (e.g. filename_metadata
, delimiter
, imgformat
, etc.).