Planemo No such file or directory: '<home>/.planemo/gx_venv_3/bin/galaxyctl'

Hi all,

When running :
planemo test <my tool XML file>
I get:
FileNotFoundError: [Errno 2] No such file or directory: '<my home>/.planemo/gx_venv_3/bin/galaxyctl'

I installed planemo with virtualenv.
Versions:
python: 3.13.0
planemo: 0.75.33

Thanks for your help!

Welcome @Olivier_Coen

My guess is either your testing Galaxy server isn’t set up yet, or you haven’t told Planemo where it is.

Please give that a review! The first way above works for anyone, and is a good idea up until the point where the unit test already passes, and you are ready to test against some other Galaxy server configuration.

The full steps are available in tutorials, too! See → Development in Galaxy / Tutorial List

Let’s start there! :slight_smile: