gpt4free icon indicating copy to clipboard operation
gpt4free copied to clipboard

ImportError: cannot import name 'quora' from 'gpt4free'

Open p1k0pan opened this issue 1 year ago • 3 comments

I have pip install gpt4free and tried to use poe

using Python: 3.8


btw forefront is now Failed to create account!.

Does anyone have any clue?

p1k0pan avatar May 03 '23 08:05 p1k0pan

same here

Azilone avatar May 03 '23 11:05 Azilone

Clone the repo locally and import the module from there, probably the pip package doesn't have the quora module.

If you are using colab:

!git clone https://github.com/xtekky/gpt4free.git
%cd gpt4free/
!pip install -r requirements.txt

# import quora (poe) package
from gpt4free import quora

Filocava99 avatar May 04 '23 10:05 Filocava99

Clone the repo locally and import the module from there, probably the pip package doesn't have the quora module.

If you are using colab:

!git clone https://github.com/xtekky/gpt4free.git
%cd gpt4free/
!pip install -r requirements.txt

# import quora (poe) package
from gpt4free import quora
Import "gpt4free" could not be resolved(reportMissingImports)

francesco-plt avatar May 05 '23 10:05 francesco-plt