Forum in maintenance, we will back soon 🙂
Trouble running Earthquake.
Hi, I installed Python on my mac then downloaded the script zip. Unzipped then opened the ai.py using the python launcher It returned this:
ModuleNotFoundError: No module named 'openai'. I can edit in my API key using X-code. But the run-me.bat fails then if I run it using the python launcher. Actually my mac wont let me use python to run the bat! It just gives me visual studio as the option available? Thanks.
You're definitely a greenhorn. The run-me.bat file is a Windows shell file that installs the required modules. Modules are installed using the pipe command of which openai is just one. HTH.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@ssadvisor Thanks for your answer. Very helpful. That will be why I'm getting this then. geoffreypkeall@Geoffreys-Shared-HP-DJ2130 py_scripts % /usr/local/bin/python3 "/Volumes/Elements SE Exp/Documents copy/Misc./Business
/Internet Marketing/AI/Harlen/Earthquake/GPT-EarthQuake-main/app.py"
Traceback (most recent call last):
File "/Volumes/Elements SE Exp/Documents copy/Misc./Business/Internet Marketing/AI/Harlen/Earthquake/GPT-EarthQuake-main/app.py", line 2, in <module>
import scraper as sc
File "/Volumes/Elements SE Exp/Documents copy/Misc./Business/Internet Marketing/AI/Harlen/Earthquake/GPT-EarthQuake-main/scraper.py", line 1, in <module>
from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'
geoffreypkeall@Geoffreys-Shared-HP-DJ2130 py_scripts % 😀 I guess I better dust off my PC then so I don't add to the complexity!
@kea11 or just
pip install selenium
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
-
How to add payment using "Streamlit UI"
3 months ago
-
Localhost Information Script
9 months ago
-
How can i remember python scripting
9 months ago
-
A cautionary tale about using Flask in debug mode with Python Threads
11 months ago
-
I don't understand the reason of error.
1 year ago