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

Error during install #61

Closed
kmille opened this issue Mar 19, 2016 · 3 comments
Closed

Error during install #61

kmille opened this issue Mar 19, 2016 · 3 comments

Comments

@kmille
Copy link

kmille commented Mar 19, 2016

Hey
I get an error during the install of moped. I removed lines 23-28 in README.rst but I still get the error. I have no clue what to change or test. I'm using Arch Linux.

[root@arch-himbeere moped]# python setup.py install
Traceback (most recent call last):
File "setup.py", line 22, in
long_description=open('README.rst').read(),
File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3682: ordinal not in range(128)

Thank You!

@martijnboland
Copy link
Owner

To be honest, I don't know much about the Python setup scripts. @jodal, have you seen this before?

@jodal
Copy link
Contributor

jodal commented Mar 20, 2016

@busbauen From your hostname arch-himberee I'm guessing that you're running Arch, thus python means Python 3. Mopidy and Mopidy extensions still only supports Python 2.7, so you should run python2.7 setup.py install.

@kmille
Copy link
Author

kmille commented Mar 21, 2016

solved! thx

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

3 participants