rk

Results 27 comments of rk

I found out that you can install from github by doing pip install git+https://github.com/smarnach/pyexiftool.git#egg=pyexiftool That pretty much solves my problem

pipenv doesn't really work the same installing from github, so I would still like this. It's pretty easy - just do: setup.py bdist_wheel twine upload dist/name_of_wheel

Would you object if I built a wheel and uploaded it to pypi?

This package doesn't currently work on an M1 mac, partially because there's no alternative to lxml

I just got email saying that they won't be issuing any new developer keys anyway. It will probably make this whole library moot.

I also have this problem - I'm using python 3.6.1. Is anybody successfully using this with python 3? Maybe it's a bytes/unicode problem - after all, this package hasn't been...

I would also like this for generating different OFX files for the escrow and loan accounts for house mortgages.

The wrapt dependency needs to be ">=1.14" for python 3.11. See [changelog](https://wrapt.readthedocs.io/en/latest/changes.html#version-1-14-0)

You could add a dependency like "wrapt>=1.14,='3.11'" and then both the old and the new python will work. I don't know if you have other users than pylint but they...

This problem happens with the filesystem cache on windows too.