seanghay / tha

📢 Tha (ថា) - A Khmer Text Normalization and Verbalization Toolkit
https://pypi.org/project/tha/
Apache License 2.0
7 stars 1 forks source link

issue installation with windows python 3.12 #1

Open rimsila opened 2 weeks ago

rimsila commented 2 weeks ago

I have issue installation with windows python 3.12 , pip install tha

image

I think it error because of README content contain utf-8

I have tried this it working

with open("README.md", encoding="utf-8") as f:
  long_description = f.read()
seanghay commented 2 weeks ago

@rimsila I don't have Windows device to test the issue. I think you should use Windows Subsystem for now.