{"id":484,"date":"2024-05-11T01:49:58","date_gmt":"2024-05-11T01:49:58","guid":{"rendered":"https:\/\/techris.in\/?p=484"},"modified":"2024-06-20T22:46:18","modified_gmt":"2024-06-20T22:46:18","slug":"how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer","status":"publish","type":"post","link":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html","title":{"rendered":"How to solve ModuleNotFoundError: No module named ‘setuptools’ with p4a and buildozer"},"content":{"rendered":"

As you are dealing with Python<\/a> <\/span> packages, some times you may need to use the setup.py script to build certain packages. But some time, you will face the following error<\/p>\n

STDOUT:
\nTraceback (most recent call last):
\nFile “\/home\/gk\/.local\/share\/python-for-android\/build\/other_builds\/kivymd\/armeabi-v7a__ndk_target_24\/kivymd\/setup.py”, line 8, in <module>
\nfrom setuptools import find_packages, setup
\nModuleNotFoundError: No module named ‘setuptools’<\/p>\n

For this example, KivyMD<\/a><\/span> is used. You may use something else. But the output remain same.<\/p>\n

Use the following command to install the setuptools<\/p>\n

\n
pip install setuptools<\/code><\/pre>\n<\/div>\n

This will solve the problem<\/p>\n

\"Do<\/a>
Do you need help in python app development<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"

As you are dealing with Python packages, some times you may need to use the setup.py script to build certain packages. But some time, you will face the following error STDOUT: Traceback (most recent call last): File “\/home\/gk\/.local\/share\/python-for-android\/build\/other_builds\/kivymd\/armeabi-v7a__ndk_target_24\/kivymd\/setup.py”, line 8, in <module> from setuptools import find_packages, setup ModuleNotFoundError: No module named ‘setuptools’ For this example, […]<\/p>\n","protected":false},"author":1,"featured_media":485,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[543],"tags":[564,580,545,546,547,554,558,557,560,556,562,563,548,561,550,552],"yoast_head":"\nHow to solve ModuleNotFoundError: No module named 'setuptools' with p4a and buildozer - Techris Innovation Hub<\/title>\n<meta name=\"description\" content=\"How to solve the no module named setuptools in python while using python for android p4a or buildozer . The command to solve the error is given\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to solve ModuleNotFoundError: No module named 'setuptools' with p4a and buildozer - Techris Innovation Hub\" \/>\n<meta property=\"og:description\" content=\"How to solve the no module named setuptools in python while using python for android p4a or buildozer . The command to solve the error is given\" \/>\n<meta property=\"og:url\" content=\"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html\" \/>\n<meta property=\"og:site_name\" content=\"Techris Innovation Hub\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-11T01:49:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-20T22:46:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/techris.in\/wp-content\/uploads\/2024\/05\/how-to-solve-modulenotfounderror-no-module-named-setuptools.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"gk\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"gk\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t \"@context\": \"https:\/\/schema.org\",\n\t \"@graph\": [\n\t {\n\t \"@type\": \"Article\",\n\t \"@id\": \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#article\",\n\t \"isPartOf\": {\n\t \"@id\": \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html\"\n\t },\n\t \"author\": {\n\t \"name\": \"gk\",\n\t \"@id\": \"https:\/\/techris.in\/#\/schema\/person\/cc3c22f155a3c9633944952d93d3bb73\"\n\t },\n\t \"headline\": \"How to solve ModuleNotFoundError: No module named ‘setuptools’ with p4a and buildozer\",\n\t \"datePublished\": \"2024-05-11T01:49:58+00:00\",\n\t \"dateModified\": \"2024-06-20T22:46:18+00:00\",\n\t \"mainEntityOfPage\": {\n\t \"@id\": \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html\"\n\t },\n\t \"wordCount\": 127,\n\t \"publisher\": {\n\t \"@id\": \"https:\/\/techris.in\/#organization\"\n\t },\n\t \"image\": {\n\t \"@id\": \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#primaryimage\"\n\t },\n\t \"thumbnailUrl\": \"https:\/\/techris.in\/wp-content\/uploads\/2024\/05\/how-to-solve-modulenotfounderror-no-module-named-setuptools.jpg\",\n\t \"keywords\": [\n\t \"buildozer\",\n\t \"convert-python\",\n\t \"kivy\",\n\t \"kivymd\",\n\t \"kivymd-tutorial\",\n\t \"py to apk\",\n\t \"python android apk\",\n\t \"python android app\",\n\t \"Python executable\",\n\t \"python to apk\",\n\t \"python-app\",\n\t \"python-for-android\",\n\t \"python-gui\",\n\t \"python-help\",\n\t \"python-project\",\n\t \"python-source-code\"\n\t ],\n\t \"articleSection\": [\n\t \"Python\"\n\t ],\n\t \"inLanguage\": \"en-US\"\n\t },\n\t {\n\t \"@type\": \"WebPage\",\n\t \"@id\": \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html\",\n\t \"url\": \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html\",\n\t \"name\": \"How to solve ModuleNotFoundError: No module named 'setuptools' with p4a and buildozer - Techris Innovation Hub\",\n\t \"isPartOf\": {\n\t \"@id\": \"https:\/\/techris.in\/#website\"\n\t },\n\t \"primaryImageOfPage\": {\n\t \"@id\": \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#primaryimage\"\n\t },\n\t \"image\": {\n\t \"@id\": \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#primaryimage\"\n\t },\n\t \"thumbnailUrl\": \"https:\/\/techris.in\/wp-content\/uploads\/2024\/05\/how-to-solve-modulenotfounderror-no-module-named-setuptools.jpg\",\n\t \"datePublished\": \"2024-05-11T01:49:58+00:00\",\n\t \"dateModified\": \"2024-06-20T22:46:18+00:00\",\n\t \"description\": \"How to solve the no module named setuptools in python while using python for android p4a or buildozer . The command to solve the error is given\",\n\t \"breadcrumb\": {\n\t \"@id\": \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#breadcrumb\"\n\t },\n\t \"inLanguage\": \"en-US\",\n\t \"potentialAction\": [\n\t {\n\t \"@type\": \"ReadAction\",\n\t \"target\": [\n\t \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html\"\n\t ]\n\t }\n\t ]\n\t },\n\t {\n\t \"@type\": \"ImageObject\",\n\t \"inLanguage\": \"en-US\",\n\t \"@id\": \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#primaryimage\",\n\t \"url\": \"https:\/\/techris.in\/wp-content\/uploads\/2024\/05\/how-to-solve-modulenotfounderror-no-module-named-setuptools.jpg\",\n\t \"contentUrl\": \"https:\/\/techris.in\/wp-content\/uploads\/2024\/05\/how-to-solve-modulenotfounderror-no-module-named-setuptools.jpg\",\n\t \"width\": 1200,\n\t \"height\": 628,\n\t \"caption\": \"How to solve ModuleNotFoundError: No module named 'setuptools'\"\n\t },\n\t {\n\t \"@type\": \"BreadcrumbList\",\n\t \"@id\": \"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#breadcrumb\",\n\t \"itemListElement\": [\n\t {\n\t \"@type\": \"ListItem\",\n\t \"position\": 1,\n\t \"name\": \"Home\",\n\t \"item\": \"https:\/\/techris.in\/\"\n\t },\n\t {\n\t \"@type\": \"ListItem\",\n\t \"position\": 2,\n\t \"name\": \"How to solve ModuleNotFoundError: No module named ‘setuptools’ with p4a and buildozer\"\n\t }\n\t ]\n\t },\n\t {\n\t \"@type\": \"WebSite\",\n\t \"@id\": \"https:\/\/techris.in\/#website\",\n\t \"url\": \"https:\/\/techris.in\/\",\n\t \"name\": \"Techris Innovation Hub\",\n\t \"description\": \"\",\n\t \"publisher\": {\n\t \"@id\": \"https:\/\/techris.in\/#organization\"\n\t },\n\t \"potentialAction\": [\n\t {\n\t \"@type\": \"SearchAction\",\n\t \"target\": {\n\t \"@type\": \"EntryPoint\",\n\t \"urlTemplate\": \"https:\/\/techris.in\/?s={search_term_string}\"\n\t },\n\t \"query-input\": \"required name=search_term_string\"\n\t }\n\t ],\n\t \"inLanguage\": \"en-US\"\n\t },\n\t {\n\t \"@type\": \"Organization\",\n\t \"@id\": \"https:\/\/techris.in\/#organization\",\n\t \"name\": \"Techris Innovation Hub\",\n\t \"url\": \"https:\/\/techris.in\/\",\n\t \"logo\": {\n\t \"@type\": \"ImageObject\",\n\t \"inLanguage\": \"en-US\",\n\t \"@id\": \"https:\/\/techris.in\/#\/schema\/logo\/image\/\",\n\t \"url\": \"https:\/\/techris.in\/wp-content\/uploads\/2023\/09\/techris-header.png\",\n\t \"contentUrl\": \"https:\/\/techris.in\/wp-content\/uploads\/2023\/09\/techris-header.png\",\n\t \"width\": 400,\n\t \"height\": 81,\n\t \"caption\": \"Techris Innovation Hub\"\n\t },\n\t \"image\": {\n\t \"@id\": \"https:\/\/techris.in\/#\/schema\/logo\/image\/\"\n\t }\n\t },\n\t {\n\t \"@type\": \"Person\",\n\t \"@id\": \"https:\/\/techris.in\/#\/schema\/person\/cc3c22f155a3c9633944952d93d3bb73\",\n\t \"name\": \"gk\",\n\t \"image\": {\n\t \"@type\": \"ImageObject\",\n\t \"inLanguage\": \"en-US\",\n\t \"@id\": \"https:\/\/techris.in\/#\/schema\/person\/image\/\",\n\t \"url\": \"http:\/\/2.gravatar.com\/avatar\/8b4874372850189daf7acdfd816060a6?s=96&d=mm&r=g\",\n\t \"contentUrl\": \"http:\/\/2.gravatar.com\/avatar\/8b4874372850189daf7acdfd816060a6?s=96&d=mm&r=g\",\n\t \"caption\": \"gk\"\n\t },\n\t \"sameAs\": [\n\t \"https:\/\/techris.in\"\n\t ],\n\t \"url\": \"https:\/\/techris.in\/author\/gk\"\n\t }\n\t ]\n\t}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to solve ModuleNotFoundError: No module named 'setuptools' with p4a and buildozer - Techris Innovation Hub","description":"How to solve the no module named setuptools in python while using python for android p4a or buildozer . The command to solve the error is given","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html","og_locale":"en_US","og_type":"article","og_title":"How to solve ModuleNotFoundError: No module named 'setuptools' with p4a and buildozer - Techris Innovation Hub","og_description":"How to solve the no module named setuptools in python while using python for android p4a or buildozer . The command to solve the error is given","og_url":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html","og_site_name":"Techris Innovation Hub","article_published_time":"2024-05-11T01:49:58+00:00","article_modified_time":"2024-06-20T22:46:18+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/techris.in\/wp-content\/uploads\/2024\/05\/how-to-solve-modulenotfounderror-no-module-named-setuptools.jpg","type":"image\/jpeg"}],"author":"gk","twitter_card":"summary_large_image","twitter_misc":{"Written by":"gk","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#article","isPartOf":{"@id":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html"},"author":{"name":"gk","@id":"https:\/\/techris.in\/#\/schema\/person\/cc3c22f155a3c9633944952d93d3bb73"},"headline":"How to solve ModuleNotFoundError: No module named ‘setuptools’ with p4a and buildozer","datePublished":"2024-05-11T01:49:58+00:00","dateModified":"2024-06-20T22:46:18+00:00","mainEntityOfPage":{"@id":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html"},"wordCount":127,"publisher":{"@id":"https:\/\/techris.in\/#organization"},"image":{"@id":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#primaryimage"},"thumbnailUrl":"https:\/\/techris.in\/wp-content\/uploads\/2024\/05\/how-to-solve-modulenotfounderror-no-module-named-setuptools.jpg","keywords":["buildozer","convert-python","kivy","kivymd","kivymd-tutorial","py to apk","python android apk","python android app","Python executable","python to apk","python-app","python-for-android","python-gui","python-help","python-project","python-source-code"],"articleSection":["Python"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html","url":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html","name":"How to solve ModuleNotFoundError: No module named 'setuptools' with p4a and buildozer - Techris Innovation Hub","isPartOf":{"@id":"https:\/\/techris.in\/#website"},"primaryImageOfPage":{"@id":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#primaryimage"},"image":{"@id":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#primaryimage"},"thumbnailUrl":"https:\/\/techris.in\/wp-content\/uploads\/2024\/05\/how-to-solve-modulenotfounderror-no-module-named-setuptools.jpg","datePublished":"2024-05-11T01:49:58+00:00","dateModified":"2024-06-20T22:46:18+00:00","description":"How to solve the no module named setuptools in python while using python for android p4a or buildozer . The command to solve the error is given","breadcrumb":{"@id":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#primaryimage","url":"https:\/\/techris.in\/wp-content\/uploads\/2024\/05\/how-to-solve-modulenotfounderror-no-module-named-setuptools.jpg","contentUrl":"https:\/\/techris.in\/wp-content\/uploads\/2024\/05\/how-to-solve-modulenotfounderror-no-module-named-setuptools.jpg","width":1200,"height":628,"caption":"How to solve ModuleNotFoundError: No module named 'setuptools'"},{"@type":"BreadcrumbList","@id":"https:\/\/techris.in\/python\/how-to-solve-modulenotfounderror-no-module-named-setuptools-with-p4a-and-buildozer.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/techris.in\/"},{"@type":"ListItem","position":2,"name":"How to solve ModuleNotFoundError: No module named ‘setuptools’ with p4a and buildozer"}]},{"@type":"WebSite","@id":"https:\/\/techris.in\/#website","url":"https:\/\/techris.in\/","name":"Techris Innovation Hub","description":"","publisher":{"@id":"https:\/\/techris.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/techris.in\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/techris.in\/#organization","name":"Techris Innovation Hub","url":"https:\/\/techris.in\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/techris.in\/#\/schema\/logo\/image\/","url":"https:\/\/techris.in\/wp-content\/uploads\/2023\/09\/techris-header.png","contentUrl":"https:\/\/techris.in\/wp-content\/uploads\/2023\/09\/techris-header.png","width":400,"height":81,"caption":"Techris Innovation Hub"},"image":{"@id":"https:\/\/techris.in\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/techris.in\/#\/schema\/person\/cc3c22f155a3c9633944952d93d3bb73","name":"gk","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/techris.in\/#\/schema\/person\/image\/","url":"http:\/\/2.gravatar.com\/avatar\/8b4874372850189daf7acdfd816060a6?s=96&d=mm&r=g","contentUrl":"http:\/\/2.gravatar.com\/avatar\/8b4874372850189daf7acdfd816060a6?s=96&d=mm&r=g","caption":"gk"},"sameAs":["https:\/\/techris.in"],"url":"https:\/\/techris.in\/author\/gk"}]}},"_links":{"self":[{"href":"https:\/\/techris.in\/wp-json\/wp\/v2\/posts\/484"}],"collection":[{"href":"https:\/\/techris.in\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techris.in\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techris.in\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/techris.in\/wp-json\/wp\/v2\/comments?post=484"}],"version-history":[{"count":2,"href":"https:\/\/techris.in\/wp-json\/wp\/v2\/posts\/484\/revisions"}],"predecessor-version":[{"id":487,"href":"https:\/\/techris.in\/wp-json\/wp\/v2\/posts\/484\/revisions\/487"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/techris.in\/wp-json\/wp\/v2\/media\/485"}],"wp:attachment":[{"href":"https:\/\/techris.in\/wp-json\/wp\/v2\/media?parent=484"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techris.in\/wp-json\/wp\/v2\/categories?post=484"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techris.in\/wp-json\/wp\/v2\/tags?post=484"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}