thetvdb/tvdb-v4-python

pypi version need updating

Closed this issue · 8 comments

Installing from pypi works:

# python3 -m pip install tvdb_v4_official
Collecting tvdb_v4_official
Downloading tvdb_v4_official-1.0.7-py3-none-any.whl (3.1 kB)
Installing collected packages: tvdb-v4-official
Successfully installed tvdb-v4-official-1.0.7

But when trying out the example I get:
AttributeError: 'TVDB' object has no attribute 'get_series_episodes'

Hi @reubot I have ticketed this and will get back to you when we have a fix.

Internal ticket for our reference - https://mediamorph.atlassian.net/browse/TVD-2793

@reubot I apologize. This was released last week in v1.0.3. Our developer says that you can update the version using pip install -e .

I just pip installed it today. Apparently it's 1.0.7, but the search function doesn't match what I can find on the repo here, since it throws the python3 urllib issue still. Is the pypi package up to date, or should I clone the repo?

edit:

git clone https://github.com/thetvdb/tvdb-v4-python tvdb
cd tvdb
pip install .

for anyone else looking to skip pypi

@tankorsmash The last version of the python library is 1.0.8, if you are able to update to that version you should see the error fixed.

image

image

I don't believe I have access to it through pypi, do I?

We are looking into this @tankorsmash

Internal ticket for our reference - https://mediamorph.atlassian.net/browse/TVD-2913

@tankorsmash and @reubot the pypi version was updated. Apologies for the delay. Let me know if I can close this out?

Thanks!