prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

The OSError needs a warning #212

Open prjemian opened 2 years ago

prjemian commented 2 years ago

This OSError is avoidable with user action (installing the codec package), so it should be accompanied by a UserWarning from the warnings module.

_Originally posted by @carterbox in https://github.com/prjemian/punx/pull/211#discussion_r929217163_

carterbox commented 2 years ago

That error should never happen now because you added the plugins to the required dependencies.

prjemian commented 2 years ago

and also imported the package which was the troublesome step

On Mon, Jul 25, 2022, 4:55 PM Daniel Ching @.***> wrote:

That error should never happen now because you added the plugins to the required dependencies.

— Reply to this email directly, view it on GitHub https://github.com/prjemian/punx/issues/212#issuecomment-1194679876, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARMUMD5KRZMJETUOLM7SYLVV4EMZANCNFSM54TXFH6Q . You are receiving this because you were assigned.Message ID: @.***>