AudioOwl icon indicating copy to clipboard operation
AudioOwl copied to clipboard

Installing on Windows 7 results in UnicodeDecodeError

Open ReddyKilowatt opened this issue 6 years ago β€’ 1 comments

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\

ReddyKilowatt avatar May 18 '18 00:05 ReddyKilowatt

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 ☺️.

dodiku avatar Jul 11 '18 03:07 dodiku