Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Removes pydot2 dependency#1493

Merged
brandonwillard merged 1 commit intoaesara-devs:mainfrom
Ankit-Dhankhar:bugfix/pydot2-dep
Apr 17, 2023
Merged

Removes pydot2 dependency#1493
brandonwillard merged 1 commit intoaesara-devs:mainfrom
Ankit-Dhankhar:bugfix/pydot2-dep

Conversation

@Ankit-Dhankhar
Copy link
Contributor

@Ankit-Dhankhar Ankit-Dhankhar commented Apr 16, 2023

This PR fixes #1488

This PR removes dependency on pydot2 which throws error while installing using pip due to incompibility of setuptools (>v58) with use_2to3 (ref stackoverflow link).

More details about the issue can be found in referenced issue #1488

PR Checklist

  • There is an informative high-level description of the changes.
  • The description and/or commit message(s) references the relevant GitHub issue(s).
  • pre-commit is installed and set up.
  • The commit messages follow these guidelines.
  • The commits correspond to relevant logical changes, and there are no commits that fix changes introduced by other commits in the same branch/BR.

@brandonwillard brandonwillard added bug Something isn't working setup and installation Relates to the setup and installation of Aesara labels Apr 17, 2023
@brandonwillard brandonwillard merged commit c70c0e1 into aesara-devs:main Apr 17, 2023
@brandonwillard
Copy link
Member

Thanks, @Ankit-Dhankhar!

@Ankit-Dhankhar Ankit-Dhankhar deleted the bugfix/pydot2-dep branch April 19, 2023 17:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working setup and installation Relates to the setup and installation of Aesara

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"error in pydot2 setup command: use_2to3 is invalid" while installing requirements-rtd.txt dependencies

2 participants