Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Install fails on ubuntu 14.04 and python 2.7.6 #43

Closed
christian-bromann opened this issue Jan 19, 2017 · 1 comment
Closed

Install fails on ubuntu 14.04 and python 2.7.6 #43

christian-bromann opened this issue Jan 19, 2017 · 1 comment

Comments

@christian-bromann
Copy link

christian-bromann commented Jan 19, 2017

When trying to pip install the package I get:

$ pip install PyICU
Collecting PyICU
  Using cached PyICU-1.9.5.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-vLooPA/PyICU/setup.py", line 11, in <module>
        ICU_VERSION = subprocess.check_output(('icu-config', '--version')).strip()
      File "/usr/lib/python2.7/subprocess.py", line 566, in check_output
        process = Popen(stdout=PIPE, *popenargs, **kwargs)
      File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
        errread, errwrite)
      File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
        raise child_exception
    OSError: [Errno 2] No such file or directory

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

My machine data is:

Distributor ID: Ubuntu
Description:    Ubuntu 14.04.4 LTS
Release:        14.04
Codename:       trusty

Python 2.7.6
pip 9.0.1
@christian-bromann
Copy link
Author

Nevermind I had to install ICU packages via sudo apt-get install libicu-dev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant