mukulpatnaik / researchgpt

A LLM based research assistant that allows you to have a conversation with a research paper
https://www.dara.chat
MIT License
3.55k stars 340 forks source link

Module "_md5" in main.py could not be resolved! #41

Closed piwawa closed 1 year ago

piwawa commented 1 year ago

Just like this: image

I have done "pip install -r requirements.txt", but still have this error in VSCode.

mukulpatnaik commented 1 year ago

Hi @piwawa md5 should be a native python library, I'm not exactly sure why you're facing this issue. I have made a major refactor of the code, fixing many issues and moving from flask to fastapi, if you are still interested please consider running git fetch to update your code to the latest version and try following the steps in the README to run the app. Thanks for trying it!