Replies: 1 comment
-
The error is being caused because you're trying to install something that doesn't exist. You've It's not clear which instructions you're following, because neither the BeeWare tutorial, nor the Toga tutorial would instruct you to run the commands you've described. The instructions you've described are roughly consistent with the developers guide - instructions for someone who wants to set up Toga so they can make a contribution to the project - but you've missed a bunch of steps, and obtained some source code from somewhere that doesn't look at all familiar. |
Beta Was this translation helpful? Give feedback.
-
I am just startng out with toga. I want to use it to build a cross-platform app. while going through the quick start I type
(venv) (base) ira@LAPTOP-TU41MCKE:/mnt/c/Users/iacra/helloworld$ cd toga
(venv) (base) ira@LAPTOP-TU41MCKE:/mnt/c/Users/iacra/helloworld/toga$ pwd
/mnt/c/Users/iacra/helloworld/toga
(venv) (base) ira@LAPTOP-TU41MCKE:/mnt/c/Users/iacra/helloworld/toga$ pip install -e src/core
ERROR: src/core is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).
(venv) (base) ira@LAPTOP-TU41MCKE:/mnt/c/Users/iacra/helloworld/toga$ pip install -e src/dummy
ERROR: src/dummy is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).
(venv) (base) ira@LAPTOP-TU41MCKE:/mnt/c/Users/iacra/helloworld/toga$ ls
README.md pycache browser.py canvas.py helloworld.py multiplebox.py temperatureconverter.py
What is causing this error?
Ira C
Beta Was this translation helpful? Give feedback.
All reactions