cta-observatory / ctapipe_io_lst

ctapipe IO plugin for LST prototype data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pkg_resources is deprecated

morcuended opened this issue · comments

Use importlib.resources instead.
although importlib.resources.files requires python >= 3.9 and currently we still support 3.8 as ctapipe v0.19.2 does