You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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@167f357#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 $
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.
The text was updated successfully, but these errors were encountered: