I'm trying to install taipy but I keep getting an error. How do I rectify it?

153 Views Asked by At

I just typed:

pip install taipy

ss of command promt

I already had python installed. I tried to install mingw, cmake and Microsoft Visual build tools but the same error persists. I'm not sure what else to do or how to debug as I'm a complete beginner. What can I do to rectify it?

1

There are 1 best solutions below

0
assignUser On

taipy pins pyarrow==12 and you are using python 3.12 for which there are no wheels for pyarrow. Building pyarrow from source is non-trivial and should be avoided for normal use. Please see this previous question for details.