Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ScubaDiving

Pages: [1]
1
General / Activating Metashape in an Offline Docker Container
« on: August 03, 2021, 04:00:23 PM »
Hello everyone,

We are trying to run some automation processes using Python in the field with an offline computer that runs everything using a docker container.
The problem we encounter is that every time the docker starts it needs activation for itself. It's easy enough to solve when our test bench is connected to the internet with activation commands inside the code, but it does not work when the machine is offline.

Will using the offline activation method work? Does anyone have experience with this kind of deployment? Any help will be appreciated.

Thanks in advance.

2
Hello everyone,

I'm trying to write some code which uses pandas for some data proccessing. I'm able to test it easily using Anaconda but I'm unable to run the whole program in metshape because pandas is not installed in Metashape's python interpreter.

I've tried installing it with the methods decribed here: https://www.agisoft.com/forum/index.php?topic=3412.0 and here: https://agisoft.freshdesk.com/support/solutions/articles/31000136860-how-to-install-external-python-module-to-photoscan-professional-pacakge

without results. When I try to use
Code: [Select]
python -m pip install pandas I get a syntax error as attached here.

I'm kind of lost right now because it seems I just can't get it to work... any help will be appreciated.

Pages: [1]