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

Push current repo and version to pip #13

Closed
disarticulate opened this issue Aug 8, 2018 · 2 comments
Closed

Push current repo and version to pip #13

disarticulate opened this issue Aug 8, 2018 · 2 comments

Comments

@disarticulate
Copy link

Ran into current pip: https://pypi.org/project/Tyf/ @ 1.3.2

Ran into bugger:

WARNING:  Traceback (most recent call last):
  File "<string>", line 29, in __plpython_procedure_find_exif_19256322
  File "/usr/local/lib/python3.5/dist-packages/Tyf/ifd.py", line 75, in decode
    return self._decoder(self.value)
  File "/usr/local/lib/python3.5/dist-packages/Tyf/decoders.py", line 54, in <lambda>
    _0x132 = _0x9003 = _0x9004 = lambda value: datetime.datetime.strptime(_2(value).decode(), "%Y:%m:%d %H:%M:%S")
AttributeError: 'str' object has no attribute 'decode'

Reviewed current code and this was supposed to be fixed. Current pip is old code? Not sure.

@disarticulate
Copy link
Author

current wheel has:

# DateTime DateTimeOriginal DateTimeDigitized
_0x132 = _0x9003 = _0x9004 = lambda value: datetime.datetime.strptime(_2(value).decode(), "%Y:%m:%d %H:%M:%S")

@Moustikitos
Copy link
Owner

Last version pushed to pypi

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

2 participants