Describe the bug
The kraft cli complains with ModuleNotFoundError: No module named 'feedparser' and ModuleNotFoundError: No module named 'semver' on a fresh install.
To Reproduce
Steps to reproduce the behavior:
Follow the setup instructions on a fresh new Ubuntu server 20.04.1 machine
Run kraft -h
Expected behavior
Should see the kraft help
Desktop (please complete the following information):
OS: Ubuntu server
Version 20.04.1
Additional context
Running pip3 install feedparser semver solves the problem.
Describe the bug The kraft cli complains with
ModuleNotFoundError: No module named 'feedparser'
andModuleNotFoundError: No module named 'semver'
on a fresh install.To Reproduce Steps to reproduce the behavior:
kraft -h
Expected behavior Should see the kraft help
Desktop (please complete the following information):
Additional context Running
pip3 install feedparser semver
solves the problem.