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?
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?