vwbusguy commented on issue #36965: URL: https://github.com/apache/arrow/issues/36965#issuecomment-1659456877
I just noticed that gluonts is pulling in an older version (8.0) where standalone is pulling in a newer one (12.0). `pip install pyarrow~=8.0` appears to be the problem and I think I see why. Jupyter is now on Python 3.11 and the [newest binaries for 8.0 are for 3.10](https://pypi.org/project/pyarrow/8.0.0/#files). I guess the story here is that conda-forge has a 3.11 compatible binary for its gluonts package and PyPi does not, and pyarrow 8.0 appears to be incompatible with Python 3.11. -- 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]
