Open hadrilec opened 3 months ago
This is strange as the pyarrow
dependency is in requirements.txt
.
My hypothesis would be that you might be using pynsee directly from path (since you need to be able to develop and test in real time) and you did not update the requirements since I added parquet?
There is no need to have fastparquet
and pyarrow
, so since pyarrow
is already listed as a dependency, we should be fine.
@hadrilec can we close this or do you still think there is an issue?
Hello, while running this piece of code:
I got this error:
After downloading, fastparquet the error disappeared. @tfardet shall we add this package in the dependencies?