cloudsidedev / cloudsidedev/appside
pip3 install appflow doesn't install required dependencies?
Open
- Dominant language
- Python
- Stars
- 38
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
`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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.