warning: no previously-included files found matching 'ci/appveyor.token'
no previously-included directories found matching 'doc/_build'
no previously-included directories found matching 'tests/eggsrc/build'
no previously-included directories found matching 'tests/eggsrc/dist'
no previously-included directories found matching 'tests/eggsrc/*.egg-info'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
Installing coverage3 script to /home/a312/zds/zds-site/zdsenv/bin
Installing coverage-3.4 script to /home/a312/zds/zds-site/zdsenv/bin
Installing coverage script to /home/a312/zds/zds-site/zdsenv/bin
Running setup.py install for PyYAML
checking if libyaml is compilable
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/home/a312/zds/zds-site/zdsenv/include -I/usr/include/python3.4m -c build/temp.linux-x86_64-3.4/check_libyaml.c -o build/temp.linux-x86_64-3.4/check_libyaml.o
build/temp.linux-x86_64-3.4/check_libyaml.c:2:18: fatal error: yaml.h: Aucun fichier ou dossier de ce type
#include <yaml.h>
^
compilation terminated.
libyaml is not found or a compiler error: forcing --without-libyaml
(if libyaml is installed correctly, you may need to
specify the option --include-dirs or uncomment and
modify the parameter include_dirs in setup.cfg)
Running setup.py install for flake8-quotes
Running setup.py install for autopep8
warning: no files found matching 'test/example'
warning: no files found matching 'test/example/x.py'
warning: no previously-included files matching '*.py' found under directory 'test/suite'
warning: no previously-included files matching '*.py' found under directory 'test/suite/out'
warning: no previously-included files found matching '.travis.yml'
warning: no previously-included files found matching 'CONTRIBUTING.rst'
warning: no previously-included files found matching 'Makefile'
warning: no previously-included files found matching 'coveralls.bash'
warning: no previously-included files found matching 'hooks'
warning: no previously-included files found matching 'hooks/pre-push'
warning: no previously-included files found matching 'install_hooks.bash'
warning: no previously-included files found matching 'test/.gitignore'
warning: no previously-included files found matching 'test/acid.py'
warning: no previously-included files found matching 'test/acid_pypi.py'
warning: no previously-included files found matching 'test/suite'
warning: no previously-included files found matching 'test/suite/out'
warning: no previously-included files found matching 'test/vim_autopep8.py'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files found matching 'update_readme.py'
Installing autopep8 script to /home/a312/zds/zds-site/zdsenv/bin
Running setup.py install for httplib2
Running setup.py install for simplejson
building 'simplejson._speedups' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/home/a312/zds/zds-site/zdsenv/include -I/usr/include/python3.4m -c simplejson/_speedups.c -o build/temp.linux-x86_64-3.4/simplejson/_speedups.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/simplejson/_speedups.o -o build/lib.linux-x86_64-3.4/simplejson/_speedups.cpython-34m.so
/usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'python_requires'
warnings.warn(msg)
Running setup.py install for openapi-codec
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
Running setup.py install for pathtools
Found existing installation: setuptools 5.5.1
Uninstalling setuptools:
Successfully uninstalled setuptools
*** Error compiling '/tmp/pip-build-ne5hqrsx/Jinja2/jinja2/asyncfilters.py'...
File "/tmp/pip-build-ne5hqrsx/Jinja2/jinja2/asyncfilters.py", line 7
async def auto_to_seq(value):
^
SyntaxError: invalid syntax
*** Error compiling '/tmp/pip-build-ne5hqrsx/Jinja2/jinja2/asyncsupport.py'...
File "/tmp/pip-build-ne5hqrsx/Jinja2/jinja2/asyncsupport.py", line 22
async def concat_async(async_gen):
^
SyntaxError: invalid syntax
Running setup.py install for itypes
Could not find .egg-info directory in install record for itypes (from coreapi>=2.3.0->django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Running setup.py install for coreschema
Could not find .egg-info directory in install record for coreschema (from coreapi>=2.3.0->django-rest-swagger==2.1.2->-r requirements.txt (line 31))
Running setup.py install for MarkupSafe
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
building 'markupsafe._speedups' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/home/a312/zds/zds-site/zdsenv/include -I/usr/include/python3.4m -c src/markupsafe/_speedups.c -o build/temp.linux-x86_64-3.4/src/markupsafe/_speedups.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/markupsafe/_speedups.o -o build/lib.linux-x86_64-3.4/markupsafe/_speedups.cpython-34m.so
Could not find .egg-info directory in install record for MarkupSafe>=0.23 (from Jinja2>=2.3->sphinx==1.7.2->-r requirements-dev.txt (line 9))
Successfully installed lxml factory-boy pygeoip pillow gitpython easy-thumbnails beautifulsoup4 django-recaptcha google-api-python-client toml requests djangorestframework djangorestframework-xml django-filter django-oauth-toolkit drf-extensions django-rest-swagger django-cors-middleware dry-rest-permissions oauth2client watchdog django-uuslug python-slugify coverage PyYAML django-debug-toolbar flake8 flake8-quotes autopep8 sphinx selenium sphinx-rtd-theme faker mock colorlog gitdb2 google-auth-httplib2 httplib2 google-auth uritemplate six chardet idna urllib3 certifi defusedxml oauthlib simplejson coreapi openapi-codec pyasn1-modules pyasn1 rsa argh pathtools Unidecode mccabe pyflakes pycodestyle setuptools sphinxcontrib-websupport Jinja2 snowballstemmer typing Pygments docutils alabaster imagesize packaging babel python-dateutil text-unidecode pbr smmap2 cachetools itypes coreschema MarkupSafe pyparsing pytz
Cleaning up...
python manage.py migrate
Traceback (most recent call last):
File "manage.py", line 47, in <module>
execute_from_command_line(sys.argv)
File "/home/a312/zds/zds-site/zdsenv/lib/python3.4/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
utility.execute()
File "/home/a312/zds/zds-site/zdsenv/lib/python3.4/site-packages/django/core/management/__init__.py", line 338, in execute
django.setup()
File "/home/a312/zds/zds-site/zdsenv/lib/python3.4/site-packages/django/__init__.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
File "/home/a312/zds/zds-site/zdsenv/lib/python3.4/site-packages/django/apps/registry.py", line 108, in populate
app_config.import_models()
File "/home/a312/zds/zds-site/zdsenv/lib/python3.4/site-packages/django/apps/config.py", line 202, in import_models
self.models_module = import_module(models_module_name)
File "/usr/lib/python3.4/importlib/__init__.py", line 109, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
File "<frozen importlib._bootstrap>", line 1129, in _exec
File "<frozen importlib._bootstrap>", line 1471, in exec_module
File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
File "/home/a312/zds/zds-site/zdsenv/lib/python3.4/site-packages/social/apps/django_app/default/models.py", line 9, in <module>
from social.storage.django_orm import DjangoUserMixin, \
File "/home/a312/zds/zds-site/zdsenv/lib/python3.4/site-packages/social/storage/django_orm.py", line 8, in <module>
from social.storage.base import UserMixin, AssociationMixin, NonceMixin, \
File "/home/a312/zds/zds-site/zdsenv/lib/python3.4/site-packages/social/storage/base.py", line 12, in <module>
from openid.association import Association as OpenIdAssociation
ImportError: No module named 'openid'
Makefile:23: recipe for target 'migrate' failed
make: *** [migrate] Error 1
* [+front] install front dependencies & build front
yarn