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 #42

Open
JustAPerson opened this issue Feb 13, 2017 · 2 comments
Open

pip installs old version #42

JustAPerson opened this issue Feb 13, 2017 · 2 comments

Comments

@JustAPerson
Copy link

Hi, I'm using pip 9.0.1. Whenever I run sudo pip install todotxt-machine I get an old copy that does not include #34 even though this was merged a year ago.

Perhaps pypi has not reindex the repo because the current version (2.2.2 df9b829) is over two years old?

@RonCam
Copy link

RonCam commented Sep 7, 2017

@JustAPerson
Install in this way:

sudo pip3 install todotxt-machine
...
Downloading/unpacking todotxt-machine
  Downloading todotxt_machine-2.2.2-py2.py3-none-any.whl (47kB): 47kB downloaded

and you may check for correct version, as follows:

> todotxt-machine --version
2.2.2

@73
Copy link

73 commented Jan 22, 2020

The version is not kept up to date:

Install like:

pip3 install --user --upgrade git+https://github.com/AnthonyDiGirolamo/todotxt-machine.git

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