-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. When doing installation either by pip install tradingWithPython(auto) or
python setup.py install, i am receiving an error which block installation
completion:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 10:
ordinal not in range(128)
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Windows 8.1, ipython 2.7
Please provide any additional information below.
Even with admin powers the error occurs.
Original issue reported on code.google.com by heliosil...@gmail.com on 13 Nov 2014 at 1:08