On Thursday, February 7, 2019 at 8:18:49 AM UTC-5, Neal Becker wrote: > > I tried also - doesn't work for me either: > > [nbecker@nbecker2 ~]$ pip3 install --editable leo-editor > Obtaining file:///home/nbecker/leo-editor > Installing build dependencies ... done > Getting requirements to build wheel ... error > Complete output from command /usr/bin/python3 > /home/nbecker/.local/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py > > get_requires_for_build_wheel /tmp/tmpsprl2inm: > Traceback (most recent call last): > File > "/home/nbecker/.local/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", > > line 207, in <module> > main() > File > "/home/nbecker/.local/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", > > line 197, in main > json_out['return_val'] = hook(**hook_input['kwargs']) > File > "/home/nbecker/.local/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", > > line 54, in get_requires_for_build_wheel > return hook(config_settings) > File > "/tmp/pip-build-env-1gxx3quj/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", > > line 130, in get_requires_for_build_wheel > return self._get_build_requires(config_settings, > requirements=['wheel']) > File > "/tmp/pip-build-env-1gxx3quj/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", > > line 112, in _get_build_requires > self.run_setup() > File > "/tmp/pip-build-env-1gxx3quj/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", > > line 126, in run_setup > exec(compile(code, __file__, 'exec'), locals()) > File "setup.py", line 13, in <module> > import leo.core.leoGlobals as g > ModuleNotFoundError: No module named 'leo' >
I got Leo to install after I installed* python3-pyqt5 *as Vitalije suggested but Leo seems only willing to load in the GNOME console. Also I used pip rather than *pip3* > ---------------------------------------- > Command "/usr/bin/python3 > /home/nbecker/.local/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py > > get_requires_for_build_wheel /tmp/tmpsprl2inm" failed with error code 1 in > /home/nbecker/leo-editor > > > On Thu, Feb 7, 2019 at 6:47 AM John Kane <[email protected] <javascript:>> > wrote: > >> >> >> On Thursday, February 7, 2019 at 4:44:09 AM UTC-5, vitalije wrote: >>> >>> I did a *sudo apt install qt5-default *but I am getting the same error. >>>> >>> >>> You should install python3-pyqt5: >>> >>> sudo apt-get install python3-pyqt5 >>> >>> This should be enough for running Leo. >>> >>> HTH >>> Vitalije >>> >> >> Hi Vitalije, hi Matt; >> >> Some success, loading with* leo-console* but is there a way to load a >> GUI. The GNOME terminal does not look all that user-friendly—see attached >> image. >> >> Something I forgot to mention in my last post: when I executed the wget >> command it downloaded a corrupted .zip file. I executed the command again, >> expecting that the old file would be overwritten. No, instead I got a zip >> file named* index.html.1* no file extension. I extracted it and got the >> functioning *leo-editor-leo-editor-96b7679* file. >> >> Thanks for all the help. I am feeling a lot more positive about this. >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/leo-editor. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
