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

ModuleNotFoundError: No module named 'click_default_group #2207

Open
honzajavorek opened this issue Nov 15, 2023 · 0 comments
Open

ModuleNotFoundError: No module named 'click_default_group #2207

honzajavorek opened this issue Nov 15, 2023 · 0 comments

Comments

@honzajavorek
Copy link

No matter what I do, I'm getting this error:

$ datasette
Traceback (most recent call last):
  File "/Users/honza/Library/Caches/pypoetry/virtualenvs/juniorguru-Lgaxwd2n-py3.11/bin/datasette", line 5, in <module>
    from datasette.cli import cli
  File "/Users/honza/Library/Caches/pypoetry/virtualenvs/juniorguru-Lgaxwd2n-py3.11/lib/python3.11/site-packages/datasette/cli.py", line 6, in <module>
    from click_default_group import DefaultGroup
ModuleNotFoundError: No module named 'click_default_group'

I have datasette in my dependencies like this:

[tool.poetry.group.dev.dependencies]
datasette = {version = "1.0a7", allow-prereleases = true}

I had the latest regular version (not pre-release) there originally, but the result was the same:

[tool.poetry.group.dev.dependencies]
datasette = "0.64.5"

Full pyproject.toml is at https://github.com/honzajavorek/junior.guru/ Previously datasette worked for me, but I guess something had to upgrade and now I can't even launch it.

honzajavorek added a commit to juniorguru/junior.guru that referenced this issue Feb 22, 2024
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

No branches or pull requests

1 participant