poe-api icon indicating copy to clipboard operation
poe-api copied to clipboard

ModuleNotFoundError: No module named 'poe'

Open CRCODE22 opened this issue 1 year ago • 5 comments

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'

CRCODE22 avatar Apr 06 '23 12:04 CRCODE22

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 avatar Apr 06 '23 20:04 ading2210

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

Poiz0ned avatar Apr 18 '23 03:04 Poiz0ned

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

I have not managed to fix it yet.

CRCODE22 avatar Apr 20 '23 20:04 CRCODE22

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 .

BSG-Walter avatar Apr 20 '23 23:04 BSG-Walter

just use python instead of python3

TheLime1 avatar Apr 21 '23 01:04 TheLime1

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

hongrunhui avatar Jul 23 '23 06:07 hongrunhui

sudo /usr/local/opt/[email protected]/bin/python3.11 examples/send_message.py

hongrunhui avatar Jul 23 '23 07:07 hongrunhui

python3.9都不行,艹 必须3.11

hongrunhui avatar Jul 23 '23 07:07 hongrunhui