whosonfirst / py-mapzen-whosonfirst-export

Export tools for the Who's On First documents
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

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

Open missinglink opened 2 years ago

missinglink commented 2 years ago

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

resolves https://github.com/whosonfirst/py-mapzen-whosonfirst-export/issues/20

missinglink commented 2 years ago

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

Screenshot 2022-08-04 at 17 19 28
missinglink commented 2 years ago

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