pi@raspberrypi:~ $ cd sandypi pi@raspberrypi:~/sandypi $ virtualenv env created virtual environment CPython3.7.3.final.0-32 in 526ms creator CPython3Posix(dest=/home/pi/sandypi/env, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/pi/.local/share/virtualenv) added seed packages: Flask==1.1.2, Flask_Cors==3.0.9, Flask_Migrate==2.5.3, Flask_SQLAlchemy==2.4.4, Flask_SocketIO==4.3.0, Jinja2==2.11.2, Mako==1.1.3, MarkupSafe==1.1.1, Pillow==8.1.0, SQLAlchemy==1.3.22, Werkzeug==1.0.1, alembic==1.4.3, astroid==2.4.2, bidict==0.21.2, click==7.1.2, colorama==0.4.4, future==0.18.2, isort==5.7.0, itsdangerous==1.1.0, lazy_object_proxy==1.4.3, mccabe==0.6.1, packaging==20.8, pip==20.3.3, pip==21.0, pylint==2.6.0, pyparsing==2.4.7, pyserial==3.5, python_dateutil==2.8.1, python_dotenv==0.15.0, python_editor==1.0.4, python_engineio==3.13.0, python_socketio==4.6.0, setuptools==51.1.1, setuptools==51.3.3, six==1.15.0, toml==0.10.2, typed_ast==1.4.2, wheel==0.34.2, wheel==0.36.2, wrapt==1.12.1 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator pi@raspberrypi:~/sandypi $ source en/bin/activate bash: en/bin/activate: Aucun fichier ou dossier de ce type pi@raspberrypi:~/sandypi $ source env/bin/activate (env) pi@raspberrypi:~/sandypi $ sudo sh install.sh ----- Installing python dependencies ----- Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting alembic==1.4.3 (from -r requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/12/aa/c261dfd7f4ba6ce4701846a2689a46e2a172e012171de4378fc2926e3bf0/alembic-1.4.3-py2.py3-none-any.whl (159kB) 100% |████████████████████████████████| 163kB 815kB/s Collecting astroid==2.4.2 (from -r requirements.txt (line 2)) Downloading https://files.pythonhosted.org/packages/24/a8/5133f51967fb21e46ee50831c3f5dda49e976b7f915408d670b1603d41d6/astroid-2.4.2-py3-none-any.whl (213kB) 100% |████████████████████████████████| 215kB 1.0MB/s Collecting bidict==0.21.2 (from -r requirements.txt (line 3)) Downloading https://files.pythonhosted.org/packages/67/d4/eaf9242722bf991e0955380dd6168020cb15a71cc0d3cc2373f4911b1f1d/bidict-0.21.2-py2.py3-none-any.whl Collecting click==7.1.2 (from -r requirements.txt (line 4)) Downloading https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl (82kB) 100% |████████████████████████████████| 92kB 1.5MB/s Collecting colorama==0.4.4 (from -r requirements.txt (line 5)) Downloading https://files.pythonhosted.org/packages/44/98/5b86278fbbf250d239ae0ecb724f8572af1c91f4a11edf4d36a206189440/colorama-0.4.4-py2.py3-none-any.whl Collecting Flask==1.1.2 (from -r requirements.txt (line 6)) Downloading https://files.pythonhosted.org/packages/f2/28/2a03252dfb9ebf377f40fba6a7841b47083260bf8bd8e737b0c6952df83f/Flask-1.1.2-py2.py3-none-any.whl (94kB) 100% |████████████████████████████████| 102kB 1.3MB/s Collecting Flask-Cors==3.0.9 (from -r requirements.txt (line 7)) Downloading https://files.pythonhosted.org/packages/69/7f/d0aeaaafb5c3c76c8d2141dbe2d4f6dca5d6c31872d4e5349768c1958abc/Flask_Cors-3.0.9-py2.py3-none-any.whl Collecting Flask-Migrate==2.5.3 (from -r requirements.txt (line 8)) Downloading https://files.pythonhosted.org/packages/e5/64/c75f173ba5420f5174be6f04dfa8d8250d4808c12a9cd781e84c0b31684f/Flask_Migrate-2.5.3-py2.py3-none-any.whl Collecting Flask-SocketIO==4.3.0 (from -r requirements.txt (line 9)) Downloading https://files.pythonhosted.org/packages/f9/01/2090f37ca90e0020008eabdaa309b03f8f92e8e5045ec74c476268d51e8e/Flask_SocketIO-4.3.0-py2.py3-none-any.whl Collecting Flask-SQLAlchemy==2.4.4 (from -r requirements.txt (line 10)) Downloading https://files.pythonhosted.org/packages/af/4b/3dd83c3e2c6e3034b804d971952e0120606506f153990cc56d2d33173b72/Flask_SQLAlchemy-2.4.4-py2.py3-none-any.whl Collecting future==0.18.2 (from -r requirements.txt (line 11)) Downloading https://www.piwheels.org/simple/future/future-0.18.2-py3-none-any.whl (491kB) 100% |████████████████████████████████| 491kB 625kB/s Collecting isort==5.7.0 (from -r requirements.txt (line 12)) Downloading https://files.pythonhosted.org/packages/cc/89/6888f573886e9dc0906ec98f1b15888de20919a142c355d7f57ebd977d36/isort-5.7.0-py3-none-any.whl (104kB) 100% |████████████████████████████████| 112kB 1.6MB/s Collecting itsdangerous==1.1.0 (from -r requirements.txt (line 13)) Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl Collecting Jinja2==2.11.2 (from -r requirements.txt (line 14)) Downloading https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-none-any.whl (125kB) 100% |████████████████████████████████| 133kB 1.5MB/s Collecting lazy-object-proxy==1.4.3 (from -r requirements.txt (line 15)) Downloading https://www.piwheels.org/simple/lazy-object-proxy/lazy_object_proxy-1.4.3-cp37-cp37m-linux_armv7l.whl (42kB) 100% |████████████████████████████████| 51kB 594kB/s Collecting Mako==1.1.3 (from -r requirements.txt (line 16)) Downloading https://files.pythonhosted.org/packages/a6/37/0e706200d22172eb8fa17d68a7ae22dec7631a0a92266634fb518a88a5b2/Mako-1.1.3-py2.py3-none-any.whl (75kB) 100% |████████████████████████████████| 81kB 1.5MB/s Collecting MarkupSafe==1.1.1 (from -r requirements.txt (line 17)) Downloading https://www.piwheels.org/simple/markupsafe/MarkupSafe-1.1.1-cp37-cp37m-linux_armv7l.whl Requirement already satisfied: mccabe==0.6.1 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 18)) (0.6.1) Collecting packaging==20.8 (from -r requirements.txt (line 19)) Downloading https://files.pythonhosted.org/packages/b1/a7/588bfa063e7763247ab6f7e1d994e331b85e0e7d09f853c59a6eb9696974/packaging-20.8-py2.py3-none-any.whl Collecting Pillow==8.1.0 (from -r requirements.txt (line 20)) Downloading https://www.piwheels.org/simple/pillow/Pillow-8.1.0-cp37-cp37m-linux_armv7l.whl (1.3MB) 100% |████████████████████████████████| 1.3MB 267kB/s Collecting pip==20.3.3 (from -r requirements.txt (line 21)) Downloading https://files.pythonhosted.org/packages/54/eb/4a3642e971f404d69d4f6fa3885559d67562801b99d7592487f1ecc4e017/pip-20.3.3-py2.py3-none-any.whl (1.5MB) 100% |████████████████████████████████| 1.5MB 244kB/s Collecting pylint==2.6.0 (from -r requirements.txt (line 22)) Downloading https://files.pythonhosted.org/packages/fb/13/519c1264a134beab2be4bac8dd3e64948980a5ca7833b31cf0255b21f20a/pylint-2.6.0-py3-none-any.whl (325kB) 100% |████████████████████████████████| 327kB 888kB/s Collecting pyparsing==2.4.7 (from -r requirements.txt (line 23)) Downloading https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl (67kB) 100% |████████████████████████████████| 71kB 1.7MB/s Collecting pyserial==3.5 (from -r requirements.txt (line 24)) Downloading https://files.pythonhosted.org/packages/07/bc/587a445451b253b285629263eb51c2d8e9bcea4fc97826266d186f96f558/pyserial-3.5-py2.py3-none-any.whl (90kB) 100% |████████████████████████████████| 92kB 962kB/s Collecting python-dateutil==2.8.1 (from -r requirements.txt (line 25)) Downloading https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl (227kB) 100% |████████████████████████████████| 235kB 614kB/s Collecting python-dotenv==0.15.0 (from -r requirements.txt (line 26)) Downloading https://files.pythonhosted.org/packages/32/2e/e4585559237787966aad0f8fd0fc31df1c4c9eb0e62de458c5b6cde954eb/python_dotenv-0.15.0-py2.py3-none-any.whl Collecting python-editor==1.0.4 (from -r requirements.txt (line 27)) Downloading https://files.pythonhosted.org/packages/c6/d3/201fc3abe391bbae6606e6f1d598c15d367033332bd54352b12f35513717/python_editor-1.0.4-py3-none-any.whl Collecting python-engineio==3.13.0 (from -r requirements.txt (line 28)) Downloading https://files.pythonhosted.org/packages/9d/7e/d14f8ea2ad1aa7d28f8d95ffab8ec7a6034d81f7f52ef4d788c8e89cdcdc/python_engineio-3.13.0-py2.py3-none-any.whl (49kB) 100% |████████████████████████████████| 51kB 763kB/s Collecting python-socketio==4.6.0 (from -r requirements.txt (line 29)) Downloading https://files.pythonhosted.org/packages/3d/97/00741edd49788510b834b60a1a4d0afb2c4942770c11b8e0f6e914371718/python_socketio-4.6.0-py2.py3-none-any.whl (51kB) 100% |████████████████████████████████| 61kB 1.2MB/s Collecting setuptools==51.1.1 (from -r requirements.txt (line 30)) Downloading https://files.pythonhosted.org/packages/34/b6/33396512781ec5c40de2e70e8a68f2d0c4d91d6cc182410788c34a00002d/setuptools-51.1.1-py3-none-any.whl (2.0MB) 100% |████████████████████████████████| 2.0MB 192kB/s Collecting six==1.15.0 (from -r requirements.txt (line 31)) Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl Collecting SQLAlchemy==1.3.22 (from -r requirements.txt (line 32)) Downloading https://www.piwheels.org/simple/sqlalchemy/SQLAlchemy-1.3.22-cp37-cp37m-linux_armv7l.whl (1.3MB) 100% |████████████████████████████████| 1.3MB 280kB/s Collecting toml==0.10.2 (from -r requirements.txt (line 33)) Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl Collecting Werkzeug==1.0.1 (from -r requirements.txt (line 34)) Downloading https://files.pythonhosted.org/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl (298kB) 100% |████████████████████████████████| 307kB 857kB/s Collecting wheel==0.34.2 (from -r requirements.txt (line 35)) Downloading https://files.pythonhosted.org/packages/8c/23/848298cccf8e40f5bbb59009b32848a4c38f4e7f3364297ab3c3e2e2cd14/wheel-0.34.2-py2.py3-none-any.whl Collecting wrapt==1.12.1 (from -r requirements.txt (line 36)) Downloading https://www.piwheels.org/simple/wrapt/wrapt-1.12.1-cp37-cp37m-linux_armv7l.whl (68kB) 100% |████████████████████████████████| 71kB 543kB/s Collecting typed-ast<1.5,>=1.4.0; implementation_name == "cpython" and python_version < "3.8" (from astroid==2.4.2->-r requirements.txt (line 2)) Downloading https://www.piwheels.org/simple/typed-ast/typed_ast-1.4.2-cp37-cp37m-linux_armv7l.whl (721kB) 100% |████████████████████████████████| 727kB 535kB/s Installing collected packages: MarkupSafe, Mako, SQLAlchemy, python-editor, six, python-dateutil, alembic, lazy-object-proxy, typed-ast, wrapt, astroid, bidict, click, colorama, Jinja2, itsdangerous, Werkzeug, Flask, Flask-Cors, Flask-SQLAlchemy, Flask-Migrate, python-engineio, python-socketio, Flask-SocketIO, future, isort, pyparsing, packaging, Pillow, pip, toml, pylint, pyserial, python-dotenv, setuptools, wheel Found existing installation: MarkupSafe 1.1.0 Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'MarkupSafe'. No files were found to uninstall. Found existing installation: six 1.12.0 Not uninstalling six at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'six'. No files were found to uninstall. Found existing installation: lazy-object-proxy 1.3.1 Not uninstalling lazy-object-proxy at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'lazy-object-proxy'. No files were found to uninstall. Found existing installation: typed-ast 1.3.1 Not uninstalling typed-ast at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'typed-ast'. No files were found to uninstall. Found existing installation: wrapt 1.10.11 Not uninstalling wrapt at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'wrapt'. No files were found to uninstall. Found existing installation: astroid 2.1.0 Not uninstalling astroid at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'astroid'. No files were found to uninstall. Found existing installation: Click 7.0 Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'Click'. No files were found to uninstall. Found existing installation: colorama 0.3.7 Not uninstalling colorama at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'colorama'. No files were found to uninstall. Found existing installation: Jinja2 2.10 Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'Jinja2'. No files were found to uninstall. Found existing installation: itsdangerous 0.24 Not uninstalling itsdangerous at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'itsdangerous'. No files were found to uninstall. Found existing installation: Werkzeug 0.14.1 Not uninstalling werkzeug at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'Werkzeug'. No files were found to uninstall. Found existing installation: Flask 1.0.2 Not uninstalling flask at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'Flask'. No files were found to uninstall. Found existing installation: isort 4.3.4 Not uninstalling isort at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'isort'. No files were found to uninstall. Found existing installation: Pillow 5.4.1 Not uninstalling pillow at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'Pillow'. No files were found to uninstall. Found existing installation: pip 18.1 Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'pip'. No files were found to uninstall. Found existing installation: pylint 2.2.2 Not uninstalling pylint at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'pylint'. No files were found to uninstall. Found existing installation: pyserial 3.4 Not uninstalling pyserial at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'pyserial'. No files were found to uninstall. Found existing installation: setuptools 40.8.0 Not uninstalling setuptools at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'setuptools'. No files were found to uninstall. Found existing installation: wheel 0.32.3 Not uninstalling wheel at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'wheel'. No files were found to uninstall. Successfully installed Flask-1.1.2 Flask-Cors-3.0.9 Flask-Migrate-2.5.3 Flask-SQLAlchemy-2.4.4 Flask-SocketIO-4.3.0 Jinja2-2.11.2 Mako-1.1.3 MarkupSafe-1.1.1 Pillow-8.1.0 SQLAlchemy-1.3.22 Werkzeug-1.0.1 alembic-1.4.3 astroid-2.4.2 bidict-0.21.2 click-7.1.2 colorama-0.4.4 future-0.18.2 isort-5.7.0 itsdangerous-1.1.0 lazy-object-proxy-1.4.3 packaging-20.8 pip-20.3.3 pylint-2.6.0 pyparsing-2.4.7 pyserial-3.5 python-dateutil-2.8.1 python-dotenv-0.15.0 python-editor-1.0.4 python-engineio-3.13.0 python-socketio-4.6.0 setuptools-51.1.1 six-1.15.0 toml-0.10.2 typed-ast-1.4.2 wheel-0.34.2 wrapt-1.12.1 ----- Installing js dependencies and building frontend app ----- sudo: npm : commande introuvable sudo: yarn : commande introuvable sudo: yarn : commande introuvable ----- Upgrading database ----- Logger 'app' level: 30 (WARNING) Logger 'feeder' level: 30 (WARNING) Serial not available. Will use the fake serial INFO [alembic.runtime.migration] Context impl SQLiteImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. ----- Installing app ----- Logger 'app' level: 0 (NOT SET) Logger 'feeder' level: 0 (NOT SET) Serial not available. Will use the fake serial running install running build running build_py creating build creating build/lib creating build/lib/server copying server/__init__.py -> build/lib/server running egg_info creating server.egg-info writing server.egg-info/PKG-INFO writing dependency_links to server.egg-info/dependency_links.txt writing requirements to server.egg-info/requires.txt writing top-level names to server.egg-info/top_level.txt writing manifest file 'server.egg-info/SOURCES.txt' reading manifest file 'server.egg-info/SOURCES.txt' writing manifest file 'server.egg-info/SOURCES.txt' running install_lib creating /usr/local/lib/python3.7/dist-packages/server copying build/lib/server/__init__.py -> /usr/local/lib/python3.7/dist-packages/server byte-compiling /usr/local/lib/python3.7/dist-packages/server/__init__.py to __init__.cpython-37.pyc running install_egg_info Copying server.egg-info to /usr/local/lib/python3.7/dist-packages/server-0.0.0-py3.7.egg-info running install_scripts Running post install script (env) pi@raspberrypi:~/sandypi $