llama90 commented on issue #41312:
URL: https://github.com/apache/arrow/issues/41312#issuecomment-2068658290
Hello @AlenkaF
I followed the suggested documentation and cleaned all builds, then created
a Python virtual environment using `python3 -m venv` instead of conda. I
confirmed this resolved the issue.
```bash
python -m pytest python/pyarrow/tests/test_dataset.py -k
test_make_write_options_error
==========================================================================================================
test session starts
===========================================================================================================
platform darwin -- Python 3.11.9, pytest-8.1.1, pluggy-1.5.0
rootdir: /Users/lama/workspace/arrow-new/python
configfile: setup.cfg
plugins: hypothesis-6.100.1
collected 351 items / 350 deselected / 1 selected
python/pyarrow/tests/test_dataset.py .
[100%]
===================================================================================================
1 passed, 350 deselected in 0.64s
====================================================================================================
```
I still don't fully understand why it doesn't work with conda, but I gather
it's due to an environmental issue.
Thank you for helping me check!
cc @kou
--
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]