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

pip installs old version, cannot find distribution for 3.15 #5

Open
Phaqui opened this issue Jan 30, 2023 · 1 comment
Open

pip installs old version, cannot find distribution for 3.15 #5

Phaqui opened this issue Jan 30, 2023 · 1 comment

Comments

@Phaqui
Copy link

Phaqui commented Jan 30, 2023

When using python 3.11 on debian bookworm/sid, an older version is installed. Compilation is successful, and the package works just fine, but it's a bit curious.

(.venv) user@debian:~$ pip install hfst
--- compile... ---
(.venv) user@debian:~$ pip freeze
hfst==3.12.2.4b0
(.venv) user@debian:~$ pip install hfst==3.15.0.0b0 --force-reinstall -vv
--- snip ---
ERROR: Could not find a version that satisfies the requirement hfst==3.15.0.0b0 (from versions: 3.12.0.2b0, 3.12.1.0b0, 3.12.1.1b0, 3.12.2.2b0, 3.12.2.3b0, 3.12.2.4b0)
ERROR: No matching distribution found for hfst==3.15.0.0b0
@flammie
Copy link
Member

flammie commented Feb 28, 2023

does this work: hfst/hfst@71f65f5? I can run it like so:

$  ./copy-files.sh
$  python -m build

now, but I guess someone else should build and upload the wheels?

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

2 participants