Closed arsaboo closed 1 year ago
Hello, Thanks for reporting. It is an encoding issue. I see your pull request as well. Let me merge that.
The pull request has been merged and the new version has been released. Can you please confirm that it works for you?
pip install jiosaavn-python==0.2
Yes, just tried pip install jiosaavn-python==0.2
and it works. Thanks for the quick merge and release!!
Thanks for your work on this library. I am trying to install it, but get the following error:
My guess is we will need to modify the following to include
encoding
: https://github.com/abhichaudharii/jiosaavn-python/blob/8b0bddede4eaf643fe3d2810f9592d82d92f59c6/setup.py#L3with open("README.md", encoding="utf8") as f
or includeerrors="ignore"