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

      <legend id='NCsd9'><style id='NCsd9'><dir id='NCsd9'><q id='NCsd9'></q></dir></style></legend>
        <bdo id='NCsd9'></bdo><ul id='NCsd9'></ul>
      <tfoot id='NCsd9'></tfoot>

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

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

      2. 無(wú)法在 Windows 10 上使用 python2.7/MINGW 安裝 pyslali

        Unable to Install pyslalib package using python2.7 / MINGW on Windows 10(無(wú)法在 Windows 10 上使用 python2.7/MINGW 安裝 pyslalib 包)

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

                <tbody id='fNcRu'></tbody>
                <legend id='fNcRu'><style id='fNcRu'><dir id='fNcRu'><q id='fNcRu'></q></dir></style></legend>
                • <bdo id='fNcRu'></bdo><ul id='fNcRu'></ul>
                  <tfoot id='fNcRu'></tfoot>
                  本文介紹了無(wú)法在 Windows 10 上使用 python2.7/MINGW 安裝 pyslalib 包的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

                  問(wèn)題描述

                  我正在嘗試在 Windows 10 上使用 python 2.7 安裝 pyslalib 包,并不斷收到以下信息:

                  I'm trying to install the pyslalib package using python 2.7 on Windows 10 and keep getting the following:

                  collect2.exe:錯(cuò)誤:ld 返回 1 個(gè)退出狀態(tài)"

                  "collect2.exe: error: ld returned 1 exit status"

                  當(dāng)我嘗試運(yùn)行python setup.py install"時(shí)的消息.我認(rèn)為這可能是我的 mingw 配置的問(wèn)題,但我似乎無(wú)法找到問(wèn)題所在.

                  message when I try to run "python setup.py install". I think this might be an issue with my mingw configuration, but I can't seem to locate the problem.

                  對(duì)于這個(gè)問(wèn)題的任何幫助將不勝感激.我周末大部分時(shí)間都在為此苦苦掙扎.

                  Any help with this issue would be greatly appreciated. I've eaten up most of the weekend struggling with this.

                  謝謝,

                  輸出錯(cuò)誤是:

                  C:Python27libs/libpython27.a(dmmes01026.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
                  C:Python27libs/libpython27.a(dmmes00281.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
                  C:Python27libs/libpython27.a(dmmes00105.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
                  C:Python27libs/libpython27.a(dmmes00253.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
                  C:Python27libs/libpython27.a(dmmes00227.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
                  C:Python27libs/libpython27.a(dmmes00712.o):(.idata$7+0x0): more undefined references to `_head_C__build27_cpython_PCBuild_libpython27_a' follow
                  collect2.exe: error: ld returned 1 exit status
                  

                  推薦答案

                  這好像是我最近遇到的一個(gè)問(wèn)題.我認(rèn)為 Python 附帶的 libpython27.a 存在問(wèn)題(我使用的是 2.7.10 版).根據(jù) python27.dll 創(chuàng)建我自己的 libpython27.a="nofollow">這里解決了這個(gè)問(wèn)題.

                  This looks like a problem I had recently. I think there is a problem with the libpython27.a that comes included with Python (I'm on version 2.7.10). Creating my own libpython27.a from the python27.dll as per the instructions found here fixed the problem.

                  要?jiǎng)?chuàng)建 Python 擴(kuò)展,您需要鏈接到 Python圖書(shū)館.不幸的是,大多數(shù) Python 發(fā)行版都提供了Python22.lib,Microsoft Visual C++ 格式的庫(kù).海合會(huì)期望一個(gè).a 文件(準(zhǔn)確地說(shuō)是 libpython22.a.).以下是轉(zhuǎn)換方法python22.liblibpython22.a:

                  To create Python extensions, you need to link against the Python library. Unfortunately, most Python distributions are provided with Python22.lib, a library in Microsoft Visual C++ format. GCC expects a .a file (libpython22.a to be precise.). Here's how to convert python22.lib to libpython22.a:

                  1. 下載 pexport(從這里或https://web.archive.org/web/20000829082204/http://starship.python.net/crew/kernr/mingw32/pexports-0.42h.zip).
                  2. 獲取Python22.dll(它應(yīng)該在你硬盤的某個(gè)地方).
                  3. 運(yùn)行:pexports python22.dll >python22.def 這將提取所有符號(hào)從 python22.dll 并將它們寫(xiě)入 python22.def.
                  4. 運(yùn)行:dlltool --dllname python22.dll --def python22.def --output-lib libpython22.a 這將創(chuàng)建 libpython22.a (dlltool 是 MinGW 實(shí)用程序的一部分).
                  5. libpython22.a 復(fù)制到 c:python22libs (與python22.lib).
                  1. Download pexport (from here or https://web.archive.org/web/20000829082204/http://starship.python.net/crew/kernr/mingw32/pexports-0.42h.zip).
                  2. Get Python22.dll (it should be somewhere on your harddrive).
                  3. Run : pexports python22.dll > python22.def This will extract all symbols from python22.dll and write them into python22.def.
                  4. Run : dlltool --dllname python22.dll --def python22.def --output-lib libpython22.a This will create libpython22.a (dlltool is part of MinGW utilities).
                  5. Copy libpython22.a to c:python22libs (in the same directory as python22.lib).

                  這個(gè)技巧應(yīng)該適用于所有 Python 版本,包括 Python 的未來(lái)版本.你也可以使用這個(gè)技巧轉(zhuǎn)換其他庫(kù).

                  This trick should work for all Python versions, including future releases of Python. You can also use this trick to convert other libraries.

                  這篇關(guān)于無(wú)法在 Windows 10 上使用 python2.7/MINGW 安裝 pyslalib 包的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

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

                  相關(guān)文檔推薦

                  How to make a discord bot that gives roles in Python?(如何制作一個(gè)在 Python 中提供角色的不和諧機(jī)器人?)
                  Discord bot isn#39;t responding to commands(Discord 機(jī)器人沒(méi)有響應(yīng)命令)
                  Can you Get the quot;About mequot; feature on Discord bot#39;s? (Discord.py)(你能得到“關(guān)于我嗎?Discord 機(jī)器人的功能?(不和諧.py))
                  message.channel.id Discord PY(message.channel.id Discord PY)
                  How do I host my discord.py bot on heroku?(如何在 heroku 上托管我的 discord.py 機(jī)器人?)
                  discord.py - Automaticaly Change an Role Color(discord.py - 自動(dòng)更改角色顏色)

                  <small id='9TzY1'></small><noframes id='9TzY1'>

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

                            <legend id='9TzY1'><style id='9TzY1'><dir id='9TzY1'><q id='9TzY1'></q></dir></style></legend>
                              <tbody id='9TzY1'></tbody>
                            主站蜘蛛池模板: 人人综合 | 欧美狠狠操| 色片在线 | 五月天丁香 | 日本三级大片 | 看国产毛片 | 欧美日韩在线精品 | 亚洲激情在线播放 | 日韩欧美高清视频 | 亚洲精品日韩丝袜精品 | 午夜精品视频在线观看 | 国产一区精品在线观看 | 国产精品视频播放 | 免费国产一区二区 | 国产综合久久久 | 精品国产aⅴ麻豆 | 亚洲激情另类 | 午夜精品影院 | 精品欧美一区二区三区久久久 | 99视频网| www中文字幕| 亚洲视频在线观看一区 | 天天视频黄 | 欧美久久久久久 | 国产午夜精品久久久久久久 | 国产伦精品一区二区三区视频黑人 | 免费在线毛片 | 精品国产区一区二 | 色黄大色黄女片免费中国 | 日本丰满少妇做爰爽爽 | 欧美日韩亚洲国产 | 99av| 成 人 黄 色 片 在线播放 | 亚洲午夜18毛片在线看 | 在线观看黄色网 | 成人av一区二区三区在线观看 | 精品国产999久久久免费 | 欧美福利一区二区 | 五月天丁香 | 日韩手机在线视频 | 成人免费网站黄 |