Closed spzhuang closed 1 year ago
Hello. You can download pyarrow==0.14.1 from here: https://pypi.org/project/pyarrow/0.14.1/#files If the problem persists, you can try a similar version for instance 0.15.
Thank you for your suggest. I have found the reason why my system can't find the pyarrow==0.14.1. Because the virtual environment I built equip python==3.9. However, there isn't any version of pyarrow match python==3.9. When I turn version of python down to 3.7 and then the 'pip install pyarrow==0.14.1' can work!
Great Work! But I face something problem when I install your program. My system could't find a proper version of pyarrow. The problem showes as follow:
Help me about that, please.