divagicha / CoWIN-Vaccine-Appointment-Booking

Script to automate COVID-19 vaccination slot booking on India's Co-WIN Platform
11 stars 4 forks source link

Not running on my pc #12

Closed 520rahul closed 3 years ago

520rahul commented 3 years ago

@divagicha when i try to tun on my pc this error shows : the program cant start because api-ms-win-core-path-1-1.0.dll is missing from your computer. Try reinstalling the program to fix this problem.

I have reinstalled it many times and still not working

divagicha commented 3 years ago

Can you please tell something more about the error. What OS you are running? it's architecture (32 or 64-bit)? Did you use exe file or the script version?

520rahul commented 3 years ago

Can you please tell something more about the error. What OS you are running? it's architecture (32 or 64-bit)? Did you use exe file or the script version?

@divagicha I m using windows 7 ultimate 64 bit version. I used both exe and script but same error both time

divagicha commented 3 years ago

which python version did you install for running the script?

520rahul commented 3 years ago

which python version did you install for running the script?

Python 3.8.10

Coy-sys1 commented 3 years ago

After you enter the Mobile Number the Script closes. Maybe there has been an update from the COWIN server side

Coy-sys1 commented 3 years ago

Try running the script after few minutes it should work

divagicha commented 3 years ago

Okay. This script was made using python 3.9. Moreover, I'll check running the script on windows 7 and let you know what might have arised the issue on your system..

520rahul commented 3 years ago

Okay. This script was made using python 3.9. Moreover, I'll check running the script on windows 7 and let you know what might have arised the issue on your system..

Thanks brother. Waiting for ur reply

divagicha commented 3 years ago

@520rahul if you google for the error that you are facing in win 7 64-bit, there is a link in the top results which clearly states "Microsoft ended extended support for Windows 7 back in January of this year, so Python 3.9 does not support Windows 7, in accordance with PEP 11 [1]". So, I guess you have no other option but to upgrade your windows as this program has been written using python3.9

520rahul commented 3 years ago

@520rahul if you google for the error that you are facing in win 7 64-bit, there is a link in the top results which clearly states "Microsoft ended extended support for Windows 7 back in January of this year, so Python 3.9 does not support Windows 7, in accordance with PEP 11 [1]". So, I guess you have no other option but to upgrade your windows as this program has been written using python3.9

Thank u so much brother