-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'exceptions' #29
Comments
pip install python-docx |
(claude) will@will-ubuntu:~/Claude2-PyAPI$ python3 claude_flask.py |
pip install typed-argument-parser或许会解决问题 |
Traceback (most recent call last):
File "e:\projects\Claude2-PyAPI\bot.py", line 2, in
from claude_api import Client
File "e:\projects\Claude2-PyAPI\claude_api.py", line 9, in
import docx
File "E:\prgramfiles\python3\lib\site-packages\docx.py", line 30, in
from exceptions import PendingDeprecationWarning
ModuleNotFoundError: No module named 'exceptions'是什么问题
The text was updated successfully, but these errors were encountered: