Isaac7777-cpu commented on issue #44231:
URL: https://github.com/apache/arrow/issues/44231#issuecomment-2409843395
I see! I have been following along with the first PR contribution tutorial.
However, testing in the local repository is still not working because of
unrecognised module.
```
pushd arrow/python
python -m pytest pyarrow
popd
~/.../arrow/python ~/.../arrow_project
ImportError while loading conftest
'/Users/.../arrow/python/pyarrow/conftest.py'.
pyarrow/__init__.py:65: in <module>
import pyarrow.lib as _lib
E ImportError: dlopen(/.../arrow/python/pyarrow/lib.cpython-310-darwin.so,
0x0002): symbol not found in flat namespace
'__ZN3re212re2_internal5ParseINSt3__117basic_string_viewIcNS2_11char_traitsIcEEEEEEbPKcmPT_'
~/Codes/Uni/COMP2120/arrow_project
```
--
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]