Looks like we have a bug when dealing with non-ASCII names in home directories on Windows. Could you please file a bug on GitHub?
> On Jul 25, 2016, at 5:37 PM, Kağan Yayla <[email protected]> wrote: > > > > On Monday, July 25, 2016 at 6:51:33 PM UTC+3, Kağan Yayla wrote: > I am trying to install beets on Windows 10.And I get this error when I try to > install it. > I managed to install beets by using Python 2.7.12. But now I got another > error. > C:\Users\Kağan>beet > Traceback (most recent call last): > File "c:\python27\Scripts\beet-script.py", line 9, in <module> > load_entry_point('beets==1.4.0', 'console_scripts', 'beet')() > File "c:\python27\lib\site-packages\beets\ui\__init__.py", line 1280, in > main > _raw_main(args) > File "c:\python27\lib\site-packages\beets\ui\__init__.py", line 1263, in > _raw_main > subcommands, plugins, lib = _setup(options, lib) > File "c:\python27\lib\site-packages\beets\ui\__init__.py", line 1147, in > _setup > lib = _open_library(config) > File "c:\python27\lib\site-packages\beets\ui\__init__.py", line 1211, in > _open_library > dbpath = util.bytestring_path(config['library'].as_filename()) > File "c:\python27\lib\site-packages\beets\util\confit.py", line 391, in > as_filename > return self.get(Filename()) > File "c:\python27\lib\site-packages\beets\util\confit.py", line 384, in get > return as_template(template).value(self, template) > File "c:\python27\lib\site-packages\beets\util\confit.py", line 1381, in > value > path = os.path.join(view.root().config_dir(), path) > File "c:\python27\lib\ntpath.py", line 85, in join > result_path = result_path + p_path > UnicodeDecodeError: 'ascii' codec can't decode byte 0xf0 in position 9: > ordinal not in range(128) > > C:\Users\Kağan> > > > > -- > You received this message because you are subscribed to the Google Groups > "beets" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "beets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
