ranaroussi / pystore

Fast data store for Pandas time-series data
Apache License 2.0
562 stars 101 forks source link

AttributeError: 'PosixPath' object has no attribute 'rfind' #5

Closed thariman closed 6 years ago

thariman commented 6 years ago

Got AttributeError: 'PosixPath' object has no attribute 'rfind' Error when doing set_path Running under notebooks.azure.com

thariman commented 6 years ago

Solved by updating to the latest component.

!conda update -y -n base -c defaults conda !conda update -y --all

!conda install -y -c conda-forge python-snappy snappy fastparquet cloudpickle tornado dask pandas !pip install PyStore