-
Notifications
You must be signed in to change notification settings - Fork 45
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 'imp' #44
Comments
Hi @Schenk0 - you're using Python 3.12, which removed the There is an open issue to address this in the For now I would say use 3.11 |
yeah, I realized that, but now I can't get the python to show up, but that's probably not an issue to discuss here... And thanks for the quick response : D |
Hm, assuming the code you posted above has not changed much, it may be related to issue #41. |
So the issue can be
I have no idea what fixes I can try, I just created a new bot still have the same issue. |
Webex Bot version: ??? newest (just ran
pipenv install webex_bot
)Python version: 3.12.0
Operating System: Windows 10
So I'm trying to get a simple Webex bot running and I am following this tutorial: https://www.youtube.com/watch?v=pC_hj2-czlk
but every time I run
python app.py
(the driver script) I get theModuleNotFoundError: No module named 'imp'
here is all of my code:app.py:
gpt.py:
What am I doing wrong?
Here is the full error:
The text was updated successfully, but these errors were encountered: