国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決

這篇具有很好參考價值的文章主要介紹了【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

目錄

0.環(huán)境

1)問題截圖:

2)錯誤發(fā)生原因:

1.解決思路

2.具體步驟


0.環(huán)境

windows 11 64位,Eclipse 2021-06

1)問題截圖:

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

2)錯誤發(fā)生原因:

由于我手欠,將eclipse文件夾下的配置文件刪掉了,所以新建pyDev項目是會給出提示“未指定項目的解釋器”,英文原提示位【Project interpreter not specified】

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

1.解決思路

重新配置解釋器即可

2.具體步驟

1)進入首選項新建解釋器

點擊【窗口】-【首選項】

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

找到【pyDev】-【Interpreter】-【Python Interpreter】

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

選擇【New】-【Browse for python/pypy exe】

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

在彈出的窗口中,選擇你本機的【ython.exe】運行程序

我直接選擇了我anaconda中的python.exe

點擊【打開】

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

給解釋器起個名字,我的叫【pyDev】,點確定

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

再點確定

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

等框內(nèi)加載出內(nèi)容后,點擊【應用】

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

配置中

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

完成后點擊【應用并關閉】

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

2)配置完成,重新新建項目,錯誤提示已經(jīng)消失

記得在【Interpreter】選項中選擇上一步命名的解釋器

【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決,Eclipse,eclipse,ide,python

至此,問題已解決

--END--文章來源地址http://www.zghlxwxcb.cn/news/detail-707196.html

到了這里,關于【Eclipse】Project interpreter not specified 新建項目時,錯誤提示,已解決的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權/違法違規(guī)/事實不符,請點擊違法舉報進行投訴反饋,一經(jīng)查實,立即刪除!

領支付寶紅包贊助服務器費用

