cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

pip3 install appflow doesn't install required dependencies? #121

Open ocean90 opened 4 years ago

ocean90 commented 4 years ago

pip3 install appflow ended with a ModuleNotFoundError: No module named 'fire' error. Same for yaml. I was able to fix this by running pip3 install fire and pip3 install PyYAML first.