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

2.10.2 unavailable in PyPI #1557

Closed
zachvalenta opened this issue Oct 8, 2022 · 4 comments
Closed

2.10.2 unavailable in PyPI #1557

zachvalenta opened this issue Oct 8, 2022 · 4 comments
Labels

Comments

@zachvalenta
Copy link
Contributor

zachvalenta commented Oct 8, 2022

Screen Shot 2022-10-08 at 1 21 43 PM

I installed the dev branch of Visidata to get around 1550.

pipx install git+https://github.com/saulpw/visidata.git
  installed package visidata 2.11.dev0, installed using Python 3.10.6
  These apps are now globally available
    - vd
    - visidata
done! ✨ 🌟 ✨

When I saw bugfix for 1500 and the 2.10.2 release, I reinstalled:

pipx install visidata
  installed package visidata 2.10.1, installed using Python 3.10.6
  These apps are now globally available
    - vd
    - visidata
done! ✨ 🌟 ✨

I thought that maybe pipx was fetching 2.10.1 from its cache but after force upgrading I realized that 2.10.2 just doesn't seem to be available yet.

@zachvalenta zachvalenta added the bug label Oct 8, 2022
@anjakefala
Copy link
Collaborator

v2.10.2 is not actually released, yet! The stable branch reflects the released version. develop is the in-development version.

We are planning to release very soon. =)

@anjakefala anjakefala added question and removed bug labels Oct 8, 2022
@anjakefala
Copy link
Collaborator

If you do not want to wait, you can always install from github!

pip3 install git+https://github.com/saulpw/visidata.git should do the trick.

@zachvalenta
Copy link
Contributor Author

Gotcha, good to hear.

I just worked around by reinstalling from dev:

pipx install git+https://github.com/saulpw/visidata.git

@anjakefala
Copy link
Collaborator

Aaaand, it is now in PyPi. =))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants