On Thu, 16 Aug 2018 00:37:09 -0700 (PDT)
"Isaiah St. John" <isaiah.stj...@gmail.com> wrote:

> Hi all,
> 
> I learned of Leo from the recent HackerNews post. I'm a novice Linux
> user, and I have tried just about every suggested installation method
> on the Leo website without success. I first installed pip3, then did
> "pip3 install leo", but it failed. I then tried following the
> instructions for installing from a debian package 
> <https://leoeditor.com/installing.html#installing-from-a-debian-package>. 
> That also failed. Here is the error I get for "pip3 install leo":

Hi Isaiah,

You could try downloading and unzipping this file:
https://github.com/leo-editor/leo-editor/archive/devel.zip
(the current git devel branch)
then in that folder

  python3 launchLeo.py

hopefully that works, if not, try

  python3
  from PyQt5 import QtCore

to confirm your PyQt installation.

Hope that helps,

Cheers -Terry


> istjohn@istjohn-VirtualBox:~/leo$ pip3 install leo
> Collecting leo
>   Using cached 
> https://files.pythonhosted.org/packages/94/5e/59accdea675f9b610c4fc08ea4b4db379cfe812e20c476012e134fdacd19/leo-5.7.3-py2.py3-none-any.whl
> Collecting docutils (from leo)
>   Using cached 
> https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl
> Collecting sphinx (from leo)
>   Using cached 
> https://files.pythonhosted.org/packages/6d/62/e95cbd4966acaecb8805c321609ba986e47d806e5735967acfe2db3f7c26/Sphinx-1.7.6-py2.py3-none-any.whl
> Collecting semantic-version (from leo)
>   Using cached 
> https://files.pythonhosted.org/packages/28/be/3a7241d731ba89063780279a5433f5971c1cf41735b64a9f874b7c3ff995/semantic_version-2.6.0-py3-none-any.whl
> Collecting pyflakes (from leo)
>   Using cached 
> https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl
> Collecting pypandoc (from leo)
>   Using cached 
> https://files.pythonhosted.org/packages/71/81/00184643e5a10a456b4118fc12c96780823adb8ed974eb2289f29703b29b/pypandoc-1.4.tar.gz
> Collecting keyring (from leo)
>   Using cached 
> https://files.pythonhosted.org/packages/88/a8/341fa4686e98bf10289eb4eaea89e8176b93c1e38de52e3c42d9112baae1/keyring-13.2.1-py2.py3-none-any.whl
> Collecting PyQt5; python_version >= "3.0" (from leo)
>   Could not find a version that satisfies the requirement PyQt5; 
> python_version >= "3.0" (from leo) (from versions: )
> No matching distribution found for PyQt5; python_version >=
> "3.0" (from leo) You are using pip version 8.1.1, however version
> 18.0 is available. You should consider upgrading via the 'pip install
> --upgrade pip' command.
> 
> I've installed pyqt5 with 
> sudo apt install python3-pyqt5
> 
> I'd appreciate any help figuring this out. I am eager to play with
> this program.
> 

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to