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

No matching distribution found for lancedb==0.6.10 #1236

Open
kingzcheung opened this issue Apr 23, 2024 · 8 comments
Open

No matching distribution found for lancedb==0.6.10 #1236

kingzcheung opened this issue Apr 23, 2024 · 8 comments

Comments

@kingzcheung
Copy link

Although the file declares support for Python 3.8,

requires-python = ">=3.8"
.
But i received the following error:

ERROR: Could not find a version that satisfies the requirement lancedb==0.6.10 (from -r /app/requirements.txt (line 3)) (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.1.14, 0.1.15, 0.1.16, 0.2.0, 0.2.1, 0.2.2, 0.2.4, 0.2.5, 0.2.6, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7)
ERROR: No matching distribution found for lancedb==0.6.10 (from -r /app/requirements.txt (line 3))

and python 3.9 is ok.

@chebbyChefNEQ
Copy link
Contributor

Hi,

What's the platform/OS you are running on?

@kingzcheung
Copy link
Author

Hi,

What's the platform/OS you are running on?

arm linux

@chebbyChefNEQ
Copy link
Contributor

What's the distro?

Context: we only release manylinux 2_24 for aarch64 linux.

@kingzcheung
Copy link
Author

What's the distro?

Context: we only release manylinux 2_24 for aarch64 linux.

Ubuntu 20.04.6 LTS aarch64 GNU/Linux

@chebbyChefNEQ
Copy link
Contributor

manylinux 2_24 requires ubuntu 21+

but looks like manylinux2014 has better compatibility. We can try switching over to 2014. 2_24 seems to be EOL anyways

@chebbyChefNEQ
Copy link
Contributor

#1241

@wjones127
Copy link
Contributor

FWIW I think manylinux2014 is EOL in July 2024.

Wheels are built on CentOS 7 which will reach End of Life (EOL) on June 30th, 2024.

https://github.com/pypa/manylinux

@kingzcheung
Copy link
Author

manylinux 2_24 requires ubuntu 21+

but looks like manylinux2014 has better compatibility. We can try switching over to 2014. 2_24 seems to be EOL anyways

This is a very strange thing, and I later bypassed this issue through other means. It runs very well

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

3 participants