Skip to content
site logo mobile

Forum in maintenance, we will back soon 🙂

Problem with erathq...
 
Notifications
Clear all

Problem with erathquake edition script is not running

5 Posts
3 Users
1 Likes
238 Views
(@stavros)
Posts: 8
Member
Premium Member
Topic starter
 

Hi, I followed the step-by-step installation process described in the YouTube video. I also added the API key. However, when I run the batch file, it appears and then disappears from my screen. “Is there a place where I can send screenshots to get help with my problem?” I have uninstalled and reinstalled the program, but I am still unable to run the batch file successfully. I need your assistance with this issue.

Additionally, since studying the ‘Prompt Engineering Course’, I have been opening scripts from the visual editor. Is there a way to run the script from there without running the batch file? Please note that I am not an expert and I am currently learning. Thank you.” 

 

This screen displays the message "Press any key to continue". When a key is pressed, the screen disappears. disappears.

batch file installation

I open the script from the visual editor. Is there any possibility to run it from there?? ( I don't know how I'm asking)

 

batch file installation

For some unexplained reason, the cmd is not working when I run "Batch file" as you describe both in the video and blog.

i already add successfully my API key in the field.

What is the recommended way to run the script from the visual editor? Why is the cmd not working when the batch file is run?

batch file installation

I hop to help someone and fix this problem.

Thanks

Stavros

 
Posted : 01/15/2024 10:25 pm
SSAdvisor
(@ssadvisor)
Posts: 927
Noble Member
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

@stavros the error message from the second image gives you an idea on what to do first.

pip install --upgrade pip

Then you'll need to install openai and tiktoken, because the script is older I'll suggest the following

pip install openai==0.28
pip install tiktoken

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 01/16/2024 2:23 pm
(@stavros)
Posts: 8
Member
Premium Member
Topic starter
 

Thanks for your reply. Is there a step-by-step guide or someone to assist me?

 
Posted : 01/16/2024 7:35 pm
SSAdvisor
(@ssadvisor)
Posts: 927
Noble Member
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

@stavros I do 1-on-1 conferences. See the link in my signature.

Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack

 
Posted : 01/17/2024 12:21 am
Hasan Aboul Hasan
(@admin)
Posts: 957
Member Admin
Premium Member
Pythonista Prodigy Badge
Prompt Engineer
API Entrepreneur
Power Member
 

@stavros I will update the script soon, as @ssadvisor mentioned, openai has updated their libraries, and all projects requires an update

 
Posted : 01/17/2024 8:21 am
Share: