unikraft / pykraft

Python library for configuring and building unikernels
Other
177 stars 42 forks source link

Missing dependencies "feedparser" and "semver" #28

Closed nkcr closed 3 years ago

nkcr commented 4 years ago

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:

  1. Follow the setup instructions on a fresh new Ubuntu server 20.04.1 machine
  2. Run 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.

nderjung commented 4 years ago

This has been confirmed and will be released in upcoming changes.

See https://github.com/unikraft/kraft/pull/26/commits/f66b654d234302519dffc4a60abfa0ea5a5a2fad