skiptracer
skiptracer copied to clipboard
Replacing pprint with prettyprinter makes the installation process not fail
I know this is currently not maintained, but if you want to leave it in working order, replacing pprint with prettyprinter allowed it to install without fail on my machines.
forgive me im a novice but how do i do this and why does it work?
nano (or another text editor) into the requirements.txt file and delete pprint and replace it with prettyprinter. it took me about 3 minutes to figure out what ghost ment so ur not alone.
~/skiptracer $ pip install -r requirements.txt ERROR: [email protected]:xillwillx/skiptracer.git@167f357e309c23f41a733cb112afcdbb9346b9bd#egg=skiptracer 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). WARNING: You are using pip version 21.2.3; however, version 21.2.4 is available. You should consider upgrading via the '/data/data/com.termux/files/usr/bin/python3 -m pip install --upgrade pip' command. ~/skiptracer $
You can delete the git+git.... line from requirements.txt and try pip install again.