-
Notifications
You must be signed in to change notification settings - Fork 99
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
Instructions on how to install afew
with Python3.12(.3)
#346
Comments
Hey @xaltsc , I think at least some of those issue where fixed already, |
The first two with 3.0.1 give the exact same errors. What do you exactly mean by "an isolated venv without using system libs" ? |
This looks like a duplicate of #341. See https://docs.python.org/3/whatsnew/3.12.html#configparser for why the error is shown. |
The way I've managed to make it work is to: If you have both the amended repos on your local paths you can: pipx install /path/to/afew
pipx inject --force afew /path/to/notmuch-python-bindings
pipx inject afew setuptools Now should work correctly |
Hey,
As for my particular setup, I'm running Alpine with Python3.12.3. I couldn't find a way to (re)install
afew
as an unprivileged user.I'm looking to install any version post the latest release, but the latest possible one would be ideal.
I essentially followed instructions here https://afew.readthedocs.io/en/latest/installation.html (with commit
a3f6f6a
as suggested by @GuillaumeSeren on IRC) and variations thereof, i.e.for which
$ afew
gives the following errorfor which
$ afew
gives the following errorI also tried to just
pipx install afew
with which running$ afew
gives the following error:pipx install --python 3.11 --fetch-missing-python afew
also fails because musl.The text was updated successfully, but these errors were encountered: