ranaroussi / pystore

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

Importing Pystore now gives ''EntryPoints' object has no attribute 'get''. #66

Closed babazaroni closed 1 year ago

babazaroni commented 1 year ago

The workaround is to pin importlib-metadata to 4.13.0.

!pip install importlib-metadata==4.13.0.

I believe the get method was removed when importlib-metada went to version 5.0

babazaroni commented 1 year ago

This issue can be deleted. I was running an old version of Jupyter Lab around 3.1. Now running 3.5.3 and not seeing this issue.