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

pksetup.pkdeploy fails with SyntaxError in itertools #117

Closed
robnagler opened this issue Jan 23, 2022 · 0 comments
Closed

pksetup.pkdeploy fails with SyntaxError in itertools #117

robnagler opened this issue Jan 23, 2022 · 0 comments

Comments

@robnagler
Copy link
Member

Caused by pypa/setuptools#2687

The error is:

raise type(self._exception), self._exception, self._traceback
                                     ^
      SyntaxError: invalid syntax

This only happens because we are using tox, which does a clean install to build an sdist. I think we need to dump tox to build sdists. But documenting this here.

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

1 participant