Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solved ModuleNotFoundError: No module named 'toml' #1011

Open
dodona2 opened this issue Oct 19, 2020 · 1 comment · May be fixed by #1022
Open

solved ModuleNotFoundError: No module named 'toml' #1011

dodona2 opened this issue Oct 19, 2020 · 1 comment · May be fixed by #1022

Comments

@dodona2
Copy link

dodona2 commented Oct 19, 2020

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?:
@cydanil
Copy link
Contributor

cydanil commented Oct 19, 2020

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.

@cydanil cydanil linked a pull request Jul 1, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants