install

    0熱度

    1回答

    我有一個項目可以創建多個可執行文件並安裝它們。對於可執行文件的相關CMake的代碼是: add_executable(foo "foo.cpp") add_executable(bar "bar.cpp;qux.cpp") install(TARGETS foo bar "/usr/bin") 然後,我創建一個.deb包,當它安裝,我可以運行在命令行foo和bar。我想要做這樣的事情: a

    7熱度

    2回答

    該代碼使用golang(1.8.3)的以前版本編譯OK但是無法升級到新的golang(1.9) 之後編譯 ~/src/gopath/src/github.com/scottstensland/infosynth $ go build infosynth.go # runtime /usr/local/go/src/runtime/mstkbar.go:151:10: debug.gcstack

    1熱度

    1回答

    我剛剛購買了最新版本的SAP Crystal Reports並從其網站下載了它。我試圖運行Setup.exe程序,但一旦我雙擊它,我收到一條致命錯誤消息,指出 「4520-4539範圍內的至少一個端口必須打開,以便安裝到請繼續,請確保沒有應用程序或防火牆阻止此範圍。「 好吧 - 我在Windows Defender中有一條規則,應該允許這些端口打開,我已經訪問了我的路由器並設置了打開的端口。但是當

    1熱度

    1回答

    我試圖用.whl文件Pyhook從 lfd.uci.edu/~gohlke/pythonlibs 我也試圖通過pip install pyhook 安裝它安裝,並告訴我這一點: Could not find any downloads that satisfy the requirement pyhook Cleaning up... No distributions at all found

    0熱度

    1回答

    使用python.exe時,我遇到了安裝問題pyttsx3 in python 3.5。我得到以下錯誤: >>> import pip >>> pip.main (['install','pyttsx3']) Collecting pyttsx3 Downloading pyttsx3-2.6.zip Complete output from command python setup.py

    -1熱度

    1回答

    我不是很熟悉Python,我試圖從https://github.com/dx0x58/Treehouse-dl使用這個腳本調用#樹保護程序V0.1卻無法真正完成第一個步驟,說: git clone https://github.com/dx0x58/Treehouse-Saver cd Treehouse-Saver pip install -r requirements.txt 我已經安

    0熱度

    1回答

    我嘗試安裝導軌最近 ,但得到這些錯誤 我嘗試了一些類似的解決方案,但沒有工作 答案有前已經太老我現在 所以請看看,如果你是自由的: Building native extensions. This could take a while... ERROR: Error installing rails: ERROR: Failed to build gem native extension.

    0熱度

    1回答

    我在768MB ram和512 MB交換空間的容器上運行。我無法增加這一點。 cabal install criterion總是在Compiling Criterion.Types給人 Failed during the building phase. The exception was: ExitFailure (-9) This may be due to an out-of-memory

    0熱度

    1回答

    我正在嘗試使用pip3安裝pybluez軟件包。但我總是碰到下面的錯誤,當我寫信給終端「PIP 3安裝pybluez」 命令「/usr/local/opt/python3/bin/python3.6 -u -c」進口setuptools的,記號化; 檔案 ='/ private/var/folders/_r/vshyh8x51h59xl0nks7jtz280000gn/T/pip-build-2g

    1熱度

    1回答

    有很多帶節點模塊的github存儲庫。 其中一些發佈爲NPM軟件包,我可以通過npm install <module>進行安裝。 有時github只包含來源,並且在package.json我可以看到"prepublish": "npm run build"並且NPM獲得捆綁; 另外我有可能從github倉庫獲取模塊(npm install <project>/<resository>),但默認爲n