pyDatView icon indicating copy to clipboard operation
pyDatView copied to clipboard

ModuleNotFoundError: No module named 'nptdms'

Open ebranlard opened this issue 3 years ago • 1 comments

Porting the issue from https://github.com/ebranlard/weio/issues/21

ebranlard avatar Aug 11 '22 17:08 ebranlard

@RAJUL555, thank you for posting this issue.

Can you try version v0.3-28 of pyDatView: https://github.com/ebranlard/pyDatView/releases/download/v0.3-dev/pyDatView_v0.3-dev-28_setup.exe

This should fix the path of weio that doesn't exist, and you should be able to read excel files (if not, feel free to post another issue here).

For nptdms, right now I haven't been able to add this package to the pyDatView executable. Somehow nsist gives me the error "No compatible wheels found for npTDMS 1.6.0", when I try to add nptdms==1.6.0 to the installer.cfg of pyDatView.

One temporary workaround is to unzip the nptdms package that I'm enclosing to this post, which is taken from version 1.6.0 on Windows.

If you used the default install directory it would need to be in: C:\Users\XXX\AppData\Local\pyDatView\pkgs\nptdms

I can see that you are using a different path, in your case it would be in: C:\Users\XXX\pyDataView\pkgs\nptdms

Let me know if that works,

Thanks again for your testing,

Emmanuel

nptdms.zip

ebranlard avatar Aug 11 '22 17:08 ebranlard

Closing due to inactivity, feel free to reopen if needed.

ebranlard avatar Jun 28 '23 00:06 ebranlard