narmi / banking-client-python

https://www.narmitech.com/developers/
1 stars 0 forks source link

Import Issue #1

Open s2t2 opened 5 years ago

s2t2 commented 5 years ago

Hey, I installed via the instructions, and was trying to use this package, but having issues during the import step:

Traceback (most recent call last):
  File "narmi.py", line 9, in <module>
    import banking_client
  File "/anaconda3/lib/python3.7/site-packages/banking_client/__init__.py", line 18, in <module>
    from banking_client.api.account_api import AccountApi
  File "/anaconda3/lib/python3.7/site-packages/banking_client/api/__init__.py", line 6, in <module>
    from banking_client.api.account_api import AccountApi
  File "/anaconda3/lib/python3.7/site-packages/banking_client/api/account_api.py", line 140
    async=params.get('async'),

Please advise. Thanks!

phillbaker commented 5 years ago

Thanks @s2t2 we'll take a look. Just curious - are you a customer of any of the institutions we serve?