Closed tmechsner closed 5 years ago
I have the same problem but with "module 'mt940' has no attribute 'models'". What was the solution?
Now I did a pip uninstall mt940
and pip uninstall fints
and a new pip install fints
and now I get also: module 'mt940' has no attribute 'tags
. I don't know what to do.
Using Python 3.8 and Fints 3.0.0
One (admittedly confusing) thing to note is that you're installing mt940
not mt-940
(note the -
). That's a completely different package which conflicts with this one.
I would suggest making sure you uninstall both and reinstall this package after. Fints depends on this package, not the other one.
pip uninstall -y mt940 mt-940
pip install -U mt-940
I use python-fints to retrieve transactions from a bank account. The latest mt940 version (v4.17.0) is installed. Executing this line (from fints/utils.py, l. 18)
transactions = mt940.models.Transactions()
results in the following error: