ubuntuusers.de

Install inyoka

Autor:
SilverLion
Datum:
20. Februar 2016 23:20
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
silverlion@EliteBook8460p:~/Ubuntuusers/inyokaproject.org/inyoka$ sudo nano development_settings.py 
silverlion@EliteBook8460p:~/Ubuntuusers/inyokaproject.org/inyoka$ ~/.venvs/inyoka/bin/pip install -r extra/requirements/development.txt
Collecting Babel==2.1.1 (from -r extra/requirements/production.txt (line 2))
  Using cached Babel-2.1.1.tar.gz
Collecting beautifulsoup4==4.3.2 (from -r extra/requirements/production.txt (line 3))
  Using cached beautifulsoup4-4.3.2.tar.gz
Collecting celery==3.1.19 (from -r extra/requirements/production.txt (line 4))
  Using cached celery-3.1.19.tar.gz
Collecting defusedxml==0.4.1 (from -r extra/requirements/production.txt (line 5))
  Using cached defusedxml-0.4.1.tar.gz
Collecting Django==1.8.7 (from -r extra/requirements/production.txt (line 6))
  Using cached Django-1.8.7.tar.gz
Collecting django-filter==0.11.0 (from -r extra/requirements/production.txt (line 7))
  Using cached django-filter-0.11.0.tar.gz
Collecting django-hosts==1.3 (from -r extra/requirements/production.txt (line 8))
  Using cached django-hosts-1.3.tar.gz
Collecting django-mobile==0.5.1 (from -r extra/requirements/production.txt (line 9))
  Using cached django-mobile-0.5.1.tar.gz
Collecting django-redis==4.2.0 (from -r extra/requirements/production.txt (line 10))
  Using cached django-redis-4.2.0.tar.gz
Collecting dnspython==1.12.0 (from -r extra/requirements/production.txt (line 11))
  Using cached dnspython-1.12.0.zip
Collecting Fabric==1.10.2 (from -r extra/requirements/production.txt (line 12))
  Using cached Fabric-1.10.2.tar.gz
Collecting feedparser==5.2.1 (from -r extra/requirements/production.txt (line 13))
  Using cached feedparser-5.2.1.tar.bz2
Collecting gunicorn==19.3.0 (from -r extra/requirements/production.txt (line 14))
  Using cached gunicorn-19.3.0.tar.gz
Collecting html5lib==1.0b8 (from -r extra/requirements/production.txt (line 15))
  Using cached html5lib-1.0b8.tar.gz
Collecting Jinja2==2.7.3 (from -r extra/requirements/production.txt (line 16))
  Using cached Jinja2-2.7.3.tar.gz
Collecting lxml==3.4.4 (from -r extra/requirements/production.txt (line 17))
  Using cached lxml-3.4.4.tar.gz
Collecting MarkupSafe==0.23 (from -r extra/requirements/production.txt (line 18))
  Using cached MarkupSafe-0.23.tar.gz
Collecting mysql-python==1.2.5 (from -r extra/requirements/production.txt (line 19))
  Using cached MySQL-python-1.2.5.zip
    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-yWwe4v/mysql-python/setup.py", line 17, in <module>
        metadata, options = get_config()
      File "/tmp/pip-build-yWwe4v/mysql-python/setup_posix.py", line 43, in get_config
        libs = mysql_config("libs_r")
      File "/tmp/pip-build-yWwe4v/mysql-python/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-yWwe4v/mysql-python
silverlion@EliteBook8460p:~/Ubuntuusers/inyokaproject.org/inyoka$