-
Notifications
You must be signed in to change notification settings - Fork 167
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 parse_dependencies from setup.py #492
Comments
Looks like Timesketch has a similar issue, but Plaso/dftimewolf use different mechanisms. |
hitting similar. |
Temporary fix is in #493, and I'll patch it into the release branch and cut a release later today. |
Release branch and new release pushed. Will keep this open to track a longer term fix to remove using pip from setuptools at all. |
This was fixed in #524 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like the pip API changed in recent versions and
parse_requirements()
is not supported as it is an internal only method.Here are a couple related issues:
pypa/pip#5599
pypa/pip#7645
Part of the stacktrace:
Here's the pip documentation linked from one of the bugs:
https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program
The text was updated successfully, but these errors were encountered: