Prompt Engineering Forum
A Private Forum For Premium Users
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
https://calendly.com/seasonedsolutionsadvisor
@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
https://calendly.com/seasonedsolutionsadvisor
-
I don't understand the reason of error.
1 month ago
-
csv download is not including all the results in a django application
2 months ago
-
I need help AWS Elastic Beanstalk webapp deployment
3 months ago
-
ChatGPT Earthquake on Mac
3 months ago