Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing pprint with prettyprinter makes the installation process not fail #62

Open
ghost opened this issue Aug 30, 2020 · 4 comments
Open

Comments

@ghost
Copy link

ghost commented Aug 30, 2020

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.

@5oundbit3
Copy link

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

@ian186
Copy link

ian186 commented Jan 25, 2021

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.

@justinruck080
Copy link

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

@Suitoo
Copy link

Suitoo commented Aug 30, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@5oundbit3 @ian186 @Suitoo @justinruck080 and others