Package Details: mapillary_tools-git r1755.dc0ad064-1

Git Clone URL: https://aur.archlinux.org/mapillary_tools-git.git (read-only, click to copy)
Package Base: mapillary_tools-git
Description: Library for processing and uploading geotagged images to Mapillary
Upstream URL: https://github.com/mapillary/mapillary_tools
Licenses: BSD
Provides: mapillary_tools
Submitter: jose1711
Maintainer: gileri
Last Packager: gileri
Votes: 2
Popularity: 0.000002
First Submitted: 2018-07-09 15:01 (UTC)
Last Updated: 2026-01-26 17:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

gileri commented on 2021-02-27 11:26 (UTC)

Python 3 support has been implemented, and python 2 dropped : https://github.com/mapillary/mapillary_tools/releases/tag/v0.6.0

jose1711 commented on 2020-07-25 12:13 (UTC) (edited on 2020-07-25 20:19 (UTC) by jose1711)

At this moment this requires pymp4's dependency python-construct to be in a specific version (hence updated dependencies). Here's how I do this on my system:

svn checkout --depth=empty svn://svn.archlinux.org/community
cd community
svn update python-construct
cd python-construct/trunk/

svn update -r r203452
makepkg --nocheck -si

Add python-construct and python2-construct into IgnorePkg (/etc/pacman.conf).

Self-Perfection commented on 2020-07-02 21:24 (UTC)

Does not start after install:

from pymp4.parser import Box

ImportError: No module named pymp4.parser