pycroscopy / SciFiReaders

Tools for extracting data and metadata from scientific data files
https://pycroscopy.github.io/SciFiReaders/about.html
MIT License
13 stars 13 forks source link

gwyfile module not found in github workflow. #112

Closed utkarshp1161 closed 5 months ago

utkarshp1161 commented 5 months ago

Failing in build [gwyfile import error]so adding exception.

ramav87 commented 5 months ago

In your setup.py file can you go to line 54 and add gwyfile?

tests_require=['pytest', 'pywget', 'hyperspy', 'pyUSID']

to

tests_require=['pytest', 'pywget', 'hyperspy', 'pyUSID', 'gwyfile']

and then see if this fixes the problem?