@matt Today, I did a clean install of Anaconda. Then I cloned leo-editor to my desktop (D:\bin\leo-editor) But when I want to install Leo in Anconda following your steps, I get the following errors:
(base) C:\WINDOWS\system32>pip install --editable D:\bin\leo-editor ... Requirement already satisfied: certifi>=2017.4.17 in d:\bin\python\anaconda\lib\site-packages (from requests>=2.5.0->sphinx->leo==6.1b1) (2019.9.11) ERROR: spyder 3.3.6 has requirement pyqt5<5.13; python_version >= "3", but you'll have pyqt5 5.13.1 which is incompatible. ERROR: spyder 3.3.6 has requirement pyqtwebengine<5.13; python_version >= "3", but you'll have pyqtwebengine 5.13.1 which is incompatible. Installing collected packages: PyQt5, PyQtWebEngine, appdirs, toml, black, dialite, webruntime, pscript, flexx, meta, leo, typed-ast ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Zugriff verweigert: 'D:\\bin\\python\\Anaconda\\Lib\\site-packages\\PyQt5\\QtCore.pyd' Consider using the `--user` option or check the permissions. Reinhard PS: I did start the Anaconda console as a administrator. -- 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/9f8ffaed-5cdb-4153-bbfb-3b9d9c500537%40googlegroups.com.
