client-py icon indicating copy to clipboard operation
client-py copied to clipboard

Dependensies

Open anderts opened this issue 8 years ago • 1 comments
trafficstars

I was goig to setup client-py and it did not automatically work after running pip install -r requirements_flask_app.txt Fixed the problem by updating Werkzeug. So maybe the line: Werkzeug==0.10.4 in requirements_slask_app.txt should be fixed?

anderts avatar Mar 15 '17 18:03 anderts

On which branch are you? Which version of Python?

It's not currently working on the latest-ci branch because resources have changed, will push a fix in a minute. The error is ImportError: No module named 'fhirclient.models.medicationorder'.

p2 avatar Mar 15 '17 22:03 p2