galaxyproject / ansible-galaxy-tools

An Ansible role for automated installation of tools from a Tool Shed into Galaxy.
MIT License
14 stars 34 forks source link

add pip pacakges pyyaml, bioblend #44

Closed anmoljh closed 7 years ago

anmoljh commented 7 years ago

The ephemeris scripts require pyyaml and bioblend dependencies. These were not available by default in the virtualenv.

bgruening commented 7 years ago

Mh, it is specified here: https://github.com/galaxyproject/ephemeris/blob/master/requirements.txt Can you instead please try to install version 0.6.1, hopefully you will get bioblend and pyaml with that.

anmoljh commented 7 years ago

Ohh, I got it. The error was because of my older virtualenv and pip version. Thanks.