json2parquet icon indicating copy to clipboard operation
json2parquet copied to clipboard

error module 'pyarrow' has no attribute 'compat'

Open bharaniabhishek123 opened this issue 3 years ago • 0 comments

I had pyarrow which i installed via : conda install -c conda-forge pyarrow

and then i did : pip install json2parquet

I got error : " module 'pyarrow' has no attribute 'compat' "

later I remove the json2parquet package with pip uninstall but now i am not able to import pyarrow. Did someone encountered the same issue ?

bharaniabhishek123 avatar Jul 26 '20 17:07 bharaniabhishek123