-
Notifications
You must be signed in to change notification settings - Fork 53
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
poetry Unable to find installation candidates for pysqlite3-binary #67
Comments
Yeah we don't publish wheels for macos, you'll want to compile it yourself by swapping |
Thanks for your quick answer
I ran
Did I misunderstand what you want me to do? |
That appears to be a bug in “poetry”. I suggest asking them or just use pip. |
I will report to them, thank you for your help. |
Hi there!
Hope this is the right place to ask, otherwise I will move this to the poetry community.
pyproject.toml:
Issue
I am trying to install the pysqlite3-binary using the following command:
Which returns the following exception:
I tried the following to solve this issue:
poetry config repositories.pypi.url https://pypi.org/simple/
None of these approaches worked.
The text was updated successfully, but these errors were encountered: