thinkle / gourmet

Gourmet Recipe Manager
GNU General Public License v2.0
341 stars 141 forks source link

solved ModuleNotFoundError: No module named 'toml' #1011

Open dodona2 opened 3 years ago

dodona2 commented 3 years ago

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

cydanil commented 3 years ago

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.