{"id":918,"date":"2022-08-20T00:16:37","date_gmt":"2022-08-19T16:16:37","guid":{"rendered":"https:\/\/173.199.115.147\/?p=918"},"modified":"2022-08-20T00:36:59","modified_gmt":"2022-08-19T16:36:59","slug":"%e8%a7%a3%e5%86%b3python%e7%a6%bb%e7%ba%bf%e5%ae%89%e8%a3%85pyautogui%e6%97%b6%e6%8a%a5%e9%94%99no-matching-distribution-found-for-setuptools","status":"publish","type":"post","link":"https:\/\/meiza.cc\/?p=918","title":{"rendered":"\u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\u6211\u8bd5\u56fe\u5728Python3.9+pip22.2.1\u73af\u5883\u4e0b\u4f7f\u7528requirement.txt\u79bb\u7ebf\u4fdd\u5b58\u5e93\uff0c\u5e76\u8fc1\u79fb\u5230\u53e6\u4e00\u5904\u7535\u8111\u79bb\u7ebf\u5b89\u88c5\u3002\u4f46\u5728\u5b89\u88c5 <code>pyautogui<\/code> \u8fd9\u4e2a\u5e93\u7684\u65f6\u5019\u9047\u5230\u4e86\u4e0b\u9762\u8fd9\u4e2a\u62a5\u9519\uff1a<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">(For Eng user: When I was trying to install the package <code>pyautogui <\/code>offline, by download in one PC, copy-paste and install in another PC, I meet the following error, it can be solved by adding a <code>pyautogui --no-build-isolation<\/code> parameter after <code>pip install pip install --no-index --find-links=\"\/yourpath\" -r requirements.txt<\/code> command.)<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1385\" height=\"427\" src=\"https:\/\/173.199.115.147\/wp-content\/uploads\/2022\/08\/image-3.png\" alt=\"\" class=\"wp-image-919\" srcset=\"https:\/\/meiza.cc\/wp-content\/uploads\/2022\/08\/image-3.png 1385w, https:\/\/meiza.cc\/wp-content\/uploads\/2022\/08\/image-3-300x92.png 300w, https:\/\/meiza.cc\/wp-content\/uploads\/2022\/08\/image-3-1024x316.png 1024w, https:\/\/meiza.cc\/wp-content\/uploads\/2022\/08\/image-3-768x237.png 768w\" sizes=\"auto, (max-width: 1385px) 100vw, 1385px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u53cd\u590d\u67e5\u8be2\u53d1\u73b0\u662fpip\u5728\u5b89\u88c5\u6bcf\u4e2a\u5305\u65f6\u4f1a\u5efa\u7acb\u4e00\u4e2a\u9694\u79bb\u73af\u5883\u81ea\u52a8\u83b7\u53d6\u4f9d\u8d56\u9879\uff0c\u800c\u79bb\u7ebf\u5b89\u88c5\u65f6\u4f9d\u8d56\u9879\u4e0d\u80fd\u8fd9\u6837\u83b7\u53d6\uff0c\u56e0\u6b64\u8981\u5728\u5b89\u88c5\u65f6\u52a0\u4e0a <code>pyautogui --no-build-isolation<\/code> \u53c2\u6570\uff0c\u4e0b\u9762\u662f\u4e00\u4e2a\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"font-size:12px\"><div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: powershell; title: ; notranslate\" title=\"\">\n# install and download package in a new venv\nvirtualenv venv\n.\\venv\\Scripts\\activate.ps1\npip install pyautogui\npip freeze &gt; .\\requirements.txt\ncd &quot;.\\dependent file&quot;\npip download -r &quot;..\\requirements.txt&quot;\ncd &quot;..\\&quot;\n\n# in another PC, install pyautogui offline\n# delete .\\venv\nvirtualenv venv\n.\\venv\\Scripts\\activate.ps1\npip install --no-index --find-links=&quot;.\/dependent file&quot; -r requirements.txt\n\n# raise error like this:\n&#039;&#039;&#039;\n  error: subprocess-exited-with-error\n\n  \u00d7 pip subprocess to install build dependencies did not run successfully.\n  \u2502 exit code: 1\n  \u2570\u2500&gt; &#x5B;3 lines of output]\n      Looking in links: .\/dependent file\n      ERROR: Could not find a version that satisfies the requirement setuptools&gt;=40.8.0 (from versions: none)\n      ERROR: No matching distribution found for setuptools&gt;=40.8.0\n      &#x5B;end of output]\n\n  note: This error originates from a subprocess, and is likely not a problem with pip.\nerror: subprocess-exited-with-error\n\n\u00d7 pip subprocess to install build dependencies did not run successfully.\n\u2502 exit code: 1\n\u2570\u2500&gt; See above for output.\n\nnote: This error originates from a subprocess, and is likely not a problem with pip.\n&#039;&#039;&#039;\n\n# replace the install command to this can solve this problem:\npip install --no-index --find-links=&quot;.\/dependent file&quot; -r requirements.txt pyautogui --no-build-isolation\n<\/pre><\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">\u89e3\u51b3\u65b9\u6848\u6765\u6e90\uff1a<a href=\"https:\/\/stackoverflow.com\/questions\/64623464\/pip-install-pymsgbox-offline-always-failed\">pip install pymsgbox offline always failed<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211;no-build-isolation \u53c2\u6570\u7684\u4f5c\u7528\uff1a<a href=\"https:\/\/stackoverflow.com\/questions\/62889093\/what-does-no-build-isolation-do\">what does no-build-isolation do?<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6211\u8bd5\u56fe\u5728Python3.9+pi&#8230;<\/p>\n","protected":false},"author":1,"featured_media":919,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[12],"tags":[18],"class_list":["post-918","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-12","tag-python"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools - Meiza\u7684\u5c0f\u76d2<\/title>\n<meta name=\"description\" content=\"Meiza\u7684\u5c0f\u76d2 - \u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools -\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/meiza.cc\/?p=918\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools - Meiza\u7684\u5c0f\u76d2\" \/>\n<meta property=\"og:description\" content=\"Meiza\u7684\u5c0f\u76d2 - \u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools -\" \/>\n<meta property=\"og:url\" content=\"https:\/\/meiza.cc\/?p=918\" \/>\n<meta property=\"og:site_name\" content=\"Meiza\u7684\u5c0f\u76d2\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-19T16:16:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-19T16:36:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/meiza.cc\/wp-content\/uploads\/2022\/08\/image-3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1385\" \/>\n\t<meta property=\"og:image:height\" content=\"427\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"meizakini\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@meizakini\" \/>\n<meta name=\"twitter:site\" content=\"@meizakini\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"meizakini\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\\\/\\\/meiza.cc\\\/?p=918#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/meiza.cc\\\/?p=918\"},\"author\":{\"name\":\"meizakini\",\"@id\":\"https:\\\/\\\/meiza.cc\\\/#\\\/schema\\\/person\\\/6c9999233c1f6dd49d059f9aa318b8b4\"},\"headline\":\"\u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools\",\"datePublished\":\"2022-08-19T16:16:37+00:00\",\"dateModified\":\"2022-08-19T16:36:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/meiza.cc\\\/?p=918\"},\"wordCount\":62,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/meiza.cc\\\/#\\\/schema\\\/person\\\/6c9999233c1f6dd49d059f9aa318b8b4\"},\"image\":{\"@id\":\"https:\\\/\\\/meiza.cc\\\/?p=918#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/meiza.cc\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/image-3.png\",\"keywords\":[\"python\"],\"articleSection\":[\"\u79d1\u6280\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/meiza.cc\\\/?p=918#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/meiza.cc\\\/?p=918\",\"url\":\"https:\\\/\\\/meiza.cc\\\/?p=918\",\"name\":\"\u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools - Meiza\u7684\u5c0f\u76d2\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/meiza.cc\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/meiza.cc\\\/?p=918#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/meiza.cc\\\/?p=918#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/meiza.cc\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/image-3.png\",\"datePublished\":\"2022-08-19T16:16:37+00:00\",\"dateModified\":\"2022-08-19T16:36:59+00:00\",\"description\":\"Meiza\u7684\u5c0f\u76d2 - \u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools -\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/meiza.cc\\\/?p=918#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/meiza.cc\\\/?p=918\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/meiza.cc\\\/?p=918#primaryimage\",\"url\":\"https:\\\/\\\/meiza.cc\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/image-3.png\",\"contentUrl\":\"https:\\\/\\\/meiza.cc\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/image-3.png\",\"width\":1385,\"height\":427},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/meiza.cc\\\/?p=918#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/meiza.cc\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/meiza.cc\\\/#website\",\"url\":\"https:\\\/\\\/meiza.cc\\\/\",\"name\":\"Meiza\u7684\u5c0f\u76d2\",\"description\":\"meiza\u7684\u4e2a\u4eba\u7f51\u7ad9\uff1a\u5206\u4eab\u6211\u5bf9\u4e16\u754c\u7684\u89c1\u89e3\u3002\",\"publisher\":{\"@id\":\"https:\\\/\\\/meiza.cc\\\/#\\\/schema\\\/person\\\/6c9999233c1f6dd49d059f9aa318b8b4\"},\"alternateName\":\"Meiza's Box\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/meiza.cc\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/meiza.cc\\\/#\\\/schema\\\/person\\\/6c9999233c1f6dd49d059f9aa318b8b4\",\"name\":\"meizakini\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/meiza.cc\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/cropped-9563c215142ff0cdf88c1c29319e39fb-1024x1024.png\",\"url\":\"https:\\\/\\\/meiza.cc\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/cropped-9563c215142ff0cdf88c1c29319e39fb-1024x1024.png\",\"contentUrl\":\"https:\\\/\\\/meiza.cc\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/cropped-9563c215142ff0cdf88c1c29319e39fb-1024x1024.png\",\"width\":1024,\"height\":1024,\"caption\":\"meizakini\"},\"logo\":{\"@id\":\"https:\\\/\\\/meiza.cc\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/cropped-9563c215142ff0cdf88c1c29319e39fb-1024x1024.png\"},\"sameAs\":[\"https:\\\/\\\/meiza.cc\",\"https:\\\/\\\/x.com\\\/meizakini\"],\"url\":\"https:\\\/\\\/meiza.cc\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools - Meiza\u7684\u5c0f\u76d2","description":"Meiza\u7684\u5c0f\u76d2 - \u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools -","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:\/\/meiza.cc\/?p=918","og_locale":"zh_CN","og_type":"article","og_title":"\u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools - Meiza\u7684\u5c0f\u76d2","og_description":"Meiza\u7684\u5c0f\u76d2 - \u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools -","og_url":"https:\/\/meiza.cc\/?p=918","og_site_name":"Meiza\u7684\u5c0f\u76d2","article_published_time":"2022-08-19T16:16:37+00:00","article_modified_time":"2022-08-19T16:36:59+00:00","og_image":[{"width":1385,"height":427,"url":"https:\/\/meiza.cc\/wp-content\/uploads\/2022\/08\/image-3.png","type":"image\/png"}],"author":"meizakini","twitter_card":"summary_large_image","twitter_creator":"@meizakini","twitter_site":"@meizakini","twitter_misc":{"\u4f5c\u8005":"meizakini","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/meiza.cc\/?p=918#article","isPartOf":{"@id":"https:\/\/meiza.cc\/?p=918"},"author":{"name":"meizakini","@id":"https:\/\/meiza.cc\/#\/schema\/person\/6c9999233c1f6dd49d059f9aa318b8b4"},"headline":"\u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools","datePublished":"2022-08-19T16:16:37+00:00","dateModified":"2022-08-19T16:36:59+00:00","mainEntityOfPage":{"@id":"https:\/\/meiza.cc\/?p=918"},"wordCount":62,"commentCount":1,"publisher":{"@id":"https:\/\/meiza.cc\/#\/schema\/person\/6c9999233c1f6dd49d059f9aa318b8b4"},"image":{"@id":"https:\/\/meiza.cc\/?p=918#primaryimage"},"thumbnailUrl":"https:\/\/meiza.cc\/wp-content\/uploads\/2022\/08\/image-3.png","keywords":["python"],"articleSection":["\u79d1\u6280"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/meiza.cc\/?p=918#respond"]}]},{"@type":"WebPage","@id":"https:\/\/meiza.cc\/?p=918","url":"https:\/\/meiza.cc\/?p=918","name":"\u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools - Meiza\u7684\u5c0f\u76d2","isPartOf":{"@id":"https:\/\/meiza.cc\/#website"},"primaryImageOfPage":{"@id":"https:\/\/meiza.cc\/?p=918#primaryimage"},"image":{"@id":"https:\/\/meiza.cc\/?p=918#primaryimage"},"thumbnailUrl":"https:\/\/meiza.cc\/wp-content\/uploads\/2022\/08\/image-3.png","datePublished":"2022-08-19T16:16:37+00:00","dateModified":"2022-08-19T16:36:59+00:00","description":"Meiza\u7684\u5c0f\u76d2 - \u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools -","breadcrumb":{"@id":"https:\/\/meiza.cc\/?p=918#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/meiza.cc\/?p=918"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/meiza.cc\/?p=918#primaryimage","url":"https:\/\/meiza.cc\/wp-content\/uploads\/2022\/08\/image-3.png","contentUrl":"https:\/\/meiza.cc\/wp-content\/uploads\/2022\/08\/image-3.png","width":1385,"height":427},{"@type":"BreadcrumbList","@id":"https:\/\/meiza.cc\/?p=918#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/meiza.cc\/"},{"@type":"ListItem","position":2,"name":"\u89e3\u51b3Python\u79bb\u7ebf\u5b89\u88c5pyautogui\u65f6\u62a5\u9519No matching distribution found for setuptools"}]},{"@type":"WebSite","@id":"https:\/\/meiza.cc\/#website","url":"https:\/\/meiza.cc\/","name":"Meiza\u7684\u5c0f\u76d2","description":"meiza\u7684\u4e2a\u4eba\u7f51\u7ad9\uff1a\u5206\u4eab\u6211\u5bf9\u4e16\u754c\u7684\u89c1\u89e3\u3002","publisher":{"@id":"https:\/\/meiza.cc\/#\/schema\/person\/6c9999233c1f6dd49d059f9aa318b8b4"},"alternateName":"Meiza's Box","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/meiza.cc\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"https:\/\/meiza.cc\/#\/schema\/person\/6c9999233c1f6dd49d059f9aa318b8b4","name":"meizakini","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/meiza.cc\/wp-content\/uploads\/2024\/09\/cropped-9563c215142ff0cdf88c1c29319e39fb-1024x1024.png","url":"https:\/\/meiza.cc\/wp-content\/uploads\/2024\/09\/cropped-9563c215142ff0cdf88c1c29319e39fb-1024x1024.png","contentUrl":"https:\/\/meiza.cc\/wp-content\/uploads\/2024\/09\/cropped-9563c215142ff0cdf88c1c29319e39fb-1024x1024.png","width":1024,"height":1024,"caption":"meizakini"},"logo":{"@id":"https:\/\/meiza.cc\/wp-content\/uploads\/2024\/09\/cropped-9563c215142ff0cdf88c1c29319e39fb-1024x1024.png"},"sameAs":["https:\/\/meiza.cc","https:\/\/x.com\/meizakini"],"url":"https:\/\/meiza.cc\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/meiza.cc\/index.php?rest_route=\/wp\/v2\/posts\/918","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meiza.cc\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meiza.cc\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meiza.cc\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meiza.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=918"}],"version-history":[{"count":0,"href":"https:\/\/meiza.cc\/index.php?rest_route=\/wp\/v2\/posts\/918\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/meiza.cc\/index.php?rest_route=\/wp\/v2\/media\/919"}],"wp:attachment":[{"href":"https:\/\/meiza.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=918"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meiza.cc\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=918"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meiza.cc\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=918"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}