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

remove deprecated --process-dependency-links flag #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

missinglink
Copy link

since pip 19.0 (2019-01-22) the --process-dependency-links flag is no longer supported.

resolves #20

since [pip 19.0](https://pip.pypa.io/en/stable/news/#v19-0) (2019-01-22) the `--process-dependency-links` flag is no longer supported.
@missinglink
Copy link
Author

There is an additional warning in the readme which we should probably remove too?

Screenshot 2022-08-04 at 17 19 28

@missinglink
Copy link
Author

I'm not confident this is correct as I wasn't able to get the binary running, I'm not sure if it's related but I faced this error:

./scripts/wof-exportify
Traceback (most recent call last):
  File "./scripts/wof-exportify", line 11, in <module>
    import mapzen.whosonfirst.validator
ImportError: No module named validator

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

Successfully merging this pull request may close these issues.

[Install] --process-dependency-links removed in pip >= 19.0
1 participant