I am using pandas to read from gcs buckets and after making the required transformation and want to save it as parquet i got this error No module named fsspec
, I solved it by just installing fsspec,gcsfs libraries but I just want to know why this error appeared and before it was running well.
I installed two libraries (fsspec,gcsfs) and works well but I want to know what the reason behind this error