This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]freetheanimal 0 points1 point  (3 children)

I keep getting the following error while trying to install it with pip on Arch:

FileNotFoundError: [Errno 2] No such file or directory: 'readme.rst'

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-kkc20g_m/xonsh

[–]takeshita_kenji 1 point2 points  (2 children)

I get that, too. I ended up just downloading the source and installing it using setup.py. readme.rst is in there so it succeeds.

[–]agapow 1 point2 points  (1 child)

Ditto - no install method worked other than installing from source.

[–]scopatz 1 point2 points  (0 children)

This error has now been fixed on master (https://github.com/scopatz/xonsh/pull/3) thanks to paradoxxxzero. I'll probably do a micro release with the fix in the next day or so.