hereon-GEMS / pydidas

Python Diffraction Data Analysis Suite (pydidas) which merges toolkits and tries to supply broad functionality for X-ray diffraction data analysis.
https://hereon-gems.github.io/pydidas/
Other
4 stars 2 forks source link

qtawesome dependency creates problems on Windows machines #63

Closed malte-storm closed 1 day ago

malte-storm commented 3 weeks ago

The qtawesome package creates issues on Windows machines because some of its fonts are put in a global directory and locked by windows. This creates an issue when installing qtawesome in a different environment.

To fix, remove the qtawsome dependency.

malte-storm commented 1 day ago

fixed with #65