-
Notifications
You must be signed in to change notification settings - Fork 11
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
ImportError attempting to build ordered-set #39
Comments
Do you not have setuptools installed? |
In general, I try not to install Setuptools and to report issues when the dependency is declared implicitly. In this specific case, I've installed vendoring with pipx, which does seem to end up with setuptools:
Otherwise, I haven't done anything special but invoke |
Is this still an issue? |
Yes. The issue still occurs, depending on what For example, when I run the download command directly, it fails with a similar error:
Probably vendoring shouldn't be relying on |
We’ve moved away from this in newer pip versions, automatically using pyproject.toml-based builds when setuptools isn’t available in the environment. |
In pypa/setuptools#2825, I'm exploring using vendoring for setuptools.
In pypa/setuptools@3ac1982, I've added a vendoring config, but when I run
sync
, it fails with:It seems something about how vendoring is invoking pip isn't compatible with ordered-set when invoked from the setuptools directory. This issue isn't encountered when running
paver update_vendored
in the project.The text was updated successfully, but these errors were encountered: