• spyder v5: invalid file name when selecting interpreter in preferences

    From Leif Svalgaard@21:1/5 to All on Sat Jul 23 10:30:09 2022
    error message: invalid file path: C:/Users/leifs/anaconda3/python3105.exe
    what is wrong with that?

    --
    Leif
    leif@leif.org

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dennis Lee Bieber@21:1/5 to All on Sat Jul 23 16:59:14 2022
    On Sat, 23 Jul 2022 10:30:09 -0700, Leif Svalgaard <lsvalgaard@gmail.com> declaimed the following:

    error message: invalid file path: C:/Users/leifs/anaconda3/python3105.exe >what is wrong with that?

    Please cut and paste the ENTIRE error message (not a screen image, select the TEXT) including context. If that is something being passed to a Windows command shell, the shell does not handle / (that's a command
    OPTION), only \ for paths.

    Have you navigated and proved you have such a file?



    --
    Wulfraed Dennis Lee Bieber AF6VN
    wlfraed@ix.netcom.com http://wlfraed.microdiversity.freeddns.org/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From MRAB@21:1/5 to Leif Svalgaard on Sat Jul 23 22:51:17 2022
    On 23/07/2022 18:30, Leif Svalgaard wrote:
    error message: invalid file path: C:/Users/leifs/anaconda3/python3105.exe what is wrong with that?

    Is there a file called python3105.exe in the folder
    C:/Users/leifs/anaconda3?

    That filename looks wrong to me because the file is usually called
    python.exe.

    This page:

    https://docs.anaconda.com/anaconda/user-guide/tasks/integration/python-path/

    suggests to me that the path is probably more like C:\Users\leifs\anaconda3\python.exe (or, if you prefer, C:/Users/leifs/anaconda3/python.exe).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dennis Lee Bieber@21:1/5 to All on Sat Jul 23 20:49:19 2022
    On Sat, 23 Jul 2022 22:51:17 +0100, MRAB <python@mrabarnett.plus.com>
    declaimed the following:

    On 23/07/2022 18:30, Leif Svalgaard wrote:
    error message: invalid file path: C:/Users/leifs/anaconda3/python3105.exe
    what is wrong with that?

    Is there a file called python3105.exe in the folder
    C:/Users/leifs/anaconda3?

    That filename looks wrong to me because the file is usually called >python.exe.

    PS C:\Users\Wulfraed> Get-ChildItem -Path 'C:\Python38\' -Name -Filter "python*.exe"

    python.exe
    python3.8.exe
    python3.exe
    pythonservice.exe
    pythonw.exe
    PS C:\Users\Wulfraed>

    That's from a stale ActiveState build... Anaconda may drop the "." in the version (I'd expect it is python3.10.5)


    --
    Wulfraed Dennis Lee Bieber AF6VN
    wlfraed@ix.netcom.com http://wlfraed.microdiversity.freeddns.org/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)