Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing on Windows 7 results in UnicodeDecodeError #2

Open
ReddyKilowatt opened this issue May 18, 2018 · 1 comment
Open

Installing on Windows 7 results in UnicodeDecodeError #2

ReddyKilowatt opened this issue May 18, 2018 · 1 comment

Comments

@ReddyKilowatt
Copy link

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
Copy link
Owner

dodiku commented Jul 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants