[OSGeoLive] #2150: actinia missing dependencies
OSGeoLive
trac_osgeolive at osgeo.org
Thu Aug 1 11:18:34 PDT 2019
#2150: actinia missing dependencies
-----------------------+----------------------------
Reporter: neteler | Owner: osgeolive@…
Type: defect | Status: new
Priority: major | Milestone: OSGeoLive13.0
Component: OSGeoLive | Resolution:
Keywords: actinia |
-----------------------+----------------------------
Comment (by kalxas):
{{{
user at osgeolive:~$ actinia_start.sh
[2019-08-01 17:59:42 +0000] [2933] [INFO] Starting gunicorn 19.7.1
[2019-08-01 17:59:42 +0000] [2933] [INFO] Listening at:
http://0.0.0.0:8088 (2933)
[2019-08-01 17:59:42 +0000] [2933] [INFO] Using worker: sync
[2019-08-01 17:59:42 +0000] [2936] [INFO] Booting worker with pid: 2936
[2019-08-01 17:59:42 +0000] [2936] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gunicorn/arbiter.py", line 578, in
spawn_worker
worker.init_process()
File "/usr/lib/python3/dist-packages/gunicorn/workers/base.py", line
126, in init_process
self.load_wsgi()
File "/usr/lib/python3/dist-packages/gunicorn/workers/base.py", line
135, in load_wsgi
self.wsgi = self.app.wsgi()
File "/usr/lib/python3/dist-packages/gunicorn/app/base.py", line 67, in
wsgi
self.callable = self.load()
File "/usr/lib/python3/dist-packages/gunicorn/app/wsgiapp.py", line 65,
in load
return self.load_wsgiapp()
File "/usr/lib/python3/dist-packages/gunicorn/app/wsgiapp.py", line 52,
in load_wsgiapp
return util.import_app(self.app_uri)
File "/usr/lib/python3/dist-packages/gunicorn/util.py", line 377, in
import_app
__import__(module)
File "/usr/lib/python3/dist-packages/actinia_core/main.py", line 30, in
<module>
from .endpoints import create_endpoints
File "/usr/lib/python3/dist-packages/actinia_core/endpoints.py", line
33, in <module>
from .resources.location_management import ListLocationsResource,
LocationManagementResourceUser
File "/usr/lib/python3/dist-
packages/actinia_core/resources/location_management.py", line 39, in
<module>
from .common.response_models import ProcessingResponseModel
File "/usr/lib/python3/dist-
packages/actinia_core/resources/common/response_models.py", line 33, in
<module>
from .process_chain import GrassModule
File "/usr/lib/python3/dist-
packages/actinia_core/resources/common/process_chain.py", line 35, in
<module>
from .sentinel_processing_library import Sentinel2Processing
File "/usr/lib/python3/dist-
packages/actinia_core/resources/common/sentinel_processing_library.py",
line 30, in <module>
from .google_satellite_bigquery_interface import
GoogleSatelliteBigQueryInterface
File "/usr/lib/python3/dist-
packages/actinia_core/resources/common/google_satellite_bigquery_interface.py",
line 28, in <module>
from google.cloud import bigquery
File "/usr/lib/python3/dist-packages/google/cloud/bigquery/__init__.py",
line 35, in <module>
from google.cloud.bigquery.client import Client
File "/usr/lib/python3/dist-packages/google/cloud/bigquery/client.py",
line 52, in <module>
from google.cloud.bigquery import _pandas_helpers
File "/usr/lib/python3/dist-
packages/google/cloud/bigquery/_pandas_helpers.py", line 24, in <module>
from google.cloud import bigquery_storage_v1beta1
File "/usr/lib/python3/dist-
packages/google/cloud/bigquery_storage_v1beta1/__init__.py", line 25, in
<module>
from google.cloud.bigquery_storage_v1beta1 import types
File "/usr/lib/python3/dist-
packages/google/cloud/bigquery_storage_v1beta1/types.py", line 23, in
<module>
from google.cloud.bigquery_storage_v1beta1.proto import arrow_pb2
File "/usr/lib/python3/dist-
packages/google/cloud/bigquery_storage_v1beta1/proto/arrow_pb2.py", line
26, in <module>
'\n7google/cloud/bigquery/storage_v1beta1/proto/arrow.proto\x12%google.cloud.bigquery.storage.v1beta1"(\n\x0b\x41rrowSchema\x12\x19\n\x11serialized_schema\x18\x01
\x01(\x0c"F\n\x10\x41rrowRecordBatch\x12\x1f\n\x17serialized_record_batch\x18\x01
\x01(\x0c\x12\x11\n\trow_count\x18\x02
\x01(\x03\x42\x85\x01\n)com.google.cloud.bigquery.storage.v1beta1B\nArrowProtoZLgoogle.golang.org/genproto/googleapis/cloud/bigquery/storage/v1beta1;storageb\x06proto3'
TypeError: __new__() got an unexpected keyword argument
'serialized_options'
[2019-08-01 17:59:42 +0000] [2936] [INFO] Worker exiting (pid: 2936)
[2019-08-01 17:59:42 +0000] [2933] [INFO] Shutting down: Master
[2019-08-01 17:59:42 +0000] [2933] [INFO] Reason: Worker failed to boot.
}}}
--
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2150#comment:7>
OSGeoLive <http://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.
More information about the osgeolive
mailing list