-
-
Notifications
You must be signed in to change notification settings - Fork 699
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
click-default-group-wheel dependency conflict #2197
Comments
Replicated this myself: cd /tmp
mkdir dddd
cd dddd
pipenv shell
pip install datasette
pip freeze | grep click
Yeah this is bad, I'll ship a |
simonw
added a commit
that referenced
this issue
Oct 8, 2023
simonw
added a commit
that referenced
this issue
Oct 8, 2023
Confirmed - I ran this in a fresh virtual environment: pip install --no-cache datasette And now: pip freeze | grep click
datasette --version
|
https://lite.datasette.io/?install=datasette-packages#/-/packages confirms that Datasette Lite still works (
Full list: {
"aiofiles": "23.2.1",
"anyio": "3.7.1",
"asgi-csrf": "0.9",
"asgiref": "3.7.2",
"certifi": "2022.12.7",
"click": "8.1.3",
"click-default-group": "1.2.4",
"datasette": "0.64.5",
"datasette-packages": "0.2",
"h11": "0.12.0",
"httpcore": "0.15.0",
"httpx": "0.23.0",
"hupper": "1.12",
"idna": "3.4",
"itsdangerous": "2.1.2",
"janus": "1.0.0",
"Jinja2": "3.1.2",
"MarkupSafe": "2.1.2",
"mergedeep": "1.3.4",
"micropip": "0.3.0",
"packaging": "23.0",
"Pint": "0.22",
"pip": "23.2.1",
"pluggy": "1.0.0",
"pyparsing": "3.0.9",
"python-multipart": "0.0.6",
"PyYAML": "6.0",
"rfc3986": "1.5.0",
"setuptools": "67.6.1",
"sniffio": "1.3.0",
"typing-extensions": "4.5.0",
"uvicorn": "0.23.2"
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I upgraded my dependencies, then ran into this problem running
datasette inspect
:Turns out the released version of datasette still depends on
click-default-group-wheel
, soclick-default-group
doesn't get installed/recognized:The text was updated successfully, but these errors were encountered: