I'm trying to use the package to avoid formating my nd2 for research but I cannot seem to get it to get past importing, while the standard pims package does. When calling 'pims.ND2_Reader', it'll spit out an error stating that 'pims' doesn't have 'ND2_Reader' as an attribute, despite vscode being able to autofill it. If I try to directly import it with 'import pims_nd2', I get a OSError: dlopen stating that its incompatable architecture. So I think that this package needs to be ran in an x86 environment.