<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Hi,</div><div>Anyone know how I cam solve the error below:</div><div><br></div><div><div>  Running setup.py install for jsonpatch</div><div>    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_poimts'</div><div>      warnings.warn(msg)</div><div>    changing mode of build/scripts-2.7/jsondiff from 664 to 775</div><div>    changing mode of build/scripts-2.7/jsonpatch from 664 to 775</div><div>    </div><div>    changing mode of /home/gk-dev/nova/.tox/py27/bin/jsonpatch to 775</div><div>    changing mode of /home/gk-dev/nova/.tox/py27/bin/jsondiff to 775</div><div>  Found existing installation: distribute 0.6.24dev-r0</div><div>    Not uninstalling distribute at /usr/lib/python2.7/dist-packages, outside environment /home/gk-dev/nova/.tox/py27</div><div>  Running setup.py install for setuptools</div><div>    </div><div>    Installing easy_install script to /home/gk-dev/nova/.tox/py27/bin</div><div>    Installing easy_install-2.7 script to /home/gk-dev/nova/.tox/py27/bin</div><div>  Running setup.py install for mccabe</div><div>    </div><div>  Running setup.py install for cffi</div><div>    Traceback (most recent call last):</div><div>      File "<string>", line 1, in <module></div><div>      File "/home/gk-dev/nova/.tox/py27/build/cffi/setup.py", line 94, in <module></div><div>        from setuptools import setup, Feature, Extension</div><div>    ImportError: cannot import name Feature</div><div>    Complete output from command /home/gk-dev/nova/.tox/py27/bin/python2.7 -c "import setuptools;__file__='/home/gk-dev/nova/.tox/py27/build/cffi/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-2sWKRK-record/install-record.txt --single-version-externally-managed --install-headers /home/gk-dev/nova/.tox/py27/include/site/python2.7:</div><div>    Traceback (most recent call last):</div><div><br></div><div>  File "<string>", line 1, in <module></div><div><br></div><div>  File "/home/gk-dev/nova/.tox/py27/build/cffi/setup.py", line 94, in <module></div><div><br></div><div>    from setuptools import setup, Feature, Extension</div><div><br></div><div>ImportError: cannot import name Feature</div><div><br></div><div>----------------------------------------</div><div>Cleaning up...</div><div>Command /home/gk-dev/nova/.tox/py27/bin/python2.7 -c "import setuptools;__file__='/home/gk-dev/nova/.tox/py27/build/cffi/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-2sWKRK-record/install-record.txt --single-version-externally-managed --install-headers /home/gk-dev/nova/.tox/py27/include/site/python2.7 failed with error code 1 in /home/gk-dev/nova/.tox/py27/build/cffi</div><div>Traceback (most recent call last):</div><div>  File ".tox/py27/bin/pip", line 9, in <module></div><div>    load_entry_point('pip==1.5.4', 'console_scripts', 'pip')()</div><div>  File "/home/gk-dev/nova/.tox/py27/local/lib/python2.7/site-packages/pip/__init__.py", line 148, in main</div><div>    parser.print_help()</div><div>  File "/home/gk-dev/nova/.tox/py27/local/lib/python2.7/site-packages/pip/basecommand.py", line 169, in main</div><div>    log_file_fp.write(text)</div><div>UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 72: ordinal not in range(128)</div><div><br></div><div>ERROR: could not install deps [-r/home/gk-dev/nova/requirements.txt, -r/home/gk-dev/nova/test-requirements.txt]</div></div><div><br></div><div>Thanks</div><div>Gary</div></body></html>