You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: