dodiku / AudioOwl

Fast and simple music and audio analysis using RNN in Python 🕵️‍♀️ 🥁
MIT License
281 stars 21 forks source link

Installing on Windows 7 results in UnicodeDecodeError #2

Open ReddyKilowatt opened 6 years ago

ReddyKilowatt commented 6 years ago

Python version is 3.6.4

pip install audioowl

(py36dev) c:\Users\MyUserName\Documents\Sources\GIT\Python>pip install audioowl Collecting audioowl Downloading https://files.pythonhosted.org/packages/b1/95/79122f1fb98c7f11b0698007a3e60d8db247f6be437e5e8763439d54b30f/audioowl-0.0.13.tar .gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\MyUserName\AppData\Local\Temp\pip-install-81krt24h\audioowl\setup.py", line 5, in long_description = f.read() File "c:\programdata\anaconda2\envs\py36dev\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 1824: character maps to

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in C:\Users\MyUserName\AppData\Local\Temp\pip-install-81krt24h\audioowl\

dodiku commented 6 years ago

Hi,

Thanks for reporting this issue. AudioOwl was not tested on Windows machine yet.

I updated the package, both on GitHub and on pypi, based on this Stackoverflow questions. Can you please try to run pip install audioowl again on a Windows machine?

Please let me know if the issue was resolved and what is the next problem ☺️.