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

Because all published versions are alpha, pip install everyvoice refuses to install anything #601

Open
joanise opened this issue Nov 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@joanise
Copy link
Member

joanise commented Nov 28, 2024

Bug description

While writing instructions for installing everyvoice from PyPI directly, I discovered that you have to specify a precise alpha version for installation to proceed.

We may want to decide that it's time to drop the alpha or beta suffix, but consider that 0.x is sufficient to declare alphaness/betaness by being <1.

Also, we can use the Development Status :: 3 - Alpha classifier to declare our current Alpha status.

How to reproduce the bug

Make a fresh python 3.10 or 3.11 environment and run one of these:

pip install everyvoice
pip install everyvoice==0.2.*

Error messages and logs

$ pip install everyvoice
ERROR: Ignored the following yanked versions: 0.1.20230307
ERROR: Could not find a version that satisfies the requirement everyvoice (from versions: 0.1.0a0.dev0, 0.1.0a0, 0.1.0a1, 0.1.0a2, 0.1.0a3, 0.2.0a1)
ERROR: No matching distribution found for everyvoice
$ pip install everyvoice==0.2.*
ERROR: Ignored the following yanked versions: 0.1.20230307
ERROR: Could not find a version that satisfies the requirement everyvoice==0.2.* (from versions: 0.1.0a0.dev0, 0.1.0a0, 0.1.0a1, 0.1.0a2, 0.1.0a3, 0.2.0a1)
ERROR: No matching distribution found for everyvoice==0.2.*

Environment

Current environment

#- EveryVoice Diagnostic information

#- EveryVoice version:

#- Python version: Python 3.10.15

#- System:

More info

No response

@joanise joanise added the bug Something isn't working label Nov 28, 2024
joanise added a commit that referenced this issue Nov 28, 2024
Right now, `pip install everyvoice` fails because all published versions are
alpha, so the instructions need to be specific for now.
joanise added a commit that referenced this issue Dec 3, 2024
Right now, `pip install everyvoice` fails because all published versions are
alpha, so the instructions need to be specific for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant