Hello Iohannes, Am So., 19. Apr. 2020 um 15:30 Uhr schrieb Iohannes < [email protected]>:
> Hi, beginner here. > > I would like to ask you - is there any user-friendly installer for Leo? > I'm not aware of any Windows-specific installer for Leo at least since version 6.0. I am using Windows and the old version Leo_5.3-b1_Win that I downloaded as > a simple .zip, works fine but I am not able to install the latest version. > :( > I have Anaconda - and pip failed. > *With what error is your pip installation failing?* The way that I set up Leo on Windows, is to create a dedicated Python virtual environment & to install Leo from PyPI using pip into it ... This is the recipe that works for me on Windows 10 using PowerShell w/o any problems: PS C:\Users\viktor> mkdir PyVE\PyPI PS C:\Users\viktor> cd PyVE\PyPI PS C:\Users\viktor\PyVE\PyPI> python -m venv Leo PS C:\Users\viktor\PyVE\PyPI> cd Leo PS C:\Users\viktor\PyVE\PyPI\Leo> .\scripts\activate.ps1 PS C:\Users\viktor\PyVE\PyPI\Leo> pip install leo PS C:\Users\viktor\PyVE\PyPI\Leo> leo --use-docks I downloaded the version from GitHub and install it from power-shell with > pip, it failed also. > With kind regards, Viktor -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAAeSrGKs_pmVOok_%2BXHDsK9r4MuATXDVKRg3ojTCmFpgZikM6w%40mail.gmail.com.
