I just typed:
pip install taipy
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?
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.