{"id":19923585,"url":"https://github.com/sukarnascience/puja_robot","last_synced_at":"2026-06-10T16:31:22.459Z","repository":{"id":218766832,"uuid":"747304372","full_name":"Sukarnascience/PUJA_Robot","owner":"Sukarnascience","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-24T17:08:07.000Z","size":2270,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T10:21:27.165Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sukarnascience.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-23T17:06:36.000Z","updated_at":"2024-01-23T17:10:00.000Z","dependencies_parsed_at":"2025-03-01T10:20:48.551Z","dependency_job_id":"9a6598c6-8e65-4f23-8f52-bc01205b0ae0","html_url":"https://github.com/Sukarnascience/PUJA_Robot","commit_stats":null,"previous_names":["sukarnascience/puja_robot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sukarnascience/PUJA_Robot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sukarnascience%2FPUJA_Robot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sukarnascience%2FPUJA_Robot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sukarnascience%2FPUJA_Robot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sukarnascience%2FPUJA_Robot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sukarnascience","download_url":"https://codeload.github.com/Sukarnascience/PUJA_Robot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sukarnascience%2FPUJA_Robot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34161283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T22:14:48.817Z","updated_at":"2026-06-10T16:31:22.444Z","avatar_url":"https://github.com/Sukarnascience.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PUJA\n\ninstall\n\n```sh\nsudo apt-get install mpg321\n```\n\nThe error you're encountering indicates that the `RPi.GPIO` module, which is a module for Raspberry Pi GPIO control, is not installed on your system.\n\nTo resolve this issue, you can install the `RPi.GPIO` library using the following command:\n\n```bash\npip install RPi.GPIO\n```\n\nMake sure you have `pip` installed. If not, you can install it using:\n\n```bash\nsudo apt-get install python3-pip\n```\n\nAfter installing the `RPi.GPIO` library, you should be able to run your script without encountering the `ModuleNotFoundError`.\n\nIt appears that the `serial` module is not installed on your system. You can install it using the following command:\n\n```bash\npip install pyserial\n```\n\nMake sure you have `pip` installed. If not, you can install it using:\n\n```bash\nsudo apt-get install python3-pip\n```\n\nAfter installing the `pyserial` library, you should be able to run your script without encountering the `ModuleNotFoundError`. If you still face issues, please ensure that you are using a Python environment that corresponds to the version you installed the libraries for (e.g., Python 3.x).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsukarnascience%2Fpuja_robot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsukarnascience%2Fpuja_robot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsukarnascience%2Fpuja_robot/lists"}