pitrou commented on issue #40112: URL: https://github.com/apache/arrow/issues/40112#issuecomment-1952131324
Ok, here is the reason: PyPy is being installed by mamba instead of CPython! ``` 3.045 pip version: pip 24.0 from /opt/conda/envs/arrow/lib/pypy3.9/site-packages/pip (python 3.9) 3.046 sys.version: 3.9.18 | packaged by conda-forge | (9c4f8ef1, Jan 30 2024, 18:27:40) 3.046 [PyPy 7.3.15 with GCC 12.3.0] 3.046 sys.executable: /opt/conda/envs/arrow/bin/python3 3.046 sys.getdefaultencoding: utf-8 3.047 sys.getfilesystemencoding: ascii 3.047 locale.getpreferredencoding: UTF-8 3.047 sys.platform: linux 3.048 sys.implementation: 3.048 name: pypy ``` -- 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]
