Addalin / cameranetwork

Software for remote sensing camera networks
Other
2 stars 0 forks source link

failed to import module _transformations #4

Closed OmerShubi closed 5 years ago

OmerShubi commented 5 years ago

https://github.com/Addalin/cameranetwork/blob/645b5ce298d7efc78b29de20adfdc44d50f1d015/CameraNetwork/transformation_matrices.py#L1913

executing python /cameranetwork/scripts_client/camera_client.py results in

/home/shubi/PycharmProjects/cameranetwork/CameraNetwork/transformation_matrices.py:1899: UserWarning: failed to import module _transformations
  warnings.warn("failed to import module %s" % name)
OmerShubi commented 5 years ago

Maybe related to missing requirement: https://github.com/Addalin/cameranetwork/blob/645b5ce298d7efc78b29de20adfdc44d50f1d015/CameraNetwork/transformation_matrices.py#L49-L54