"error in pydot2 setup command: use_2to3 is invalid" while installing requirements-rtd.txt dependencies #1488
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
setup and installation
Relates to the setup and installation of Aesara
Description of your problem or feature request
While setting up Aesaro from latest commit (
3eb7cdfaa7b97c9791d8303ae440a5f141c6d813
) by following this [guide] (https://aesara.readthedocs.io/en/latest/dev_start_guide.html). On runningpip install -r requirements-rtd.txt
following error is thrown:Same issue can be reproduced by running
pip install pydot2
This issue is previously reported in this and this discussion thread which was fixed by removing pydot2 from
requirement-rtd.txt
and pinning the version of sepuptools to older version (latest in this case v67.6.1) respectively.Versions and main components
Opening this issue to start discussion for the holistic solution of above issue.
pydot2
inrequirement-rtd.txt
I would be glad to submit the PR for fixing this issue.
The text was updated successfully, but these errors were encountered: