Skip to content

Not able to run "make all" and install "psbody-mesh" #89

@Arish2022

Description

@Arish2022

Hello @raffienficiaud and @anuragranj and @ioreshnikov ,
I tried to install psbody-mesh using "make all" in Ubuntu. But getting below error.
Do you have any thoughts?
Thanks in advance,
Ari

(my_venv) ubuntu@Workstation-i9:/mnt/c/Users/Remote User/mesh$ BOOST_INCLUDE_DIRS=/usr/include/boost make all
----- [ mesh_package ] Installing with the interpreter /mnt/c/Users/Remote User/my_venv/bin/python (version 3.7.16)
Requirement already satisfied: setuptools in /mnt/c/Users/Remote User/my_venv/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (67.7.2)
Requirement already satisfied: numpy in /mnt/c/Users/Remote User/my_venv/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.21.6)
Collecting matplotlib (from -r requirements.txt (line 3))
Downloading matplotlib-3.5.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (11.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.2/11.2 MB 7.5 MB/s eta 0:00:00
Collecting scipy (from -r requirements.txt (line 4))
Downloading scipy-1.7.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (38.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.1/38.1 MB 7.1 MB/s eta 0:00:00
Collecting pyopengl (from -r requirements.txt (line 5))
Using cached PyOpenGL-3.1.6-py3-none-any.whl (2.4 MB)
Collecting pillow (from -r requirements.txt (line 6))
Using cached Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl (3.4 MB)
Collecting pyzmq (from -r requirements.txt (line 7))
Downloading pyzmq-25.0.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 12.2 MB/s eta 0:00:00
Collecting pyyaml (from -r requirements.txt (line 8))
Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.3/596.3 kB 11.3 MB/s eta 0:00:00
Collecting opencv-python (from -r requirements.txt (line 9))
Using cached opencv_python-4.7.0.72-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (61.8 MB)
Collecting cycler>=0.10 (from matplotlib->-r requirements.txt (line 3))
Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB)
Collecting fonttools>=4.22.0 (from matplotlib->-r requirements.txt (line 3))
Downloading fonttools-4.38.0-py3-none-any.whl (965 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 965.4/965.4 kB 10.4 MB/s eta 0:00:00
Collecting kiwisolver>=1.0.1 (from matplotlib->-r requirements.txt (line 3))
Downloading kiwisolver-1.4.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 7.7 MB/s eta 0:00:00
Collecting packaging>=20.0 (from matplotlib->-r requirements.txt (line 3))
Using cached packaging-23.1-py3-none-any.whl (48 kB)
Collecting pyparsing>=2.2.1 (from matplotlib->-r requirements.txt (line 3))
Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Collecting python-dateutil>=2.7 (from matplotlib->-r requirements.txt (line 3))
Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting typing-extensions (from kiwisolver>=1.0.1->matplotlib->-r requirements.txt (line 3))
Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib->-r requirements.txt (line 3))
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: pyopengl, typing-extensions, six, scipy, pyzmq, pyyaml, pyparsing, pillow, packaging, opencv-python, fonttools, cycler, python-dateutil, kiwisolver, matplotlib
Successfully installed cycler-0.11.0 fonttools-4.38.0 kiwisolver-1.4.4 matplotlib-3.5.3 opencv-python-4.7.0.72 packaging-23.1 pillow-9.5.0 pyopengl-3.1.6 pyparsing-3.0.9 python-dateutil-2.8.2 pyyaml-6.0 pyzmq-25.0.2 scipy-1.7.3 six-1.16.0 typing-extensions-4.5.0
Package Version


cycler 0.11.0
fonttools 4.38.0
kiwisolver 1.4.4
matplotlib 3.5.3
numpy 1.21.6
opencv-python 4.7.0.72
packaging 23.1
Pillow 9.5.0
pip 23.1.2
PyOpenGL 3.1.6
pyparsing 3.0.9
python-dateutil 2.8.2
PyYAML 6.0
pyzmq 25.0.2
scipy 1.7.3
setuptools 67.7.2
six 1.16.0
typing_extensions 4.5.0
wheel 0.40.0

Usage:
pip install [options] [package-index-options] ...
pip install [options] -r [package-index-options] ...
pip install [options] [-e] ...
pip install [options] [-e] ...
pip install [options] <archive url/path> ...

no such option: --install-option
make: *** [Makefile:7: all] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions