anujdutt9 / Disease-Prediction-from-Symptoms

Disease Prediction based on Symptoms.
277 stars 186 forks source link

yaml #12

Closed YashasSingh closed 1 year ago

YashasSingh commented 1 year ago

Hey whenever I install yaml it keeps on saying ERROR: Could not find a version that satisfies the requirement yaml (from versions: none) ERROR: No matching distribution found for yaml

Any fix for this?

github-actions[bot] commented 1 year ago

Thanks for checking out the code. I will reply to you as soon as possbile.' first issue

anujdutt9 commented 1 year ago

Hi, can you please try installing yaml using this:

pip install pyyaml

Let me know if you still have issues.