ading2210 / poe-api

[UNMAINTAINED] A reverse engineered Python API wrapper for Quora's Poe, which provides free access to ChatGPT, GPT-4, and Claude.
https://pypi.org/project/poe-api
GNU General Public License v3.0
2.5k stars 315 forks source link

ModuleNotFoundError: No module named 'poe' #18

Closed CRCODE22 closed 1 year ago

CRCODE22 commented 1 year ago

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 commented 1 year ago

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.

Poiz0ned commented 1 year ago

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

CRCODE22 commented 1 year ago

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

I have not managed to fix it yet.

BSG-Walter commented 1 year ago

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 commented 1 year ago

just use python instead of python3

hongrunhui commented 1 year ago

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

hongrunhui commented 1 year ago

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

hongrunhui commented 1 year ago

python3.9都不行,艹 必须3.11