Closed FiveTechSoft closed 1 year ago
@FiveTechSoft there is no Python module available you just need to clone the code into your local, then you can use it check the example in Check this file for an example
@sudouser777 where to find the cf_clearance
cookie?
its provided in the example
https://github.com/xtekky/gpt4free/blob/main/phind/phind_test.py
the solution was to rename init.py as phind.py
https://github.com/xtekky/gpt4free/blob/main/phind/__init__.py
@FiveTechSoft i know but how about getting my own cookie?
the solution was to rename init.py as phind.py
https://github.com/xtekky/gpt4free/blob/main/phind/__init__.py
the solution actually is to move the phind_test.py
into the parent directory so phind can be imported but yeah this works too
@FiveTechSoft i know but how about getting my own cookie?
With such value works, no idea where it comes from
@AbdelrhmanNile Hi! Please tell me in more detail how to solve the installation problem "phind"? Because I'm new to python and I can't figure out how to do it. Thank you in advance
@markstark74 rename the file __init__.py
to phind.py
no need for installing anything
pip install phind ERROR: Could not find a version that satisfies the requirement phind (from versions: none) ERROR: No matching distribution found for phind
How to solve it ?
many thanks!