HealthApp icon indicating copy to clipboard operation
HealthApp copied to clipboard

Linux Install Issue

Open christiankaye opened this issue 3 years ago • 1 comments

When I run run the setup script, I get the following error: ERROR: Could not find a version that satisfies the requirement matplotlib-3.3.3 (from -r requirements.txt (line 3)) (from versions: none) ERROR: No matching distribution found for matplotlib-3.3.3 (from -r requirements.txt (line 3)) which I solved by changing the matplotlib line to "matplotlib==3.3" Also, I think we could expand the functionality of both of our applications at the same time by using the XML based search on medlineplus.gov. Check this out: https://wsearch.nlm.nih.gov/ws/query?db=healthTopics&term=(heparin)&retmax=1 https://wsearch.nlm.nih.gov/ws/query?db=healthTopics&term=(asthma)&retmax=1 https://wsearch.nlm.nih.gov/ws/query?db=healthTopics&term=(acai)&retmax=1

christiankaye avatar Feb 02 '21 20:02 christiankaye