bobeobibo / phigaro

Phigaro is a scalable command-line tool for predicting phages and prophages
MIT License
46 stars 15 forks source link

fix pyYAML requirement; suggest no sudo #9

Closed chris-rands closed 4 years ago

chris-rands commented 4 years ago

I tried a completely fresh install and run of phigaro. It worked well mostly, but came up with these minor things. You're using yaml.FullLoader, which requires PyYAML>=5.1 (otherwise you get: AttributeError: module 'yaml' has no attribute 'FullLoader')

Also, I suggest we don't recommend to run pip3 with sudo- there is no need now i think?