xhochy commented on issue #40112: URL: https://github.com/apache/arrow/issues/40112#issuecomment-1952394752
If `pypy` is the problem, you should add `python=*=*_cpython` as an additional dependency to the conda requirements files. This will ensure that `pypy` is never picked. There must be a problem with dependencies on `cpython` in the above example. The `pypy` package is configured in a way that it should never be automatically selected if there is a way to build the environment with CPython. -- 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]
