Open Schenk0 opened 1 year ago
Hi @Schenk0 - you're using Python 3.12, which removed the imp
lib (https://docs.python.org/3.12/whatsnew/3.12.html#imp)
There is an open issue to address this in the python-future
library (https://github.com/PythonCharmers/python-future/issues/488)
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. I tried your code above with my bot token and it did work for me.
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. One note I have is that I can't message the bot directly at first. It says it can't find any user with that username. I have to add it to a space, then after that send it a direct message, don't know if that has anything to do with it?
Webex Bot version: ??? newest (just ran
pipenv install webex_bot
) Python version: 3.12.0 Operating System: Windows 10So 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: