On my Windows10 system I have installed wsl2 running Debian. Both pip and github are installed. I deliberately did not install any packages with git (e.g docutils) as I wanted the the simplified installation with `pip install -r requirements.txt` to proceed on it's own.
$ git clone https://github.com/leo-editor/leo-editor.git $ pip install -r requirements.txt Result: *error: externally-managed-environment× This environment is externally managed╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed. If you wish to install a non-Debian packaged Python application, it may be easiest to use pipx install xyz, which will manage a virtual environment for you. Make sure you have pipx installed. See /usr/share/doc/python3.11/README.venv for more information.* So I installed pipx and tried $ pipx install leo-editor *Fatal error from pip prevented installation. Full pip output in file: /home/lewisneal/.local/pipx/logs/cmd_2024-07-29_17.50.19_pip_errors.logSome possibly relevant errors from pip install: ERROR: Could not find a version that satisfies the requirement leo-editor (from versions: none) ERROR: No matching distribution found for leo-editor* *Error installing leo-editor.* The errors.log does not have any new info. Has anyone had success running Leo from a WSL2 linux session? Any advice on what to try now? Thanks -- 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/a5f2f8ed-806a-4021-baa3-2696f23f0152n%40googlegroups.com.
