Hello Edward,

There is a problem with the latest release of Leo from PyPI.

I did document the problem the following way:

   - Use a new VM & try to install Leo from PyPI - Not OK - See "Log-001".
   - Install & run the previous version of Leo from PyPI - OK - See 
   "Log-002".
   -  Now try to update Leo to the latest stable version - OK - See 
   "Log-003".

*Leo 6.8.0 from PyPI does not work, because it is missing its dependencies 
!*

I did not notice it earlier, because I was always working with an existing 
older version of Leo installed in my VMs ...

With kind regards,

Viktor

### Log-001

    user@Test-VM5:~$ 
    user@Test-VM5:~$ mkdir PyVE; cd PyVE
    user@Test-VM5:~/PyVE$ 
    user@Test-VM5:~/PyVE$ mkdir PyPI; cd PyPI
    user@Test-VM5:~/PyVE/PyPI$ 
    user@Test-VM5:~/PyVE/PyPI$ python3 -m venv Leo
    user@Test-VM5:~/PyVE/PyPI$ 
    user@Test-VM5:~/PyVE/PyPI$ cd Leo/
    user@Test-VM5:~/PyVE/PyPI/Leo$ 
    user@Test-VM5:~/PyVE/PyPI/Leo$ source bin/activate
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ python3 -m pip list
    Package    Version
    ---------- -------
    pip        23.0.1
    setuptools 66.1.1
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ python3 -m pip install leo
    Collecting leo
      Downloading leo-6.8.0-py3-none-any.whl (19.5 MB)
         ��� ... ��� 19.5/19.5 MB 722.9 kB/s eta 0:00:00
    Installing collected packages: leo
    Successfully installed leo-6.8.0
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ which leo
    /home/user/PyVE/PyPI/Leo/bin/leo
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ leo --version
    Error starting Leo!
    Please verify you've installed the required dependencies:
    https://leo-editor.github.io/leo-editor/installing.html
    Please ask for help at https://groups.google.com/g/leo-editor

    Traceback (most recent call last):
      File 
"/home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages/leo/core/runLeo.py", 
line 45, in <module>
        from leo.core import leoApp
      File 
"/home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages/leo/core/leoApp.py", 
line 21, in <module>
        from leo.core.leoQt import QCloseEvent
      File 
"/home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages/leo/core/leoQt.py", 
line 5, in <module>
        from PyQt6 import QtCore, QtGui, QtWidgets
    ModuleNotFoundError: No module named 'PyQt6'
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 

### Log-002

    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ python3 -m pip install 
leo==6.7.8.post3

    ...

    Installing collected packages: tk, snowballstemmer, 
PyQt6-WebEngineSubwheel-Qt6, PyQt6-Qt6, pscript, meta, dialite, webruntime, 
urllib3, typing-extensions, types-six, types-PyYAML, types-Markdown, 
types-docutils, tornado, tomlkit, sphinxcontrib-serializinghtml, 
sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, 
sphinxcontrib-devhelp, sphinxcontrib-applehelp, soupsieve, six, 
pyshortcuts, PyQt6-WebEngine-Qt6, PyQt6-sip, Pygments, pyflakes, pyenchant, 
pycparser, pluggy, platformdirs, pathspec, packaging, mypy-extensions, 
mccabe, MarkupSafe, isort, iniconfig, imagesize, idna, docutils, dill, 
coverage, click, charset-normalizer, certifi, babel, astroid, alabaster, 
types-requests, requests, pytest, PyQt6, pylint, mypy, Jinja2, flexx, cffi, 
black, beautifulsoup4, asttokens, sphinx, pytest-cov, PyQt6-WebEngine, 
cryptography, types-paramiko, leo
      DEPRECATION: meta is being installed using the legacy 'setup.py 
install' method, because it does not have a 'pyproject.toml' and the 
'wheel' package is not installed. pip 23.1 will enforce this behaviour 
change. A possible replacement is to enable the '--use-pep517' option. 
Discussion can be found at https://github.com/pypa/pip/issues/8559
      Running setup.py install for meta ... done
      Attempting uninstall: leo
        Found existing installation: leo 6.8.0
        Uninstalling leo-6.8.0:
          Successfully uninstalled leo-6.8.0
    Successfully installed Jinja2-3.1.4 MarkupSafe-2.1.5 PyQt6-6.7.0 
