-
Hello, I wanted to install the latest version of Parrot using $ conda install -y -c conda-forge ndcctools # I am in an existing environment
...
$ parrot_run -v
parrot_run: command not found
$ ls $HOME/miniconda3/envs/.../bin/
# I can see poncho, makeflow, but parrot_run is not present IIUC, it has been removed from the conda package on purpose: Is there any reason? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If I recall, the issue here is that Parrot can be configured in a variety of ways that add a large number of dependencies. And we didn't want to create a huge software burden for those using Work Queue but not Parrot. You can still install it using the GitHub instructions: Please give that a try. and let us know how it goes for you. |
Beta Was this translation helpful? Give feedback.
-
Alright, thanks for the explanations. I have been able to follow the GitHub instructions, thanks! |
Beta Was this translation helpful? Give feedback.
If I recall, the issue here is that Parrot can be configured in a variety of ways that add a large number of dependencies. And we didn't want to create a huge software burden for those using Work Queue but not Parrot.
You can still install it using the GitHub instructions:
https://cctools.readthedocs.io/en/stable/install/#install-from-github
Please give that a try. and let us know how it goes for you.