Coder Social home page Coder Social logo

Comments (13)

lohithvadde avatar lohithvadde commented on June 24, 2024

Which python version are you using. This will work on python 3

from cowin-vaccination-auto-schedule.

RSGtechnical avatar RSGtechnical commented on June 24, 2024

3.7.6

from cowin-vaccination-auto-schedule.

RSGtechnical avatar RSGtechnical commented on June 24, 2024

can you tell me the correct format to put beneficiaries id in config file

this is what i did

Beneficiaries_Ids = { 24139050145880

'18':["",""],

'45':[""]

} #beficiary ids in str format

from cowin-vaccination-auto-schedule.

suraj-deshmukh avatar suraj-deshmukh commented on June 24, 2024

put your ids in list. make sure each element of list is str like below.

 Beneficiaries_Ids = { 
      '18':["id1","id2"],
      '45':["id3"]
  }

from cowin-vaccination-auto-schedule.

RSGtechnical avatar RSGtechnical commented on June 24, 2024

Beneficiaries_Ids = {

'18':["24139050145880","24139050145880"],

'45':["24139050145880"]

} #beficiary ids in str format

still get the error

from cowin-vaccination-auto-schedule.

suraj-deshmukh avatar suraj-deshmukh commented on June 24, 2024

what is the exact error. please specify exact python version as well. If possible attach screenshot

from cowin-vaccination-auto-schedule.

RSGtechnical avatar RSGtechnical commented on June 24, 2024

yes here what i get when i run the script
Screenshot 2021-05-10 142829

from cowin-vaccination-auto-schedule.

RSGtechnical avatar RSGtechnical commented on June 24, 2024

python version 3.7.6

from cowin-vaccination-auto-schedule.

suraj-deshmukh avatar suraj-deshmukh commented on June 24, 2024

can you show what's being printed when you type python in command prompt

from cowin-vaccination-auto-schedule.

RSGtechnical avatar RSGtechnical commented on June 24, 2024

here
Screenshot 2021-05-10 145803

from cowin-vaccination-auto-schedule.

suraj-deshmukh avatar suraj-deshmukh commented on June 24, 2024

you need python 3.5+ . what you have is python 2.7.12

from cowin-vaccination-auto-schedule.

RSGtechnical avatar RSGtechnical commented on June 24, 2024

so how to upgrade as you see i have upgraded the python

from cowin-vaccination-auto-schedule.

RSGtechnical avatar RSGtechnical commented on June 24, 2024

yes got the working in kali linux to use python3 you have to tell the linux so now its working

from cowin-vaccination-auto-schedule.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.