This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 318
ModuleNotFoundError: No module named 'poe' #18
Labels
bug
Something isn't working
Comments
I'm not sure why that's happening, since it works perfectly fine for me. Maybe this stackoverflow post could help? Also, the |
Got the same error, @CRCODE22 did you manage to fix it? |
I have not managed to fix it yet. |
you need to install it locally. pip install . |
just use |
|
|
python3.9都不行,艹 必须3.11 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed these requirements:
pip3 install poe-client
pip3 install poe-api
Getting this error:
poe-api\examples>temporary_message.py
Traceback (most recent call last):
File "D:\poe-api\examples\temporary_message.py", line 1, in
import poe
ModuleNotFoundError: No module named 'poe'
The text was updated successfully, but these errors were encountered: