thinkle / gourmet

Gourmet Recipe Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solved ModuleNotFoundError: No module named 'toml'

dodona2 opened this issue · comments

ModuleNotFoundError: No module named 'toml'

Steps to Reproduce

  1. python setup.py build
  2. python setup.py install
  3. cmd> gourmet
    4.ModuleNotFoundError: No module named 'toml'

Expected Behavior

Current Behavior

Possible Solution

pip3 install toml twisted pymodbus
thus SOLVED

Environment

  • Operating System:
  • Version or commit id:
  • Installed as Flatpak or Python package?:

toml is specified within requirements.txt.
Indeed it is not clear that pip install -r requirements.txt should be executed.

Note that toml is independent from other packages, and doesn't need twisted nor pymodbus.