align-anything
align-anything copied to clipboard
[BUG] Segmentation fault (core dumped)
Required prerequisites
- [x] I have read the documentation https://align-anything.readthedocs.io.
- [x] I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- [ ] Consider asking first in a Discussion.
What version of align-anything are you using?
0.0.1.dev0
System information
python -c 'print(__import__("align_anything").__version__)'
Segmentation fault (core dumped)
Problem description
When import align-anything, Segmentation fault occurs.
Reproducible example code
Command lines:
python -c "import align_anything"
Traceback
Expected behavior
No response
Additional context
No response
Solution from o3
conda install pyarrow -c conda-forge