Closed tarzasai closed 9 years ago
Same with me. pip install tmdb3 [--upgrade]
gives me v0.6.17. I had to install via git to get the latest version.
pip install git+https://github.com/wagnerrp/pytmdb3.git
python -c 'from tmdb3 import __version__; print __version__'
v0.7.0
This bite me either. Just install from the repo until the package is updated on PyPi. It's possible from requirements.txt
also:
-e git+git://github.com/wagnerrp/pytmdb3.git@master#egg=tmdb3
Should be fixed.
I need the new TV related stuff and since pypi reports 0.7.0 as the latest tmdb3 version (https://pypi.python.org/pypi/tmdb3) I'm trying to upgrade my python setup, but both pip and easy_install, with --upgrade option, are stuck on the 0.6.17. they say it's the latest version available. is it only happening to me?