TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

missing importlib from meta.yaml #35

Closed paskino closed 2 years ago

paskino commented 2 years ago

Currently importing eqt fails

File "C:\Apps\miniconda3\envs\viewer9\lib\site-packages\eqt-0.1.0-py3.7.egg\eqt\version.py", line 5, in <module>
ModuleNotFoundError: No module named 'importlib_metadata'
lauramurgatroyd commented 2 years ago

Ooops, this is why we need unit tests!