1
General / Re: Agisoft Metashape 1.5.0 pre-release
« on: October 09, 2018, 01:07:02 PM »
Can we have more info about the Metashape Python 3 module? What's its use, how can we install it if it must check the license?
I tried to install it in a virtualenv (Python 3.6.6) under Ubuntu 16.04 (without Metashape) but maybe dependencies and/or environment variables are missing:
I tried to install it in a virtualenv (Python 3.6.6) under Ubuntu 16.04 (without Metashape) but maybe dependencies and/or environment variables are missing:
Code: [Select]
In [1]: import Metashape
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-ec7fe42b313a> in <module>()
----> 1 import Metashape
~/.virtualenvs/metashape/lib/python3.6/site-packages/Metashape/__init__.py in <module>()
1 import importlib
2
----> 3 from .Metashape import *
4
5 # copy private variables
ImportError: ~/.virtualenvs/metashape/lib/python3.6/site-packages/Metashape/Metashape.so: undefined symbol: glColor3dv