Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

ModuleNotFoundError: No module named 'poe' #18

Closed
CRCODE22 opened this issue Apr 6, 2023 · 8 comments
Closed

ModuleNotFoundError: No module named 'poe' #18

CRCODE22 opened this issue Apr 6, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@CRCODE22
Copy link

CRCODE22 commented Apr 6, 2023

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'

@ading2210
Copy link
Owner

ading2210 commented Apr 6, 2023

I'm not sure why that's happening, since it works perfectly fine for me. Maybe this stackoverflow post could help?

Also, the poe-client package is completely unrelated to this project or the Poe website. You should probably uninstall it.

@ading2210 ading2210 added the bug Something isn't working label Apr 6, 2023
@Poiz0ned
Copy link

Got the same error, @CRCODE22 did you manage to fix it?

@CRCODE22
Copy link
Author

Got the same error, @CRCODE22 did you manage to fix it?

I have not managed to fix it yet.

@BSG-Walter
Copy link

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.
clone the repo, go to the poe-api folder and run this command:

pip install .

@TheLime1
Copy link
Contributor

just use python instead of python3

@hongrunhui
Copy link

cd ./poe-api
sudo python3 setup.py install

@hongrunhui
Copy link

sudo /usr/local/opt/python@3.11/bin/python3.11 examples/send_message.py

@hongrunhui
Copy link

python3.9都不行,艹 必须3.11

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants