O
su:mapillary_tools 2 su$ ./mapillary_tools --version
Mapillary tools version : 0.6.0
Size: a a a
O
su:mapillary_tools 2 su$ ./mapillary_tools --version
Mapillary tools version : 0.6.0
O
O
A
O
O
O
su:upload-scripts-master su$ python3 osc_tools.py upload -p /Users/su/Pictures/Mapillary/UPLOAD2020/
Traceback (most recent call last):
File "/Users/su/Pictures/OSC/upload-scripts-master/osc_tools.py", line 7, in <module>
from login_controller import LoginController
File "/Users/su/Pictures/OSC/upload-scripts-master/login_controller.py", line 7, in <module>
from osm_access import osm_auth
File "/Users/su/Pictures/OSC/upload-scripts-master/osm_access.py", line 2, in <module>
from rauth import OAuth1Service
ModuleNotFoundError: No module named 'rauth'
su:upload-scripts-master su$ python3 osc_tools.py upload -p /Users/su/Pictures/Mapillary/UPLOAD2020/
Traceback (most recent call last):
File "/Users/su/Pictures/OSC/upload-scripts-master/osc_tools.py", line 7, in <module>
from login_controller import LoginController
File "/Users/su/Pictures/OSC/upload-scripts-master/login_controller.py", line 7, in <module>
from osm_access import osm_auth
File "/Users/su/Pictures/OSC/upload-scripts-master/osm_access.py", line 2, in <module>
from rauth import OAuth1Service
ModuleNotFoundError: No module named 'rauth'
a
a
O
O
O
su:upload-scripts-master su$ pip install rauth
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: rauth in /Users/su/Library/Python/2.7/lib/python/site-packages (0.7.3)
Requirement already satisfied: requests>=1.2.3 in /Users/su/Library/Python/2.7/lib/python/site-packages (from rauth) (2.20.0)
Requirement already satisfied: certifi>=2017.4.17 in /Users/su/Library/Python/2.7/lib/python/site-packages (from requests>=1.2.3->rauth) (2020.4.5.1)
Requirement already satisfied: idna<2.8,>=2.5 in /Users/su/Library/Python/2.7/lib/python/site-packages (from requests>=1.2.3->rauth) (2.7)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /Users/su/Library/Python/2.7/lib/python/site-packages (from requests>=1.2.3->rauth) (3.0.4)
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /Users/su/Library/Python/2.7/lib/python/site-packages (from requests>=1.2.3->rauth) (1.24.3)
WARNING: You are using pip version 20.1; however, version 20.3.4 is available.
You should consider upgrading via the '/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -m pip install --upgrade pip' command.
O
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -m pip install --upgrade pip
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Defaulting to user installation because normal site-packages is not writeable
Collecting pip
Downloading pip-20.3.4-py2.py3-none-any.whl (1.5 MB)
a
O
WARNING: The scripts pip, pip2 and pip2.7 are installed in '/Users/su/Library/Python/2.7/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-20.3.4
O
Installing collected packages: rauth
Successfully installed rauth-0.7.3
O
a
O