Code Monkey home page Code Monkey logo

Comments (11)

KevinYamazaki avatar KevinYamazaki commented on May 21, 2024 1

a"

Maybe it is not correct to uninstall it directly... After uninstalling quora, I occurred a new error like this:

3

About the original problem, it says likes the library "quora" has no module named "user"

from gpt4free.

zhanghaok avatar zhanghaok commented on May 21, 2024

the same problem ,have you solved the pro.?

from gpt4free.

KevinYamazaki avatar KevinYamazaki commented on May 21, 2024

the same problem ,have you solved the pro.?

No bro. I guess "quora" library might have problems,but I don't know how to fix cause I have no idea how to use "quora"

from gpt4free.

xtekky avatar xtekky commented on May 21, 2024

hey, why don't u guys just paste it in in chatgpt ? 😭

u have another module called quora I presume, "pip uninstall quora" and then try again

from gpt4free.

KevinYamazaki avatar KevinYamazaki commented on May 21, 2024

hey, why don't u guys just paste it in in chatgpt ? 😭

u have another module called quora I presume, "pip uninstall quora" and then try again

I tried to find libraries relative to "quora", and the result showed 2 modules named "poe-api" and "pyquora" were most relative, then I installed them both, but still occurred error like this
4

from gpt4free.

xtekky avatar xtekky commented on May 21, 2024

you can try modify the quora folder name & imports in the folder and use it, make shure u are in the right configured work env with the quora folder in the same working dir, and uninstall all modules. I will be informing myself but this is rather an error occuring because of a bad configured pc rather than my repo itsself

from gpt4free.

xtekky avatar xtekky commented on May 21, 2024

@KevinYamazaki, its not about installing but uninstalling them, the library causing the issue here is pyquora, if you are not using it, remove it with pip uninstall pyquoraor pip3 uninstall pyquoraor {python prefix, ex: py, python, python3} -m pip uninstall pyquora

from gpt4free.

KevinYamazaki avatar KevinYamazaki commented on May 21, 2024

@KevinYamazaki, its not about installing but uninstalling them, the library causing the issue here is pyquora, if you are not using it, remove it with pip uninstall pyquoraor pip3 uninstall pyquoraor {python prefix, ex: py, python, python3} -m pip uninstall pyquora

Sincerely apologize for my bad configured pc and thank you again for solving my issues, and I have uninstalled all the unnecessary mudles.
I surely found some configuration problems while trying to make the poe_test.py work.
Now poe_test.py seems to run correctly(at least no basic errors), it told me as below:

PS D:\POE_bot_try\gpt4free\testing> python3 poe_test.py
'token'
email False

I'd like to share what I did to make the poe_test.py work, and it might help green hands(like me) to use the repo better.

For POE only
1.clone the git to local directory, or download the zip. (need to fix the folder name as "gpt4free")
2.go into the gpt4free folder, run pip install -r requirement.txt
3.copy folder quora to the folder testing
4.go to the folder quora in step3 and fix the name of folder graphql to poe_graphql
5.make sure you don't have libraries like "poe-api" , "pyquora" , "quora"
6.go to the folder testing, and python3 poe_test.py

from gpt4free.

xtekky avatar xtekky commented on May 21, 2024

it might only be necessary to uninstall pyquoraor quora, poe-api should work fine and u can even use it with the tokens.

as for you getting an error, its the email client which is quite unstable, i suggest usig a proxy if possible or waiting for an update which will come soon once i find another email client ; )

from gpt4free.

KevinYamazaki avatar KevinYamazaki commented on May 21, 2024

You are right, it is not stable now. By the way, Where can I add my proxy into the code? mail.py or __init__.py or api.py?

from gpt4free.

xtekky avatar xtekky commented on May 21, 2024

you can pass it in

quora.Account.create(proxy='user:[email protected]:port')

from gpt4free.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.