virtual-vehicle / pointcloudset

Efficient analysis of large datasets of point clouds recorded over time
https://virtual-vehicle.github.io/pointcloudset/
MIT License
44 stars 7 forks source link

conda build for github actions fails #44

Closed tgoelles closed 2 years ago

tgoelles commented 2 years ago

Therefore CI tests are not working at the moment.

Seems like installing the pip dependencies takes forever and github actions stops after 6 hours.

Possible solutions

see tg_test_conda_pip branch for develpment

tgoelles commented 2 years ago

issues are related to py3rosmsgs and pycryptodomex.

Wrote a PR for py3rosmsgs related to unused dependencies there. Need to investigate pycryptodomex a bit more.

tgoelles commented 2 years ago

solved now with PR #47. Now we use github actions based on the pointcloudset_base image.