import pyarrow not working <- error is “ValueError: The pyarrow library is not installed, please install pyarrow to use the to_arrow() function.”
问题 I have tried installing it in the terminal and in juypter lab and it says that it has been successfully installed but when I run df = query_job.to_dataframe() I keep getting the error " ValueError: The pyarrow library is not installed, please install pyarrow to use the to_arrow() function.". I have no idea how to fix this. Any advice? I am trying to access data from google data studio ultimately with the code, from google.cloud import bigquery import pandas import numpy import pyarrow