smart-on-fhir / client-py

Python SMART on FHIR client
http://docs.smarthealthit.org
Other
574 stars 209 forks source link

cant run throwing Error #148

Closed Karthiksaran-001 closed 1 month ago

Karthiksaran-001 commented 2 months ago

while running python=3.8 '''python flask_app.py'''

ImportError: cannot import name 'Mapping' from 'collections'

mikix commented 1 month ago

I'm not sure we are causing that error directly. Probably an old dependency, from when we were directly pinning ancient versions (i.e. until today). A full traceback would help too.

We just bumped the dependencies that the flask app uses - could you try again and confirm if it at least gives you a different error? The flask app is also struggling with #86. I'll optimistically close this, but please re-open if the problem is still there.