mishl-dev / Discord-AI-Chatbot

This Discord chatbot is incredibly versatile. Powered incredibly fast Groq API
GNU Affero General Public License v3.0
1.32k stars 417 forks source link

docx and PendingDeprecationWarning ModuleNotFoundError #162

Closed itz-ankit closed 1 year ago

itz-ankit commented 1 year ago

Traceback (most recent call last): File "/home/runner/Discord-AI-Chatbot-2/main.py", line 10, in import docx File "/home/runner/Discord-AI-Chatbot-2/venv/lib/python3.10/site-packages/docx.py", line 30, in from exceptions import PendingDeprecationWarning ModuleNotFoundError: No module named 'exceptions'

encountering this particular in replit , any idea how to fix this?

mishl-dev commented 1 year ago
pip install python-docx

in the shell

itz-ankit commented 1 year ago
pip install python-docx

in the shell

ah shoot i was doing that in the console lmao , thanks a bunch :)