相關文章

  • 在eclipse上安裝JavaWeb插件,配置tomcat服務器和新建JavaWeb項目

    在eclipse上安裝JavaWeb插件,配置tomcat服務器和新建JavaWeb項目

    在eclipse上安裝JavaWeb插件,配置tomcat服務器和新建JavaWeb項目的具體步驟如下: 一、eclipse上安裝JavaWeb插件 1.在官網(wǎng)下載tomcat服務器zip包,解壓到C盤(根據(jù)需求自行選擇解壓位置)。 2.打開eclipse選擇幫助。 3.選擇關于,查看eclipse版本。 ?4.記住版本,然后選擇安裝插件。 5.選

    2024年02月06日
    瀏覽(21)
  • Eclipse錯誤提示: Symbol ‘xxxx‘ could not be resolved

    問題現(xiàn)象: 調(diào)試FPGA時,如果在qsys中增加新的內(nèi)容,到nios中編譯的時候就會提示找不到宏定義。 而這些宏定義都是在system.h這個頭文件中的,原來的宏定義都能找到,就是新增的找不到,這個應該和頭文件路徑?jīng)]有關系,要不要所有的都找不到。 查找網(wǎng)上的解決方法: Pro

    2024年02月10日
    瀏覽(23)
  • keil錯誤和解決辦法(1):FCARM - Output Name not specified, please check ‘Options for Target - Utilities‘

    keil錯誤和解決辦法(1):FCARM - Output Name not specified, please check ‘Options for Target - Utilities‘

    這個錯誤是由于新導入到工程內(nèi)的文件,未被正確識別而引發(fā)的錯誤 報錯: FCARM - Output Name not specified, please check ‘Options for Target - Utilities’ 原因:用戶的.c和.h文件往往都是新建txt,然后改的后綴,這樣的文件被導入keil后,有可能會被識別成image file。 在新導入到keil中的文

    2024年02月16日
    瀏覽(18)
  • Idea新建spring Initializr項目時選擇Project SDK為1.8,選擇java版本只有是17和21,出現(xiàn)報錯信息

    Idea新建spring Initializr項目時選擇Project SDK為1.8,選擇java版本只有是17和21,出現(xiàn)報錯信息

    1.項目構建圖展示: 2.報錯圖展示: 3.原因說的很清楚了,是java版本和jdk版本不符合導致的 4.解決方案 改為阿里云的服務器路徑: https://start.aliyun.com 5.測試 這時候就有了java8的版本了

    2024年01月17日
    瀏覽(25)
  • keil5編譯中出現(xiàn)的錯誤(6):FCARM - Output Name not specified, please check ‘Options for Target - Utilities‘

    keil5編譯中出現(xiàn)的錯誤(6):FCARM - Output Name not specified, please check ‘Options for Target - Utilities‘

    在導入其他文件進入工程中會出現(xiàn)這個錯誤:FCARM - Output Name not specified, please check \\\'Options for Target - Utilities\\\' 我在網(wǎng)上找了好多個博主的文章,試了好幾個方法,花了幾個小時一直解決不了,最后才發(fā)現(xiàn)是導入時導入文件的格式選錯了。。。 本文將列出報這個錯誤的兩個常見情

    2024年01月24日
    瀏覽(17)
  • 【pycharm】pycharm里報錯Invalid Python interpreter selected for the project

    【pycharm】pycharm里報錯Invalid Python interpreter selected for the project

    問題: 安裝pycharm后,看到package里的庫好少,以為是調(diào)用的python.exe的目錄設置錯誤了,然后我就手動修改了python目錄,結果導致了報錯Invalid Python interpreter selected for the project: 問題詳情: 1、原先的python.exe目錄如下,調(diào)用的是pycharm創(chuàng)建項目的時候,生成的venv目錄下的pytho

    2024年02月12日
    瀏覽(25)
  • git clone發(fā)生了remote: The project you were looking for could not be found的錯誤

    git clone發(fā)生了remote: The project you were looking for could not be found的錯誤

    在用git從遠程倉庫克隆項目到本地的時候 發(fā)生了remote: The project you were looking for could not be found的錯誤,無法正確克隆項目 原因一般有兩個: 一 是你沒有項目的權限,你可以在瀏覽器輸入你的項目地址,看能不能進去,如果可以進入,則說明有權限,這樣的話一般錯誤原因在

    2024年02月11日
    瀏覽(31)
  • 解決Pycharm的Settings中Project不見了也無法選擇Python Interpreter的方法

    解決Pycharm的Settings中Project不見了也無法選擇Python Interpreter的方法

    一、問題如下 突然打開項目沒有python解釋器,也無法重新配置python Interpreter,而且整個文件夾是黃色高亮的形式,如下顯示,而且重新安裝了pycharm也沒用甚至說打開File–Setting–Project,這里都沒有Project選項,實際上是.idea文件夾的原因,pycharm沒有識別出你的代碼是python項目

    2024年02月11日
    瀏覽(50)
  • IDEA項目啟動報錯:Failed to execute goal on project xxx: Could not resolve dependencies for project

    IDEA項目啟動報錯:Failed to execute goal on project xxx: Could not resolve dependencies for project

    [ERROR] Failed to execute goal on project xxx: Could not resolve dependencies for project Failed to collect dependencies at xxx .xxx-service:jar:dev: Failed to read artifact descriptor for xxxx/maven-snapshots/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of nexus-snaps

    2024年02月03日
    瀏覽(246)
  • Eclipse插件(RCP) eclipse plugin-in project 和 feature project 的差異及聯(lián)系

    eclipse plugin-in project 和 feature project 分別是什么?有那些相同點和不同點。分別用在什么樣的場景中,解決怎么樣的需求? eclipse plugin-in project 和 feature project 都是用來構建eclipse插件的。 plugin-in project 是 lowest-level 的插件,主要實現(xiàn)特定功能。 feature project 包含多個 plugin-in pro

    2024年02月03日
    瀏覽(24)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領取紅包,優(yōu)惠每天領

二維碼1

領取紅包

二維碼2

領紅包