請問 miniconda 安裝spyder 跟navigator 問題?

請問達人:

1.小弟之前用anaconda python 3.8.8 ,後來重裝發覺只有3.11 ,3.11 一跑問題一堆,所以找到miniconda 有3.8 ,但miniconda要自己安裝navigator 跟spyder等,我用pip3 install spyder==4.25 跟 conda install spyder==4.2.5 安裝出現以下訊息,後來用 python -m pip install spyder==4.2.5 有完成了,但捷徑裡沒有spyder 可執行,而scripts裡也沒有spyder的任何東西?

2.另安裝navigator 也不行?conda install anaconda-navigator 出現 ...
unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.

ResolvePackageNotFound:
- conda==23.5.2

我的conda 是 conda 23.7.2 py38haa95532_0

3.或是要如何下載anaconda python 3.8 版呢?

真是頭大..
謝謝達人..



----------------------------
WARNING: The script watchmedo.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script qtpy.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script pyflakes.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script pycodestyle.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts isort-identify-imports.exe and isort.exe are installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script docutils.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script pybabel.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts yapf-diff.exe and yapf.exe are installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts sphinx-apidoc.exe, sphinx-autogen.exe, sphinx-build.exe and sphinx-quickstart.exe are installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script qta-browser.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts pylupdate5.exe, pyrcc5.exe and pyuic5.exe are installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script pydocstyle.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script helpdev.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script flake8.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script autopep8.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script qdarkstyle.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script pylsp.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script pyls.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts epylint.exe, pylint-config.exe, pylint.exe, pyreverse.exe and symilar.exe are installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script keyring.exe is installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The scripts black.exe and blackd.exe are installed in 'C:\Users\WORK\AppData\Roaming\Python\Python37\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow-intel 2.11.0 requires numpy>=1.20, but you have numpy 1.19.3 which is incompatible.

----------
Preparing transaction: done
Verifying transaction: failed

EnvironmentNotWritableError: The current user does not have write permissions to the target environment.
environment location: C:\ProgramData\miniconda3\envs\work
------------------------
2023-08-06 15:09 發佈
chengmou
chengmou 樓主

謝謝Ghostwriter大,您是我的救星!

2023-08-06 23:19
我最後是把整個 Anaconda 全家桶砍了,只裝 Spyder 的獨立版
內爾 海力森 wrote:
我最後是把整個 Anaconda...(恕刪)


內爾 海力森 大您好:
我沒想過這樣也可以,因為我一開始學就anaconda,如果只裝Spyder那它python版本可以選擇嗎?其它package都可以裝嗎?
我再來研究看看。
謝謝
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?