eli64s / readme-ai

README file generator, powered by large language model APIs 👾
MIT License
1.49k stars 160 forks source link

ModuleNotFoundError: No module named 'openai' #27

Closed Alexei7ca closed 1 year ago

Alexei7ca commented 1 year ago

command:

readme-ai % python3 src/main.py --api-key "API_KEY" --output readme-ai.md --repository https://github.com/Alexei7ca/TmsTestProject/readme

Response:

Traceback (most recent call last): File "/Users/alexei/readme-ai/src/main.py", line 8, in import conf File "/Users/alexei/readme-ai/src/conf.py", line 10, in import openai ModuleNotFoundError: No module named 'openai'

swamitagupta commented 1 year ago

run 'pip install -r requirements.txt', that would install all the required libraries @Alexei7ca