久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <legend id='Zmy2p'><style id='Zmy2p'><dir id='Zmy2p'><q id='Zmy2p'></q></dir></style></legend>

  • <i id='Zmy2p'><tr id='Zmy2p'><dt id='Zmy2p'><q id='Zmy2p'><span id='Zmy2p'><b id='Zmy2p'><form id='Zmy2p'><ins id='Zmy2p'></ins><ul id='Zmy2p'></ul><sub id='Zmy2p'></sub></form><legend id='Zmy2p'></legend><bdo id='Zmy2p'><pre id='Zmy2p'><center id='Zmy2p'></center></pre></bdo></b><th id='Zmy2p'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Zmy2p'><tfoot id='Zmy2p'></tfoot><dl id='Zmy2p'><fieldset id='Zmy2p'></fieldset></dl></div>
    <tfoot id='Zmy2p'></tfoot>

    1. <small id='Zmy2p'></small><noframes id='Zmy2p'>

      • <bdo id='Zmy2p'></bdo><ul id='Zmy2p'></ul>

        安裝 Shapely: OSError: [WinError 126] 找不到指定的模塊

        Install Shapely: OSError: [WinError 126] The specified module could not be found(安裝 Shapely: OSError: [WinError 126] 找不到指定的模塊)
        <tfoot id='a5OVZ'></tfoot>
              <tbody id='a5OVZ'></tbody>

                <small id='a5OVZ'></small><noframes id='a5OVZ'>

                <i id='a5OVZ'><tr id='a5OVZ'><dt id='a5OVZ'><q id='a5OVZ'><span id='a5OVZ'><b id='a5OVZ'><form id='a5OVZ'><ins id='a5OVZ'></ins><ul id='a5OVZ'></ul><sub id='a5OVZ'></sub></form><legend id='a5OVZ'></legend><bdo id='a5OVZ'><pre id='a5OVZ'><center id='a5OVZ'></center></pre></bdo></b><th id='a5OVZ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='a5OVZ'><tfoot id='a5OVZ'></tfoot><dl id='a5OVZ'><fieldset id='a5OVZ'></fieldset></dl></div>
                • <bdo id='a5OVZ'></bdo><ul id='a5OVZ'></ul>

                  <legend id='a5OVZ'><style id='a5OVZ'><dir id='a5OVZ'><q id='a5OVZ'></q></dir></style></legend>
                  本文介紹了安裝 Shapely: OSError: [WinError 126] 找不到指定的模塊的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我必須安裝 Shapely 包(http://toblerity.org/shapely/project.html#安裝).但是當我使用時:

                  I have to install Shapely package (http://toblerity.org/shapely/project.html#installation). But when I am using:

                  pip install Shapely
                  

                  我收到此錯誤:

                  Collecting Shapely
                    Using cached Shapely-1.5.17.tar.gz
                      Complete output from command python setup.py egg_info:
                      Traceback (most recent call last):
                        File "<string>", line 1, in <module>
                        File "C:UsersAppDataLocalTemppip-build-mwuxcainShapelysetup.py", line 38, in <module>
                          from shapely._buildcfg import geos_version_string, geos_version, 
                        File "C:UsersAppDataLocalTemppip-build-mwuxcainShapelyshapely\_buildcfg.py", line 200, in <module>
                          lgeos = CDLL("geos.dll")
                        File "C:UsersAnaconda3libctypes\__init__.py", line 344, in __init__
                          self._handle = _dlopen(self._name, mode)
                      OSError: [WinError 126] The specified module could not be found
                  
                      ----------------------------------------
                  Command "python setup.py egg_info" failed with error code 1 in C:UsersAppDataLocalTemppip-build-mwuxcainShapely
                  

                  而且,當我使用時:

                  conda install shapely
                  

                  我收到此錯誤:

                  Fetching package metadata ...........
                  
                  
                  PackageNotFoundError: Package not found: Conda could not find '
                  

                  我在 Windows 10(64 位)上使用 Python 3.6.0 (Anaconda3).

                  I am using Python 3.6.0 (Anaconda3) on Windows 10 (64-bit).

                  請幫忙.(沒用)

                  推薦答案

                  使用 http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely

                  安裝:

                  python -m pip install Shapely-1.5.17-cp36-cp36m-win_amd64.whl
                  

                  Ubuntu:

                  pip install shapely==1.6b2
                  

                  這篇關(guān)于安裝 Shapely: OSError: [WinError 126] 找不到指定的模塊的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  python: Two modules and classes with the same name under different packages(python:不同包下同名的兩個模塊和類)
                  Configuring Python to use additional locations for site-packages(配置 Python 以使用站點包的其他位置)
                  How to structure python packages without repeating top level name for import(如何在不重復(fù)導(dǎo)入頂級名稱的情況下構(gòu)造python包)
                  Install python packages on OpenShift(在 OpenShift 上安裝 python 包)
                  How to refresh sys.path?(如何刷新 sys.path?)
                  Distribute a Python package with a compiled dynamic shared library(分發(fā)帶有已編譯動態(tài)共享庫的 Python 包)
                    <tbody id='VGNmQ'></tbody>

                  <tfoot id='VGNmQ'></tfoot>

                  <small id='VGNmQ'></small><noframes id='VGNmQ'>

                    <bdo id='VGNmQ'></bdo><ul id='VGNmQ'></ul>
                    <i id='VGNmQ'><tr id='VGNmQ'><dt id='VGNmQ'><q id='VGNmQ'><span id='VGNmQ'><b id='VGNmQ'><form id='VGNmQ'><ins id='VGNmQ'></ins><ul id='VGNmQ'></ul><sub id='VGNmQ'></sub></form><legend id='VGNmQ'></legend><bdo id='VGNmQ'><pre id='VGNmQ'><center id='VGNmQ'></center></pre></bdo></b><th id='VGNmQ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='VGNmQ'><tfoot id='VGNmQ'></tfoot><dl id='VGNmQ'><fieldset id='VGNmQ'></fieldset></dl></div>

                      • <legend id='VGNmQ'><style id='VGNmQ'><dir id='VGNmQ'><q id='VGNmQ'></q></dir></style></legend>
                          • 主站蜘蛛池模板: 99在线免费视频 | 鸡毛片 | 91天堂| 免费观看成人性生生活片 | 国产视频久久 | www成人免费视频 | 欧美日韩亚洲一区二区 | 国产一区欧美一区 | 国产成人一区二区 | 精品久久久久久久久久久 | 国产精品免费视频一区 | 久久99精品国产 | 激情 婷婷 | 99久久国产| 久久一级| 亚洲精品成人av久久 | 蜜桃av一区二区三区 | 日韩在线观看中文字幕 | 久久久久国产成人精品亚洲午夜 | 亚洲高清一区二区三区 | 国产欧美在线播放 | 日韩亚洲视频 | 欧美日韩福利视频 | 欧美黑人狂野猛交老妇 | 丁香五月缴情综合网 | 久草在线 | 久久久久亚洲精品 | 成人免费看片 | 欧美一区二区在线观看视频 | 亚洲91视频 | 午夜影院免费体验区 | 麻豆一区二区三区 | 亚洲国产精品激情在线观看 | 国产高清精品在线 | 日本成年免费网站 | 超碰在线97国产 | 国产亚洲精品91 | 99精品99久久久久久宅男 | 欧美一级黄色片在线观看 | 亚洲国产精品久久人人爱 | 欧美国产精品一区二区三区 |