GoogleCloudPlatform / GoogleCloudPlatform/lc-nl2sql

Poetry install fails on Python 3.12

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Hello, team!

When I followed the setup section:
pip install poetry
poetry install

It failed during dependency resolution because of a couple of pinned versions that aren’t compatible with Python 3.12.
Errors I got:
- Installing numpy (1.25.2): Failed
PEP517 build of a dependency failed
Backend 'setuptools.build_meta:__legacy__' is not available.

- Installing triton (2.1.0): Failed
Unable to find installation candidates for triton (2.1.0)

It turns out:
• numpy==1.25.2 doesn’t have wheels for Python 3.12
• triton==2.1.0 also doesn’t have compatible wheels for py312

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.