Closed chadtenpas closed 1 year ago
Hi Chad,
as a fix to issue #23 I introduced the conversion of any non UTF-8 codepage (like the CP-1252) to UTF-8. As a consequence any non-standard characters like i.a. greek letters are correctly displayed. However, the required "iconv" library is not found for windows during the build wheels stage of the pypi workflow. After fixing that by installing libiconv for windows during the build stage the pypi package for windows should again be available and you don't have to build it yourself.
@chadtenpas Please check out the windows build of the latest release v.2.0.16 of the PyPi package at https://pypi.org/project/IMCtermite/
I was trying to build the newest update package using setuptools and I am getting this error:
I noticed that bump to pypi failed at the build wheel stage as well. Do you have any insight to why this is happening?
Thank you,
Chad t.