skiptracer icon indicating copy to clipboard operation
skiptracer copied to clipboard

Replacing pprint with prettyprinter makes the installation process not fail

Open ghost opened this issue 4 years ago • 4 comments

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.

ghost avatar Aug 30 '20 06:08 ghost

forgive me im a novice but how do i do this and why does it work?

5oundbit3 avatar Aug 30 '20 17:08 5oundbit3

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.

ian186 avatar Jan 25 '21 21:01 ian186

~/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 $

justinruck080 avatar Oct 17 '21 01:10 justinruck080

You can delete the git+git.... line from requirements.txt and try pip install again.

Suitoo avatar Aug 30 '22 00:08 Suitoo