I get the following error on an Ubuntu 14.04 server using python 3.4.3: ``` Collecting pylti==0.6.0 (from -r requirements.txt (line 99)) Downloading https://files.pythonhosted.org/packages/c0/5e/205c8fda20f96ac3d0c64329cf1192185c5cc5f9f1458f630c6b75d39bc8/PyLTI-0.6.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-d_1ba2ei/pylti/setup.py", line 121, in <module> README = open('README.rst').read() File "/mnt/jenkins/jobs/econplayground/workspace/ve/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2314: ordinal not in range(128) ```
I get the following error on an Ubuntu 14.04 server using python 3.4.3: