ubuntuusers.de

inyoka install error

Autor:
Jonius
Datum:
13. August 2016 15:02
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
pip install -r extra/requirements/development.txt
Collecting Babel==2.2.0 (from -r extra/requirements/production.txt (line 2))
  Downloading Babel-2.2.0-py2.py3-none-any.whl (6.5MB)
    100% |████████████████████████████████| 6.5MB 204kB/s 
Collecting beautifulsoup4==4.4.1 (from -r extra/requirements/production.txt (line 3))
  Downloading beautifulsoup4-4.4.1-py2-none-any.whl (81kB)
    100% |████████████████████████████████| 81kB 3.3MB/s 
Collecting celery==3.1.23 (from -r extra/requirements/production.txt (line 4))
  Downloading celery-3.1.23-py2.py3-none-any.whl (520kB)
    100% |████████████████████████████████| 522kB 1.9MB/s 
Collecting defusedxml==0.4.1 (from -r extra/requirements/production.txt (line 5))
  Downloading defusedxml-0.4.1.tar.gz (48kB)
    100% |████████████████████████████████| 51kB 5.3MB/s 
Collecting Django==1.8.13 (from -r extra/requirements/production.txt (line 6))
  Downloading Django-1.8.13-py2.py3-none-any.whl (6.2MB)
    100% |████████████████████████████████| 6.2MB 222kB/s 
Collecting django-filter==0.13.0 (from -r extra/requirements/production.txt (line 7))
  Downloading django_filter-0.13.0-py2.py3-none-any.whl
Collecting django-hosts==1.4 (from -r extra/requirements/production.txt (line 8))
  Downloading django_hosts-1.4-py2.py3-none-any.whl
Collecting django-mobile==0.6.0 (from -r extra/requirements/production.txt (line 9))
  Downloading django-mobile-0.6.0.tar.gz
Collecting django-redis==4.3.0 (from -r extra/requirements/production.txt (line 10))
  Downloading django-redis-4.3.0.tar.gz
Collecting dnspython==1.12.0 (from -r extra/requirements/production.txt (line 11))
  Downloading dnspython-1.12.0.zip (230kB)
    100% |████████████████████████████████| 235kB 3.7MB/s 
Collecting Fabric==1.10.2 (from -r extra/requirements/production.txt (line 12))
  Downloading Fabric-1.10.2-py2-none-any.whl (90kB)
    100% |████████████████████████████████| 92kB 4.1MB/s 
Collecting feedparser==5.2.1 (from -r extra/requirements/production.txt (line 13))
  Downloading feedparser-5.2.1.zip (1.2MB)
    100% |████████████████████████████████| 1.2MB 1.2MB/s 
Collecting gunicorn==19.4.5 (from -r extra/requirements/production.txt (line 14))
  Downloading gunicorn-19.4.5-py2.py3-none-any.whl (112kB)
    100% |████████████████████████████████| 122kB 3.6MB/s 
Collecting html5lib==1.0b8 (from -r extra/requirements/production.txt (line 15))
  Downloading html5lib-1.0b8.tar.gz (889kB)
    100% |████████████████████████████████| 890kB 1.2MB/s 
Collecting Jinja2==2.8 (from -r extra/requirements/production.txt (line 16))
  Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB)
    100% |████████████████████████████████| 266kB 3.4MB/s 
Collecting lxml==3.5.0 (from -r extra/requirements/production.txt (line 17))
  Downloading lxml-3.5.0.tar.gz (3.8MB)
    100% |████████████████████████████████| 3.8MB 328kB/s 
Collecting MarkupSafe==0.23 (from -r extra/requirements/production.txt (line 18))
  Downloading MarkupSafe-0.23.tar.gz
Collecting mysql-python==1.2.5 (from -r extra/requirements/production.txt (line 19))
  Downloading MySQL-python-1.2.5.zip (108kB)
    100% |████████████████████████████████| 112kB 3.4MB/s 
    Complete output from command python setup.py egg_info:
    sh: 1: mysql_config: not found
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-w7cKhV/mysql-python/setup.py", line 17, in <module>
        metadata, options = get_config()
      File "setup_posix.py", line 43, in get_config
        libs = mysql_config("libs_r")
      File "setup_posix.py", line 25, in mysql_config
        raise EnvironmentError("%s not found" % (mysql_config.path,))
    EnvironmentError: mysql_config not found
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-w7cKhV/mysql-python/