PyQt6-Qt6-6.7.2 PyQt6-WebEngine-6.7.0 PyQt6-WebEngine-Qt6-6.7.2 
PyQt6-WebEngineSubwheel-Qt6-6.7.2 PyQt6-sip-13.6.0 Pygments-2.18.0 
alabaster-0.7.16 astroid-3.2.3 asttokens-2.4.1 babel-2.15.0 
beautifulsoup4-4.12.3 black-24.4.2 certifi-2024.7.4 cffi-1.16.0 
charset-normalizer-3.3.2 click-8.1.7 coverage-7.6.0 cryptography-42.0.8 
dialite-0.5.3 dill-0.3.8 docutils-0.21.2 flexx-0.8.4 idna-3.7 
imagesize-1.4.1 iniconfig-2.0.0 isort-5.13.2 leo-6.7.8.post3 mccabe-0.7.0 
meta-1.0.2 mypy-1.10.1 mypy-extensions-1.0.0 packaging-24.1 pathspec-0.12.1 
platformdirs-4.2.2 pluggy-1.5.0 pscript-0.7.7 pycparser-2.22 
pyenchant-3.2.2 pyflakes-3.2.0 pylint-3.2.5 pyshortcuts-1.9.0 pytest-8.2.2 
pytest-cov-5.0.0 requests-2.32.3 six-1.16.0 snowballstemmer-2.2.0 
soupsieve-2.5 sphinx-7.3.7 sphinxcontrib-applehelp-1.0.8 
sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.5 
sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.7 
sphinxcontrib-serializinghtml-1.1.10 tk-0.1.0 tomlkit-0.13.0 tornado-6.4.1 
types-Markdown-3.6.0.20240316 types-PyYAML-6.0.12.20240311 
types-docutils-0.21.0.20240711 types-paramiko-3.4.0.20240423 
types-requests-2.32.0.20240712 types-six-1.16.21.20240513 
typing-extensions-4.12.2 urllib3-2.2.2 webruntime-0.5.8
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ which leo
    /home/user/PyVE/PyPI/Leo/bin/leo
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ leo --version
    Leo 6.7.8
    Python 3.11.2
    linux
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 

   ###

    Leo Log Window
    Leo 6.7.8
    Python 3.11.2, PyQt version 6.7.2
    linux
    setting leoID from os.getenv('USER'): 'user'
          home: /home/user
    leo-editor: /home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages
          load: 
/home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages/leo/core
        config: 
/home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages/leo/config
    reading settings in 
/home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages/leo/config/leoSettings.leo
    unexpected error creating: None
    Traceback (most recent call last):
      File 
"/home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages/leo/commands/spellCommands.py",
 
line 65, in create
        f = open(fn, mode='wb')
            ^^^^^^^^^^^^^^^^^^^
    TypeError: expected str, bytes or os.PathLike object, not NoneType

### Log-003

    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ python3 -m pip install --upgrade 
leo
    Requirement already satisfied: leo in ./lib/python3.11/site-packages 
(6.7.8.post3)
    Collecting leo
      Using cached leo-6.8.0-py3-none-any.whl (19.5 MB)
    Installing collected packages: leo
      Attempting uninstall: leo
        Found existing installation: leo 6.7.8.post3
        Uninstalling leo-6.7.8.post3:
          Successfully uninstalled leo-6.7.8.post3
    Successfully installed leo-6.8.0
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ which leo
    /home/user/PyVE/PyPI/Leo/bin/leo
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ leo --version
    Leo 6.8.0
    Python 3.11.2
    linux
    (Leo) user@Test-VM5:~/PyVE/PyPI/Leo$ 

    ###

    Leo Log Window
    Leo 6.8.0
    Python 3.11.2, PyQt version 6.7.2
    linux
    setting leoID from os.getenv('USER'): 'user'
          home: /home/user
    leo-editor: /home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages
          load: 
/home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages/leo/core
        config: 
/home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages/leo/config
    reading settings in 
/home/user/PyVE/PyPI/Leo/lib/python3.11/site-packages/leo/config/leoSettings.leo


-- 
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/79721957-1ba0-49f1-9135-e1fcf5660be6n%40googlegroups.com.

Reply via email to