ai4r / Gesture-Generation-from-Trimodal-Context

Speech Gesture Generation from the Trimodal Context of Text, Audio, and Speaker Identity (SIGGRAPH Asia 2020)
Other
245 stars 35 forks source link

Can not install pyarrow==0.14.1 #47

Closed spzhuang closed 1 year ago

spzhuang commented 1 year ago

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:

ERROR: Could not find a version that satisfies the requirement pyarrow==0.14.1 (from versions: 0.9.0, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.13.0, 0.14.0, 0.15.1, 0.16.0, 0.17.0, 0.17.1, 1.0.0, 1.0.1, 2.0.0, 3.0.0, 4.0.0, 4.0.1, 5.0.0, 6.0.0, 6.0.1, 7.0.0, 8.0.0, 9.0.0, 10.0.0)
ERROR: No matching distribution found for pyarrow==0.14.1

Help me about that, please.

youngwoo-yoon commented 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.

spzhuang commented 1 year ago

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!