{"id":6205,"date":"2020-06-02T19:05:01","date_gmt":"2020-06-02T11:05:01","guid":{"rendered":"https:\/\/blog.hoyo.idv.tw\/?p=6205"},"modified":"2023-07-13T13:28:07","modified_gmt":"2023-07-13T05:28:07","slug":"nanopi-2-python3-%e9%96%8b%e7%99%bc%e7%92%b0%e5%a2%83%e7%9a%84%e6%90%ad%e5%bb%ba","status":"publish","type":"post","link":"https:\/\/blog.hoyo.idv.tw\/?p=6205","title":{"rendered":"NanoPi - 2. Python3 \u958b\u767c\u74b0\u5883\u7684\u642d\u5efa"},"content":{"rendered":"<p>NanoPi \u4e0d\u662f\u00a0Raspberry Pi \u8cc7\u6e90\u4e0d\u662f\u5b8c\u5168\u5171\u7528\uff0c\u4f8b\u5982 RPi.GPIO<\/p>\n<p>\u591a\u78b0\u58c1\u5c31\u77e5\u9053\u5dee\u5225\uff0c\u91cd\u9ede\u9084\u662f\u5728 Linux \u7ba1\u7406\u4ee5\u53ca\u786c\u9ad4\u662f\u5982\u4f55\u9a45\u52d5\uff0cPython \u53ea\u662f\u7a0b\u5f0f\uff0c\u5beb\u6cd5\u6709\u5f88\u591a\u4e0d\u904e\u4e00\u5b9a\u662f\u5efa\u7acb\u5728\u904b\u4f5c\u74b0\u5883\u4e0a\uff0c\u6240\u4ee5\u641e\u61c2 pi \u4e0a\u7684 Linux \u6bd4\u8f03\u91cd\u8981<\/p>\n<p>\u6703\u9019\u6a23\u8aaa\u662f\u56e0\u70ba Hoyo \u662f\u5f9e\u7db2\u7ad9\u8f49\u5230 IoT \u89d2\u5ea6\uff0c\u96d6\u7136\u90fd\u662f Linux \u4f46\u662f\u8457\u91cd\u7684\u9ede\u4e0d\u4e00\u6a23\uff0c\u9084\u662f\u9700\u8981\u5b78\u5f88\u591a\u65b0\u6771\u897f (\u61c9\u8a72\u662f\u81ea\u5df1\u592a\u83dc\u4e86)<\/p>\n<p>--<\/p>\n<h2>\u5b89\u88dd pip3<\/h2>\n<p>\u66f4\u65b0\u81f3\u5c11\u9700\u8981 90 \u5206\u9418\u4ee5\u4e0a\uff0c\u5efa\u8b70\u66f4\u65b0\u5f8c\u4f7f\u7528\uff0c\u8a18\u5f97\u66f4\u65b0\u5f8c\u91cd\u65b0\u7522\u751f\u4e00\u4efd image file<\/p>\n<pre class=\"lang:default decode:true\"># apt update\r\n# apt upgrade<\/pre>\n<p>pip3<\/p>\n<pre class=\"lang:default decode:true\"># apt-get install python3 python3-pip python-dev python3-dev build-essential libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-dev curl unzip\r\n# pip3 install --upgrade pip<\/pre>\n<p>--<\/p>\n<h2>Module \u5b89\u88dd<\/h2>\n<pre class=\"lang:default decode:true \"># pip3 install gpio pyserial netifaces pycryptodomex flask<\/pre>\n<p style=\"color: #333333; font-style: normal;\"><strong>ImportError: cannot import name 'main'<\/strong><\/p>\n<ul style=\"color: #333333; font-style: normal;\">\n<li><a href=\"https:\/\/blog.csdn.net\/tintinetmilou\/article\/details\/80091630\" target=\"_blank\" rel=\"noopener\">pip Import Error:cannot import name main\u89e3\u51b3\u65b9\u6848<\/a><\/li>\n<\/ul>\n<p style=\"color: #333333; font-style: normal;\"><strong>\/usr\/bin\/pip3<\/strong><\/p>\n<pre class=\"lang:default decode:true\" style=\"color: #333333; font-style: normal; font-weight: 300;\">from pip import __main__\r\nif __name__ == '__main__':\r\n    sys.exit(__main__._main())<\/pre>\n<p>--<\/p>\n<p>ImportError: No module named 'gpio'<\/p>\n<ul>\n<li><a href=\"http:\/\/bbs.elecfans.com\/jishu_705328_1_1.html\" target=\"_blank\" rel=\"noopener\">\u3010NanoPi M2\u8bd5\u7528\u4f53\u9a8c\u3011NanoPI M2 GPIO\u7bc7\u2014\u2014\u57fa\u4e8ePython3<\/a><\/li>\n<\/ul>\n<p>--<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p class=\"pvc_stats all \" data-element-id=\"6205\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> &nbsp;764&nbsp;total views<\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>NanoPi \u4e0d\u662f\u00a0Raspb...<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p class=\"pvc_stats all \" data-element-id=\"6205\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> &nbsp;764&nbsp;total views<\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[308],"tags":[],"_links":{"self":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/6205"}],"collection":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6205"}],"version-history":[{"count":23,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/6205\/revisions"}],"predecessor-version":[{"id":12388,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=\/wp\/v2\/posts\/6205\/revisions\/12388"}],"wp:attachment":[{"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6205"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6205"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.hoyo.idv.tw\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6205"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}