Skip to content

No module named 'six' after installing 'gooey' and running example #43

@mikahanninen

Description

@mikahanninen

Describe the bug
On Mac, I created a new Python virtual environment (venv) and installed pip install gooey, then tried the simple demo.

The example did not run as I got this error

ModuleNotFoundError: No module named 'six'

That was fixed by pip install six and then the demo ran.

So it seems that the package does not contain all the dependencies needed.

Desktop (please complete the following information):

  • OS: macOS Sequoia 15.6.1
  • Python: 3.10.15
  • Gooey: 1.0.8.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions