Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Error when pip install -r requirements-rtd.txt for contributing to docs #1458

Closed
PaulScemama opened this issue Feb 28, 2023 · 0 comments
Closed

Comments

@PaulScemama
Copy link

When running the command pip install -r requirements-rtd.txt, an issue arises with use_2to3. This says it is due to setuptools>=58 breaking support for use_2to3. The changelog for setuptools notes:

"#2086: Removed support for 2to3 during builds. Projects should port to a unified codebase or pin to an older version of Setuptools using PEP 518 build-requires."

I resolved the issue by pip install setuptools==58 and then pip install -r requirements-rtd.txt.

Not entirely sure what the best option is to fix this.

@aesara-devs aesara-devs locked and limited conversation to collaborators Feb 28, 2023
@brandonwillard brandonwillard converted this issue into discussion #1459 Feb 28, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant