poetry fails on sqlite3 install #8519
Labels
kind/bug
Something isn't working as expected
status/duplicate
Duplicate issues
status/external-issue
Issue is caused by external project (platform, dep, etc)
Hi there!
Hope this is the right place to ask, otherwise I will move this to the poetry community.
Poetry version: 1.6.1
Python version: Python 3.11.4
OS version and name: Mac OS Ventura 13.0
pyproject.toml: Gist
I am on the latest stable Poetry version, installed using a recommended method.
I have searched the issues of this repo and believe that this is not a duplicate.
I have consulted the FAQ and blog for any relevant entries or release notes.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option) and have included the output below.Issue
Related Issue
Running
poetry install -vvv
throws me the following exception:I tried different Python- and pysqlite versions. According to the people over at sqlite3, this might be an issue with poetry.
I would appreciate your help on this issue.
The text was updated successfully, but these errors were encountered: