Hi PolarNick,
i downloaded the script and tried to install the modules open3d and pyhull using:
"%programfiles%\Agisoft\Metashape Pro\python\python.exe" -m pip install open3d pyhull
open3d is installed but pyhull installation fails with following error:
Building wheels for collected packages: pyhull
Running setup.py bdist_wheel for pyhull: started
Running setup.py bdist_wheel for pyhull: finished with status 'error'
Complete output from command "C:\Program Files\Agisoft\Metashape Pro\python\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\PAUL~1.PEL\\AppData\\Local\\Temp\\pip-build-1_g15vzt\\pyhull\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d C:\Users\PAUL~1.PEL\AppData\Local\Temp\tmpg_10nry1pip-wheel- --python-tag cp35:
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.5
creating build\lib.win-amd64-3.5\pyhull
copying pyhull\convex_hull.py -> build\lib.win-amd64-3.5\pyhull
copying pyhull\delaunay.py -> build\lib.win-amd64-3.5\pyhull
copying pyhull\halfspace.py -> build\lib.win-amd64-3.5\pyhull
copying pyhull\simplex.py -> build\lib.win-amd64-3.5\pyhull
copying pyhull\voronoi.py -> build\lib.win-amd64-3.5\pyhull
copying pyhull\__init__.py -> build\lib.win-amd64-3.5\pyhull
running build_ext
building 'pyhull._pyhull' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
----------------------------------------
Running setup.py clean for pyhull
Failed to build pyhull
Installing collected packages: pyhull, jupyter-core, tornado, pyzmq, jupyter-client
Running setup.py install for pyhull: started
Running setup.py install for pyhull: finished with status 'error'
Complete output from command "C:\Program Files\Agisoft\Metashape Pro\python\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\PAUL~1.PEL\\AppData\\Local\\Temp\\pip-build-1_g15vzt\\pyhull\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\PAUL~1.PEL\AppData\Local\Temp\pip-epjll0cq-record\install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.5
creating build\lib.win-amd64-3.5\pyhull
copying pyhull\convex_hull.py -> build\lib.win-amd64-3.5\pyhull
copying pyhull\delaunay.py -> build\lib.win-amd64-3.5\pyhull
copying pyhull\halfspace.py -> build\lib.win-amd64-3.5\pyhull
copying pyhull\simplex.py -> build\lib.win-amd64-3.5\pyhull
copying pyhull\voronoi.py -> build\lib.win-amd64-3.5\pyhull
copying pyhull\__init__.py -> build\lib.win-amd64-3.5\pyhull
running build_ext
building 'pyhull._pyhull' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
----------------------------------------
But I do have Visual Studio Build Tools installed as shown in following screen capture...
What am I missing here?
Help would be welcome!