Created
May 23, 2022 10:40
-
-
Save SteveClement/18be96611fc310701f9ed12b93ff9aa3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
misp-modules on main | |
➜ sudo -u www-data -H /var/www/MISP/venv/bin/pip install -I . | |
[sudo] password for steve: | |
Processing /usr/local/src/misp-modules | |
Installing build dependencies ... done | |
Getting requirements to build wheel ... done | |
Preparing metadata (pyproject.toml) ... done | |
Collecting redis>=3 | |
Using cached redis-4.3.1-py3-none-any.whl (241 kB) | |
Collecting psutil | |
Downloading psutil-5.9.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.0/282.0 KB 6.3 MB/s eta 0:00:00 | |
Collecting tornado | |
Using cached tornado-6.1-cp310-cp310-linux_x86_64.whl | |
Collecting packaging>=20.4 | |
Using cached packaging-21.3-py3-none-any.whl (40 kB) | |
Collecting deprecated>=1.2.3 | |
Using cached Deprecated-1.2.13-py2.py3-none-any.whl (9.6 kB) | |
Collecting async-timeout>=4.0.2 | |
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB) | |
Collecting wrapt<2,>=1.10 | |
Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) | |
Collecting pyparsing!=3.0.5,>=2.0.2 | |
Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) | |
Building wheels for collected packages: misp-modules | |
Building wheel for misp-modules (pyproject.toml) ... done | |
Created wheel for misp-modules: filename=misp_modules-1.0-py3-none-any.whl size=316998 sha256=2fb023d46e0a779e7a79a6272ddc0aae186cc37caa35d673e87802a1b915a93b | |
Stored in directory: /var/www/.cache/pip/wheels/e8/1e/f6/cf454560492e057c41e035e9df458cd6ef148b736c35a5fbf0 | |
Successfully built misp-modules | |
Installing collected packages: wrapt, tornado, pyparsing, psutil, async-timeout, packaging, deprecated, redis, misp-modules | |
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. | |
oletools 0.60 requires pyparsing<3,>=2.1.0, but you have pyparsing 3.0.9 which is incompatible. | |
Successfully installed async-timeout-4.0.2 deprecated-1.2.13 misp-modules-1.0 packaging-21.3 psutil-5.9.1 pyparsing-3.0.9 redis-4.3.1 tornado-6.1 wrapt-1.14.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment