1. 程式人生 > >clojure-jack-in : error in process filter: open-network-stream: make client process failed: Connecti

clojure-jack-in : error in process filter: open-network-stream: make client process failed: Connecti

clojure-jack-in 啟動出錯

出錯資訊如下:

Connecting to Swank on port 65280.. [2 times]
error in process filter: open-network-stream: make client process failed: Connection refused, :name, SLIME Lisp, :buffer, nil, :host, localhost, :service, 65280, :nowait, nil
error in process filter: make client process failed: Connection refused, :name, SLIME Lisp, :buffer, nil, :host, localhost, :service, 65280, :nowait, nil

解決辦法如下:

My hostname was set to "localhost" which is why the underlying dns lookup was returning the actual interface, not the loopback. Here's the fix:

localhost:~ amitava$ sudo scutil --set HostName amitava.local
amitava:~ amitava$ scutil --get HostName
amitava.local
amitava:~ amitava$ clj
Clojure 1.3.0
user=> (import 'java.net.InetAddress)
java.net.InetAddress
user=> (InetAddress/getByName "localhost")
#<Inet4Address localhost/127.0.0.1>
user=> 

詳細見:

https://github.com/technomancy/swank-clojure/issues/68

相關推薦

clojure-jack-in : error in process filter: open-network-stream: make client process failed: Connecti

clojure-jack-in 啟動出錯 出錯資訊如下: Connecting to Swank on port 65280.. [2 times]error in process filter: open-network-stream: make client proc

[轉]HTTP Error 502.5 - Process Failure asp.net core error in IIS

mic pic restart img ces mage and microsoft cut 本文轉自:http://www.cnblogs.com/autohome7390/p/6840652.html 在windows server 2012 上安裝完do

python多版本配置後使用pip出現 Fatal error in launcher: Unable to create process using '"'

com num cnblogs src eat sta reat xxxxx 。。 上一篇剛介紹了python的多版本環境配置,然後再我把python2的python.exe改成python2.exe之後,python2的pip就不好使了,出現了如題的錯誤。。。 然後解決辦

pip安裝出現Fatal error in launcher: Unable to create process using '"'的解決辦法

python2 情況 是否 bubuko inf img where class 控制 python中使用pip安裝模塊時,出現:Fatal error in launcher: Unable to create process using ‘"‘ 原因:系統中可能有多處安

python2.7升級到python3後,用pip進行安裝時報Fatal error in launcher:Unbale to create process using`""

com AR net tar 完成 ng- htm o-c www 解決:python2.7升級到python3後,用pip進行安裝時報Fatal error in launcher:Unbale to create process using`"" 通過查資料查到:htt

pip3 Fatal error in launcher: Unable to create process using '"' [轉]

using 不讓 In ces 更改 都是 情況下 安裝 關聯 在新環境上安裝python的時候又再次遇到了這個情況,這次留意了一下,發現原來的文章有錯誤的地方,所以來更新一下,應該能解決大部分的問題。 環境是win8,原來只安裝了python2.7。後來因為要用到py

解決Fatal error in launcher: Unable to create process using '"'

最新版 create mage 技術分享 創建 unable python .com eat 問題 分析原因 網上看了很多方案都說直接運行 python3 -m pip install --upgrade pip 來升級pip版本就好了,這個在大多數情況下都是有用的。因為

Fatal error in launcher: Unable to create process 安裝報錯資訊

Fatal error in launcher: Unable to create process 安裝報錯資訊 python3.6執行pip3時 Unable to create process using ‘"’ 背景: 由於在windows作業系統中已經安裝了python2

Fatal error in launcher: Unable to create process using '"' PermissionError: [WinError 5] 拒絕訪問。:

Fatal error in launcher: Unable to create process using ' python 安裝gevent報這個錯誤 使用 python -m pip install gevent   若下載成功但又出現 Permissio

Python:Fatal error in launcher: Unable to create process using 問題排查

cmd> django-admin 回車Fatal error in launcher: Unable to create process using '"c:\users\administrator\appdata\local\programs\python\python37\python.exe"

啟動jupyter notebook時,報錯“Fatal error in launcher: Unable to create process using '"'”

問題描述:      電腦上同時安裝了python2 和python3並且把裡面的python.exe分別改成了python2.exe和python3.exe,在python3下安裝完Jupyter,輸入jupyter notebook時提示Fatal error in l

virtualenv使用報錯:Fatal error in launcher: Unable to create process using '"'

python virtualenv使用報錯:Fatal error in launcher: Unable to create process using '"' 在一個系統中共存Python2、python3的時候,virtualenv使用的時候會報錯:

解決"pip Fatal error in launcher: Unable to create process using ... "的錯誤

前言 我的本機上已經有了python的環境了,也裝了pycharm編輯器(IDE)。 當時我python2和3版本都裝了的,但是現在我忘記了。 所以我需要重新熟悉一下,並且安裝anaconda這個IDE。 摘要 本來是想先熟悉一下開發環境,結果發現並解決了一個問

【Python錯誤】windows下使用pip/easy_install提示Fatal error in launcher: Unable to create process using...

windows下的python安裝完成後,會在python的安裝目錄scripts下生成幾個exe檔案,其中包括easy_install和pip, 我們將上述路徑新增到系統的環境變數後,在正常情況 下是可以使用,easy_install等工具的,但是在64位的系統中會出現

Fatal error in launcher: Unable to create process 安裝報錯資訊

Fatal error in launcher: Unable to create process 安裝報錯資訊 python3.6執行pip3時 Unable to create process using ‘"’ 背景: 由於在windows作業系統中已經安

關於:Fatal error in launcher: Unable to create process using '"'報的錯

環境介紹:本人的python27版本,作業系統為:win7 32位的 首先:在輸入pip list 後系統提示為:Fatal error in launcher: Unable to create process using '"' 其次:cmd進入到dos介面,找到python27的安裝路

解決辦法:CMake編譯時出現“error in configuration process project files may be invalid”

無論是CMake2.84 還是當前最新的CMake2.87都可能會出現這種錯: 查遍國內外的網上都沒有給出可行辦法,結果還是自己解決了 現把出錯原因和解決辦法如下: 出錯原因:因是英文版本,通常安裝沒有看說明,按預設的安裝而"下一步"再下一步,結果是在安裝中要選擇你

pip Fatal error in launcher: Unable to create process using

然後修改了Path環境變數中對應的碟符:D:\Python27\;D:\Python27\Scripts;不管是在哪個目錄,Python可以執行了,但是執行Pip的時候就出錯了!D:\Python27\

Fatal error in launcher: Unable to create process using 錯誤解決 以及python3安裝scrapy

因為要學scrapy 特意在電腦安裝了python2和python3 在python3下安裝scrapy時報錯 D:\python3\Scripts>pip3.6.exe install scrapy Fatal error in launcher: Unable t

python pip使用報錯:Fatal error in launcher: Unable to create process using '"'

windows下同時安裝python2和python3,應將python2和python3直接安裝在 C盤下面,分別為python27和python36資料夾下。(避免Program Files的空格出現,後期會出錯!)為了方便同時使用,需將python3下的python.e