python 啟動shell報錯 Subprocess Startup Error
如圖所示啟動python的IDLE以後,按F5啟動module或者啟動shell的時候就會啟動失敗提示上面錯誤,剛開始百度知道解決方案不靠譜,最後找到原因是我之前看小甲魚的教學視頻時,新建了一個pickle.py文件,它和python安裝目錄下的文件名沖突了,將其刪除後,再次啟動IDLE正常。
因此,出現這個錯誤的原因應該是新建了一個.py 文件,它的名字和python安裝目錄下的文件沖突了。 所以我們命名新的py文件時要避免python中的關鍵字。
python 啟動shell報錯 Subprocess Startup Error
相關推薦
python 啟動shell報錯 Subprocess Startup Error
如圖所示 python安裝 size 分享 bsp sub In 沖突 靠譜 如圖所示啟動python的IDLE以後,按F5啟動module或者啟動shell的時候就會啟動失敗提示上面錯誤,剛開始百度知道解決方案不靠譜,最後找到原因是我之前看小甲魚的教學視頻時,新建了
shell 報錯:syntax error: unexpected end of file
not app 文件格式 解決方案 編輯 window 曾經 command exp 有時執行腳本時會報錯: [[email protected] shell]# sh -x test.sh + $‘\r‘ : command not found test.s
【docker】docker啟動、重啟、關閉命令,附帶:docker啟動容器報錯:docker: Error response from daemon: driver failed programming external connectivity on endpoint es2-node
在關閉並放置centos 的防火牆重啟之後【操作:https://www.cnblogs.com/sxdcgaq8080/p/10032829.html】 啟動docker容器就發現開始報錯: [[email protected] elasticSearch]# docker run -d
maven專案新增Gson的依賴後無法啟動,報錯BeanCreationException:Error creating bean with name 'gsonBuilder'
具體錯誤如下: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gsonBuilder' defined in class path
啟動伺服器報錯: 嚴重: Error configuring application listener of class org.springframework.web.context.Context
1.概述 之前正常啟動的服務端程式,今天開啟突然爆出這樣的錯誤。從直觀上來看是缺少Spring相關包,但是我刪除maven下載的依賴包後,重新update還是有問題,肯定不是這個問題。 2.解決方法 (1)清楚快取法 刪除eclipse中所有的s
啟動hive報錯[ERROR] Terminal initialization failed; falling back to unsupported
ror -m initial erro nal hadoop lin con 錯誤 啟動hive時報例如以下的錯誤[ERROR] Terminal initialization failed; falling back to unsupported 解決的方法:進入到h
Myeclipse啟動報錯:An error has occurred.See the log file
entry classpath ret 出現 restore div nap cati security 出現這個問題是因為斷電前myeclipse還在運行,日誌報錯如下: !ENTRY org.eclipse.osgi 4 0 2017-07-24 08:29:48.4
啟動mysql報錯 -- ERROR! The server quit without updating PID file
bash cal down tar bsp 二進制 pda you log-bin 開發說某個測試環境的mysql,無法重啟了,報以下錯誤提示: # service mysqld restart Shutting down MySQL.. SUCCESS! Starti
memcache啟動報錯:memcached: error while loading shared libraries: libevent-XXXXX5: cannot 。。。。
share mem dev 鏈接 debug 修改文件 memcache null 鏈接地址 創建連接 ln -s /usr/lib/libevent-2.1.so.6 /usr/lib/libevent-2.1.so.6 如果還不行就下面解決 執行下面語句查看鏈接
Eclipse啟動報錯:An internal error occurred during: "Updating indexes".org/eclipse/core/runtime/internal/adaptor/BasicLocation解決方法
update download 4.0 oca and load 異常 for ror Eclipse一直用的好好的,突然這兩天每次啟動都會出現如下的錯誤:An internal error occurred during: "Updating indexes".org/e
啟動mysql報錯:ERROR! The server quit without updating
mysql啟動mysql報錯:ERROR! The server quit without updating PID file (/data/mysql/localhost.localdomain.pid),查看mysql.log發現報錯信息:[ERROR] Fatal error: Can‘t open a
Win7上打開Python IDLE時報“Subprocess Startup Error”
rtu startup 三種 同名 font star pytho 不想 .exe 最近用要Python處理一點事,就打開Python IDLE,結果出現錯誤。 "IDLE‘s subprocess didn‘t make connection. Either IDLE c
python pip安裝報錯python setup.py egg_info failed with error code 1
setup all get setup.py target pip升級 升級 col python版本 安裝locust遇到點問題折騰了好一會兒,記錄一下。 使用命令pip install locustio提示python setup.py egg_info failed
python爬蟲訪問https網站報錯解決方案ERROR:ssl_client_socket_impl.cc(1098)] handshake failed
報錯資訊: [3488:1356:0512/211222.342:ERROR:ssl_client_socket_impl.cc(1098)] handshake failed; returned -1, SSL error code 1, net_error -101 Chrome瀏覽器解決方
python中使用pip安裝報錯:Fatal error in launcher... 解決方法
python安裝了2和3版本在 cmd 中用pip報的錯誤為:Fatal error in launcher:Unable to create process using 這是因為你安裝了python3和python2在你的windows下,並且在環境變數中分別配置了pip,可是並沒有區分pip3還是p
python 呼叫dll 報錯 WindowsError: [Error 126]
呼叫程式碼 注意:C++檔案(cpp):(在函式宣告上加上extern "C" 的修飾)否則方法名不會被python識別 載入的時候要根據你將要呼叫的函式是符合什麼呼叫約定的。 windll和cdll分別是WinDLL類和CDll類的物件 stdcall呼叫約定:
Pycharm報錯解決:error:please select a valid Python interpreter
問題描述: 之前PC上安裝的是Python2,後來工作需要轉成Python3了。然後在用pycharm執行Python2的程式時發現源程式執行報錯(出去語法錯誤) error:please select a valid Python interpreter 問題原因: 在pycharm匯入源專案的
Mac OS 使用PyCharm 啟動Python Django程式報錯 解決方案
報錯資訊圖片 報錯資訊文字 django.core.exceptions.ImproperlyConfigured: Requested setting USE_I18N, but settings are not configured. You must either define
nginx啟動報錯:nginx: [error] open() "/var/run/nginx/nginx.pid" failed (2: No such file or directory) 的解決辦法
問題: 重啟虛擬機器後,再次重啟nginx會報錯: nginx: [error] open() "/var/run/nginx/nginx.pid" failed (2: No such file or directory) 問題原因: 提示資訊說明在 /var/
linux 系統中系統關機後,mysql啟動失敗報錯:ERROR 2002 (HY000): Can't connect to local MySQL server through socket '
自己在阿里雲伺服器上安裝好執行環境後,mysql都是正常使用的,昨天強制關閉伺服器後,重新啟動伺服器,發現數據庫無法啟動報錯:ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/va