AlenkaF commented on code in PR #39879: URL: https://github.com/apache/arrow/pull/39879#discussion_r1487311647
########## docs/requirements.txt: ########## @@ -5,7 +5,7 @@ breathe ipython numpydoc -pydata-sphinx-theme~=0.14 +pydata-sphinx-theme~=0.15.2 Review Comment: The one thing I notice is that the location where the packages are installed differs. Some are installed in `c:\python312\lib\site-packages\...` (for example `breathe`) while others are in `c:\users\divyansh\appdata\roaming\python\python312\site-packages` (for example `Sphinx`). I would suggest creating a clean build meaning a new clean python environment where you install the packages again, making sure they are in the same location. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
