Facebook
From Savu, 3 Years ago, written in Python.
Embed
Download Paste or View Raw
Hits: 187
  1. ~/Documents/kivy$ buildozer android debug deploy run logcat
  2. # Check configuration tokens
  3. # Ensure build layout
  4. # Check configuration tokens
  5. # Preparing build
  6. # Check requirements for android
  7. # Run 'dpkg --version'
  8. # Cwd None
  9. Debian 'dpkg' package management program version 1.20.5 (amd64).
  10. This is free software; see the GNU General Public Licence version 2 or
  11. later for copying conditions. There is NO warranty.
  12. # Search for Git (git)
  13. #  -> found at /usr/bin/git
  14. # Search for Cython (cython)
  15. #  -> found at /home/savudoes/Documents/kivy/Chat-V0.0.1/bin/cython
  16. # Search for Java compiler (javac)
  17. #  -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
  18. # Search for Java keytool (keytool)
  19. #  -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool
  20. # Install platform
  21. # Run 'git config --get remote.origin.url'
  22. # Cwd /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  23. https://github.com/kivy/python-for-android.git
  24. # Run 'git branch -vv'
  25. # Cwd /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  26. * master 5a94d074 [origin/master] Merge pull request #2244 from Chronolife-team/native_services_upstream
  27. # Run '/usr/bin/python3 -m pip install -q  \'appdirs\' \'colorama>=0.3.3\' \'jinja2\' \'six\' \'enum34; python_version<"3.4"\' \'sh>=1.10; sys_platform!="nt"\' \'pep517<0.7.0"\' \'toml\''                                                  
  28. # Cwd None
  29. # Apache ANT found at /home/savudoes/.buildozer/android/platform/apache-ant-1.9.4
  30. # Android SDK found at /home/savudoes/.buildozer/android/platform/android-sdk
  31. # Recommended android's NDK version by p4a is: 19c
  32. # Android NDK found at /home/savudoes/.buildozer/android/platform/android-ndk-r19c
  33. # Check application requirements
  34. # Compile platform
  35. # Run '/usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=ChatApp --bootstrap=sdl2 --requirements=python3,kivy,kivymd,requests,rsa,json --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a" --ndk-api=21 --ignore-setup-py'                                    
  36. # Cwd /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  37. /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py:84: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  38.  import imp
  39. [INFO]:    Will compile for the following archs: armeabi-v7a
  40. [INFO]:    Found Android API target in $ANDROIDAPI: 27
  41. [INFO]:    Available Android APIs are (27)
  42. [INFO]:    Requested API target 27 is available, continuing.
  43. [INFO]:    Found NDK dir in $ANDROIDNDK: /home/savudoes/.buildozer/android/platform/android-ndk-r19c
  44. [INFO]:    Found NDK version 19c
  45. [INFO]:    Getting NDK API version (i.e. minimum supported API) from user argument
  46. [INFO]:    ccache is missing, the build will not be optimized in the future.
  47. [INFO]:    Found the following toolchain versions: ['4.9']
  48. [INFO]:    Picking the latest gcc toolchain, here 4.9
  49. [INFO]:    No existing dists meet the given requirements!
  50. [INFO]:    No dist exists that meets your requirements, so one will be built.
  51. [INFO]:    Found a single valid recipe set: ['hostpython3', 'json', 'kivymd', 'libffi', 'openssl', 'requests', 'rsa', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy']
  52. [INFO]:    The selected bootstrap is sdl2
  53. [INFO]:    # Creating dist with sdl2 bootstrap
  54. [INFO]:    Dist will have name ChatApp and requirements (python3, kivy, kivymd, requests, rsa, json)
  55. [INFO]:    Dist contains the following requirements as recipes: ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy']
  56. [INFO]:    Dist will also contain modules (certifi, kivymd, requests, json, rsa) installed from pip
  57. [INFO]:    Dist will be build in mode debug
  58. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2                                                                                                      
  59. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  60. [INFO]:    Recipe build order is ['hostpython3', 'libffi', 'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'sqlite3', 'python3', 'sdl2', 'setuptools', 'six', 'pyjnius', 'android', 'kivy']                                                
  61. [INFO]:    The requirements (certifi, json, kivymd, requests, rsa) were not found as recipes, they will be installed with pip.                                                                                                                
  62. [INFO]:    # Downloading recipes
  63. [INFO]:    Downloading hostpython3
  64. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 36 more)
  65. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/hostpython3                                                                                                              
  66. [INFO]:    -> running basename https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz
  67. [INFO]:    hostpython3 download already cached, skipping                                                              
  68. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  69. [INFO]:    Downloading libffi
  70. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 31 more)
  71. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/libffi                                                                                                                  
  72. [INFO]:    -> running basename https://github.com/libffi/libffi/archive/8fa8837.tar.gz
  73. [INFO]:    libffi download already cached, skipping                                                                  
  74. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  75. [INFO]:    Downloading openssl
  76. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 32 more)
  77. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/openssl                                                                                                                  
  78. [INFO]:    -> running basename https://www.openssl.org/source/openssl-1.1.1f.tar.gz
  79. [INFO]:    openssl download already cached, skipping                                                                  
  80. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  81. [INFO]:    Downloading sdl2_image
  82. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 35 more)
  83. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/sdl2_image                                                                                                              
  84. [INFO]:    -> running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.tar.gz
  85. [INFO]:    sdl2_image download already cached, skipping                                                              
  86. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  87. [INFO]:    Downloading sdl2_mixer
  88. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 35 more)
  89. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/sdl2_mixer                                                                                                              
  90. [INFO]:    -> running basename https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz
  91. [INFO]:    sdl2_mixer download already cached, skipping                                                              
  92. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  93. [INFO]:    Downloading sdl2_ttf
  94. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 33 more)
  95. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/sdl2_ttf                                                                                                                
  96. [INFO]:    -> running basename https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz
  97. [INFO]:    sdl2_ttf download already cached, skipping                                                                
  98. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  99. [INFO]:    Downloading sqlite3
  100. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 32 more)
  101. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/sqlite3                                                                                                                  
  102. [INFO]:    -> running basename https://www.sqlite.org/2016/sqlite-amalgamation-3150100.zip
  103. [INFO]:    sqlite3 download already cached, skipping                                                                  
  104. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  105. [INFO]:    Downloading python3
  106. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 32 more)
  107. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/python3                                                                                                                  
  108. [INFO]:    -> running basename https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz
  109. [INFO]:    python3 download already cached, skipping                                                                  
  110. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  111. [INFO]:    Downloading sdl2
  112. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 29 more)
  113. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/sdl2                                                                                                                    
  114. [INFO]:    -> running basename https://www.libsdl.org/release/SDL2-2.0.9.tar.gz
  115. [INFO]:    sdl2 download already cached, skipping                                                                    
  116. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  117. [INFO]:    Downloading setuptools
  118. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 35 more)
  119. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/setuptools                                                                                                              
  120. [INFO]:    -> running basename https://pypi.python.org/packages/source/s/setuptools/setuptools-40.9.0.zip
  121. [INFO]:    setuptools download already cached, skipping                                                              
  122. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  123. [INFO]:    Downloading six
  124. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 28 more)
  125. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/six                                                                                                                      
  126. [INFO]:    -> running basename https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz
  127. [INFO]:    six download already cached, skipping                                                                      
  128. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  129. [INFO]:    Downloading pyjnius
  130. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 32 more)
  131. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/pyjnius                                                                                                                  
  132. [INFO]:    -> running basename https://github.com/kivy/pyjnius/archive/1.2.1.zip
  133. [INFO]:    pyjnius download already cached, skipping                                                                  
  134. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  135. [INFO]:    Downloading android
  136. [INFO]:    Skipping android download as no URL is set
  137. [INFO]:    Downloading kivy
  138. [INFO]:    -> running mkdir -p /home/savudoes/Documents/kivy/.buildozer/android/platform/bu...(and 29 more)
  139. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/packages/kivy                                                                                                                    
  140. [INFO]:    -> running basename https://github.com/kivy/kivy/archive/1.11.1.zip
  141. [INFO]:    kivy download already cached, skipping                                                                    
  142. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  143. [INFO]:    # Building all recipes for arch armeabi-v7a
  144. [INFO]:    # Unpacking recipes
  145. [INFO]:    Unpacking hostpython3 for armeabi-v7a
  146. [INFO]:    -> running basename https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz
  147. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop                                                                                            
  148. [INFO]:    hostpython3 is already unpacked, skipping
  149. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  150. [INFO]:    Unpacking libffi for armeabi-v7a
  151. [INFO]:    -> running basename https://github.com/libffi/libffi/archive/8fa8837.tar.gz
  152. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/libffi/armeabi-v7a__ndk_target_21                                                                              
  153. [INFO]:    libffi is already unpacked, skipping
  154. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  155. [INFO]:    Unpacking openssl for armeabi-v7a
  156. [INFO]:    -> running basename https://www.openssl.org/source/openssl-1.1.1f.tar.gz
  157. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/openssl/armeabi-v7a__ndk_target_21                                                                            
  158. [INFO]:    openssl is already unpacked, skipping
  159. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  160. [INFO]:    Unpacking sdl2_image for armeabi-v7a
  161. [INFO]:    -> running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.4.tar.gz
  162. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni                                                                                                  
  163. [INFO]:    sdl2_image is already unpacked, skipping
  164. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  165. [INFO]:    Unpacking sdl2_mixer for armeabi-v7a
  166. [INFO]:    -> running basename https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz
  167. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni                                                                                                  
  168. [INFO]:    sdl2_mixer is already unpacked, skipping
  169. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  170. [INFO]:    Unpacking sdl2_ttf for armeabi-v7a
  171. [INFO]:    -> running basename https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz
  172. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni                                                                                                  
  173. [INFO]:    sdl2_ttf is already unpacked, skipping
  174. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  175. [INFO]:    Unpacking sqlite3 for armeabi-v7a
  176. [INFO]:    -> running basename https://www.sqlite.org/2016/sqlite-amalgamation-3150100.zip
  177. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/sqlite3/armeabi-v7a__ndk_target_21                                                                            
  178. [INFO]:    sqlite3 is already unpacked, skipping
  179. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  180. [INFO]:    Unpacking python3 for armeabi-v7a
  181. [INFO]:    -> running basename https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz
  182. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_21                                                                            
  183. [INFO]:    python3 is already unpacked, skipping
  184. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  185. [INFO]:    Unpacking sdl2 for armeabi-v7a
  186. [INFO]:    -> running basename https://www.libsdl.org/release/SDL2-2.0.9.tar.gz
  187. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni                                                                                                  
  188. [INFO]:    sdl2 is already unpacked, skipping
  189. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  190. [INFO]:    Unpacking setuptools for armeabi-v7a
  191. [INFO]:    -> running basename https://pypi.python.org/packages/source/s/setuptools/setuptools-40.9.0.zip
  192. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools/armeabi-v7a__ndk_target_21                                                                          
  193. [INFO]:    setuptools is already unpacked, skipping
  194. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  195. [INFO]:    Unpacking six for armeabi-v7a
  196. [INFO]:    -> running basename https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz
  197. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/six/armeabi-v7a__ndk_target_21                                                                                
  198. [INFO]:    six is already unpacked, skipping
  199. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  200. [INFO]:    Unpacking pyjnius for armeabi-v7a
  201. [INFO]:    -> running basename https://github.com/kivy/pyjnius/archive/1.2.1.zip
  202. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21                                                                        
  203. [INFO]:    pyjnius is already unpacked, skipping
  204. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  205. [INFO]:    -> running rm -rf /home/savudoes/Documents/kivy/.buildozer/android/platform/buil...(and 80 more)
  206. [INFO]:    -> running cp -a /home/savudoes/Documents/kivy/.buildozer/android/platform/pytho...(and 193 more)
  207. [INFO]:    Unpacking kivy for armeabi-v7a
  208. [INFO]:    -> running basename https://github.com/kivy/kivy/archive/1.11.1.zip
  209. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/kivy/armeabi-v7a__ndk_target_21                                                                                
  210. [INFO]:    kivy is already unpacked, skipping
  211. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  212. [INFO]:    # Prebuilding recipes
  213. [INFO]:    Prebuilding hostpython3 for armeabi-v7a
  214. [INFO]:    hostpython3 has no prebuild_armeabi_v7a, skipping
  215. [INFO]:    Applying patches for hostpython3[armeabi-v7a]
  216. [INFO]:    hostpython3 already patched, skipping
  217. [INFO]:    Prebuilding libffi for armeabi-v7a
  218. [INFO]:    libffi has no prebuild_armeabi_v7a, skipping
  219. [INFO]:    Applying patches for libffi[armeabi-v7a]
  220. [INFO]:    libffi already patched, skipping
  221. [INFO]:    Prebuilding openssl for armeabi-v7a
  222. [INFO]:    openssl has no prebuild_armeabi_v7a, skipping
  223. [INFO]:    Prebuilding sdl2_image for armeabi-v7a
  224. [INFO]:    sdl2_image has no prebuild_armeabi_v7a, skipping
  225. [INFO]:    Applying patches for sdl2_image[armeabi-v7a]
  226. [INFO]:    sdl2_image already patched, skipping
  227. [INFO]:    Prebuilding sdl2_mixer for armeabi-v7a
  228. [INFO]:    sdl2_mixer has no prebuild_armeabi_v7a, skipping
  229. [INFO]:    Applying patches for sdl2_mixer[armeabi-v7a]
  230. [INFO]:    sdl2_mixer already patched, skipping
  231. [INFO]:    Prebuilding sdl2_ttf for armeabi-v7a
  232. [INFO]:    sdl2_ttf has no prebuild_armeabi_v7a, skipping
  233. [INFO]:    Prebuilding sqlite3 for armeabi-v7a
  234. [INFO]:    sqlite3 has no prebuild_armeabi_v7a, skipping
  235. [INFO]:    Prebuilding python3 for armeabi-v7a
  236. [INFO]:    python3 has no prebuild_armeabi_v7a, skipping
  237. [INFO]:    Applying patches for python3[armeabi-v7a]
  238. [INFO]:    python3 already patched, skipping
  239. [INFO]:    Prebuilding sdl2 for armeabi-v7a
  240. [INFO]:    sdl2 has no prebuild_armeabi_v7a, skipping
  241. [INFO]:    Prebuilding setuptools for armeabi-v7a
  242. [INFO]:    setuptools has no prebuild_armeabi_v7a, skipping
  243. [INFO]:    Prebuilding six for armeabi-v7a
  244. [INFO]:    six has no prebuild_armeabi_v7a, skipping
  245. [INFO]:    Prebuilding pyjnius for armeabi-v7a
  246. [INFO]:    pyjnius has no prebuild_armeabi_v7a, skipping
  247. [INFO]:    Applying patches for pyjnius[armeabi-v7a]
  248. [INFO]:    pyjnius already patched, skipping
  249. [INFO]:    Prebuilding android for armeabi-v7a
  250. [INFO]:    android has no prebuild_armeabi_v7a, skipping
  251. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/android-sdl2/armeabi-v7a__ndk_target_21/android                                                                
  252. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  253. [INFO]:    Prebuilding kivy for armeabi-v7a
  254. [INFO]:    kivy has no prebuild_armeabi_v7a, skipping
  255. [INFO]:    # Building recipes
  256. [INFO]:    Building hostpython3 for armeabi-v7a
  257. [INFO]:    hostpython3 said it is already built, skipping
  258. [INFO]:    Building libffi for armeabi-v7a
  259. [INFO]:    libffi said it is already built, skipping
  260. [INFO]:    -> running cp /home/savudoes/Documents/kivy/.buildozer/android/platform/build-ar...(and 204 more)
  261. [INFO]:    Building openssl for armeabi-v7a
  262. [INFO]:    openssl said it is already built, skipping
  263. [INFO]:    -> running cp /home/savudoes/Documents/kivy/.buildozer/android/platform/build-ar...(and 363 more)
  264. [INFO]:    Building sdl2_image for armeabi-v7a
  265. [INFO]:    Building sdl2_mixer for armeabi-v7a
  266. [INFO]:    Building sdl2_ttf for armeabi-v7a
  267. [INFO]:    Building sqlite3 for armeabi-v7a
  268. [INFO]:    sqlite3 said it is already built, skipping
  269. [INFO]:    Building python3 for armeabi-v7a
  270. [INFO]:    python3 said it is already built, skipping
  271. [INFO]:    Building sdl2 for armeabi-v7a
  272. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2/jni                                                                                                  
  273. [INFO]:    -> running ndk-build V=1 NDK_DEBUG=1
  274. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android          
  275. [INFO]:    Building setuptools for armeabi-v7a
  276. [INFO]:    Python package already exists in site-packages
  277. [INFO]:    setuptools said it is already built, skipping
  278. [INFO]:    Building six for armeabi-v7a
  279. [INFO]:    Python package already exists in site-packages
  280. [INFO]:    six said it is already built, skipping
  281. [INFO]:    Building pyjnius for armeabi-v7a
  282. [INFO]:    Python package already exists in site-packages
  283. [INFO]:    pyjnius said it is already built, skipping
  284. [INFO]:    Building android for armeabi-v7a
  285. [INFO]:    Python package already exists in site-packages
  286. [INFO]:    android said it is already built, skipping
  287. [INFO]:    Building kivy for armeabi-v7a
  288. [INFO]:    Python package already exists in site-packages
  289. [INFO]:    kivy said it is already built, skipping
  290. [INFO]:    # Biglinking object files
  291. [WARNING]: Context's python recipe found, skipping biglink (will this work?)
  292. [INFO]:    # Postbuilding recipes
  293. [INFO]:    Postbuilding hostpython3 for armeabi-v7a
  294. [INFO]:    Postbuilding libffi for armeabi-v7a
  295. [INFO]:    Postbuilding openssl for armeabi-v7a
  296. [INFO]:    Postbuilding sdl2_image for armeabi-v7a
  297. [INFO]:    Postbuilding sdl2_mixer for armeabi-v7a
  298. [INFO]:    Postbuilding sdl2_ttf for armeabi-v7a
  299. [INFO]:    Postbuilding sqlite3 for armeabi-v7a
  300. [INFO]:    Postbuilding python3 for armeabi-v7a
  301. [INFO]:    Postbuilding sdl2 for armeabi-v7a
  302. [INFO]:    Postbuilding setuptools for armeabi-v7a
  303. [INFO]:    Postbuilding six for armeabi-v7a
  304. [INFO]:    Postbuilding pyjnius for armeabi-v7a
  305. [INFO]:    Copying pyjnius java class to classes build dir
  306. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/pyjnius-sdl2/armeabi-v7a__ndk_target_21/pyjnius                                                                
  307. [INFO]:    -> running cp -a jnius/src/org /home/savudoes/Documents/kivy/.buildozer/android/...(and 52 more)
  308. [INFO]:    <- directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android
  309. [INFO]:    Postbuilding android for armeabi-v7a
  310. [INFO]:    Postbuilding kivy for armeabi-v7a
  311. [INFO]:    # Installing pure Python modules
  312. [INFO]:    *** PYTHON PACKAGE / PROJECT INSTALL STAGE ***
  313. [INFO]:    The requirements (certifi, json, kivymd, requests, rsa) don't have recipes, attempting to install them with pip
  314. [INFO]:    If this fails, it may mean that the module has compiled components and needs a recipe.
  315. [INFO]:    -> directory context /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build
  316. [INFO]:    -> running python3 -m venv venv
  317. [INFO]:    Upgrade pip to latest version
  318. [INFO]:    -> running bash -c source venv/bin/activate && pip install -U pip
  319. [INFO]:    Install Cython in case one of the modules needs it to build                                                
  320. [INFO]:    -> running bash -c venv/bin/pip install Cython
  321. [INFO]:    Creating a requirements.txt file for the Python modules                                                    
  322. [INFO]:    Installing Python modules with pip
  323. [INFO]:    IF THIS FAILS, THE MODULES MAY NEED A RECIPE. A reason for this is often modules compiling native code that is unaware of Android cross-compilation and does not work without additional changes / workarounds.
  324. [INFO]:    -> running bash -c venv/bin/pip install -v --target '/home/savudoes/Documents/ki...(and 109 more)
  325.            working: Removed build tracker: '/tmp/pip-req-tracker-_h6fb17b'                                            Exception in thread background thread for pid 194393:
  326. Traceback (most recent call last):
  327.   File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  328.     self.run()
  329.   File "/usr/lib/python3.8/threading.py", line 870, in run
  330.     self._target(*self._args, **self._kwargs)
  331.   File "/usr/local/lib/python3.8/dist-packages/sh-1.14.1-py3.8.egg/sh.py", line 1637, in wrap
  332.     fn(*rgs, **kwargs)
  333.   File "/usr/local/lib/python3.8/dist-packages/sh-1.14.1-py3.8.egg/sh.py", line 2561, in background_thread
  334.     handle_exit_code(exit_code)
  335.   File "/usr/local/lib/python3.8/dist-packages/sh-1.14.1-py3.8.egg/sh.py", line 2265, in fn
  336.     return self.command.handle_command_exit_code(exit_code)
  337.   File "/usr/local/lib/python3.8/dist-packages/sh-1.14.1-py3.8.egg/sh.py", line 865, in handle_command_exit_code
  338.     raise exc
  339. sh.ErrorReturnCode_1:
  340.  
  341.   RAN: /usr/bin/bash -c 'venv/bin/pip install -v --target '"'"'/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/ChatApp'"'"' --no-deps -r requirements.txt'
  342.  
  343.   STDOUT:
  344. Ignoring "sys._home = value" override
  345. Using pip 20.3.3 from /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip (python 3.8)
  346. Non-user install due to --prefix or --target option
  347. Created temporary directory: /tmp/pip-target-ajb2bo6k
  348. Created temporary directory: /tmp/pip-ephem-wheel-cache-bbra0rzy
  349. Created temporary directory: /tmp/pip-req-tracker-_h6fb17b
  350. Initialized build tracking at /tmp/pip-req-tracker-_h6fb17b
  351. Created build tracker: /tmp/pip-req-tracker-_h6fb17b
  352. Entered build tracker: /tmp/pip-req-tracker-_h6fb17b
  353. Created temporary directory: /tmp/pip-install-nmif_td2
  354. 1 location(s) to search for versions of certifi:
  355. * https://pypi.org/simple/certifi/
  356. Fetching project page and analyzing links: https://pypi.org/simple/certifi/
  357. Getting page https://pypi.org/simple/certifi/
  358. Found index url https://pypi.org/simple
  359. Looking up "https://pypi.org/simple/certifi/" in the cache
  360. Request header has "max_age" as 0, cache bypassed
  361. Starting new HTTPS connection (1): pypi.org:443
  362. https://pypi.org:443 "GET /simple/certifi/ HTTP/1.1" 304 0
  363.   Found link https://files.pythonhosted.org/packages/55/bf/e1094f052b5932a452b12ac5a6c229f3d7dbf41a66cfc8d5832fe3fb6463/certifi-0.0.1.tar.gz#sha256=a6f0d79b2b63a43c71bc128929be3a17bdf5d0a5f74208d7ad9563b3bf8210e9 (from https://pypi.org/simple/certifi/), version: 0.0.1
  364.   Found link https://files.pythonhosted.org/packages/0c/4d/6e036d6158e533499272f7b82d0ffa115ecc7c930994475b7bf8f4047489/certifi-0.0.2.tar.gz#sha256=678b7a44338228d55bc4569a575b4734bbbcb9da109328f3b10e3435ec6abdee (from https://pypi.org/simple/certifi/), version: 0.0.2
  365.   Found link https://files.pythonhosted.org/packages/17/3d/7d037b5aadde37d95c067e5b26f064ae53f791201a89b5b38ee315409264/certifi-0.0.3.tar.gz#sha256=1418bce4a32cd409b9766a7c92556be4d23f287da581945be4076eea299fbeac (from https://pypi.org/simple/certifi/), version: 0.0.3
  366.   Found link https://files.pythonhosted.org/packages/cd/b9/ad866737dfde6b459fa3188b13d249e50101fa06bab408e6d9e5029b6838/certifi-0.0.4.tar.gz#sha256=8aed314d0d133c70fd9c56ee13cabe0910c0f6ff423da266841512af0e3d68c4 (from https://pypi.org/simple/certifi/), version: 0.0.4
  367.   Found link https://files.pythonhosted.org/packages/84/b9/a5aac1c71b154f18dad87b39e42a118a538ce4f95fe10f3f651b0c3d0ac2/certifi-0.0.5.tar.gz#sha256=c1c47a7545e39e19357d51c2e5291de158508024658d6860815359566ac65c02 (from https://pypi.org/simple/certifi/), version: 0.0.5
  368.   Found link https://files.pythonhosted.org/packages/76/4a/92995898df84d15c42d49e38b814caa94502cbf28be9b9732703303f2107/certifi-0.0.6.tar.gz#sha256=e839718ce80daa9853b1f47a333757d4a22cdf422e2fd8de5e579d5634a89585 (from https://pypi.org/simple/certifi/), version: 0.0.6
  369.   Found link https://files.pythonhosted.org/packages/43/10/aafebf9677ccec8b227f15eef20a4aac65fbff7f14fc9462f06855fecdd2/certifi-0.0.7.tar.gz#sha256=6dec7d3c6f3d4ed0a50fb15f8fd41c0bb1b17998eb8c103d0f34d61c19061e36 (from https://pypi.org/simple/certifi/), version: 0.0.7
  370.   Found link https://files.pythonhosted.org/packages/38/70/d777da670969367780cb0cb66f43799e17e050dcdeb0fa4e26189519f9f2/certifi-0.0.8.tar.gz#sha256=46ecf5f7526a08cc1f8bc8232adf0cffce046f46ceff95539daec42ebc4849ef (from https://pypi.org/simple/certifi/), version: 0.0.8
  371.   Found link https://files.pythonhosted.org/packages/eb/fe/3ba38b686003664a75c01c42c6f1be02f9837d007c0f15727e6f8f2040a3/certifi-1.0.0.tar.gz#sha256=d4f8e89c9e709f67221bf21231d0fa66a00d3712bcb69d4b5aef3705339c8dcd (from https://pypi.org/simple/certifi/), version: 1.0.0
  372.   Found link https://files.pythonhosted.org/packages/4e/58/86422944e1f228a4e90c291388bf69675826c995f163b2894541365f1f0e/certifi-1.0.1-py2.py3-none-any.whl#sha256=44964ac783fca598e723da5fa2ef3631b5b2f94f445749bfc6043d4afb20de75 (from https://pypi.org/simple/certifi/), version: 1.0.1
  373.   Found link https://files.pythonhosted.org/packages/ff/3a/ec07518540a090d463aa20c615a170d52a3633057fde480bd462883a0de2/certifi-1.0.1.tar.gz#sha256=f2c18c7edd349ec10378ef43ff16f81ae1d0af61d5d2858a8b383e8f6814a9cc (from https://pypi.org/simple/certifi/), version: 1.0.1
  374.   Found link https://files.pythonhosted.org/packages/c1/ed/4a424a55f77679700452972e583393b64160583c80ffa893b4be9391f3ae/certifi-14.05.14.tar.gz#sha256=1e1bcbacd6357c151ae37cf0290dcc809721d32ce21fd6b7339568f3ddef1b69 (from https://pypi.org/simple/certifi/), version: 14.05.14
  375.   Found link https://files.pythonhosted.org/packages/86/35/9758a67004a266047c779ae40a3d937869bfc6fc3422f6c606b8afbc9d23/certifi-2015.04.28-py2.py3-none-any.whl#sha256=268fa00c27de756d71663dd61f73a4a8d8727569bb1b474b2ce6020553826872 (from https://pypi.org/simple/certifi/), version: 2015.04.28
  376.   Found link https://files.pythonhosted.org/packages/4a/41/52617061e93551d5c8041b70d35db395ad647cc356beb764cd9b278e3114/certifi-2015.04.28.tar.gz#sha256=99785e6cf715cdcde59dee05a676e99f04835a71e7ced201ca317401c322ba96 (from https://pypi.org/simple/certifi/), version: 2015.04.28
  377.   Found link https://files.pythonhosted.org/packages/c6/aa/85432217f85f1553dc0926a3e00b48e00819b80097dd056e482c19766f11/certifi-2015.9.6-py2.py3-none-any.whl#sha256=499d154e26c642108248be45b4e09d3b978d2e7c6a72e0a147a2e81448a61a7d (from https://pypi.org/simple/certifi/), version: 2015.9.6
  378.   Found link https://files.pythonhosted.org/packages/e2/ec/ab8442e4d6cf92ea4df67ed81e078bd6a9e092c96ffcd03dbd910e1eb389/certifi-2015.9.6.tar.gz#sha256=7e5646f75d2779719b3400c009e3461f921823e4592657f8e00fb2b6e14b8b92 (from https://pypi.org/simple/certifi/), version: 2015.9.6
  379.   Found link https://files.pythonhosted.org/packages/cc/7f/fb45b6c47ff3a1e119b8fa0aec4a9d1812f0c9f774d877eca582065ef21e/certifi-2015.9.6.1-py2.py3-none-any.whl#sha256=4cbb1f8b30948895f36bb94402598506808833747e0a2e1ca5b1f152ff341da4 (from https://pypi.org/simple/certifi/), version: 2015.9.6.1
  380.   Found link https://files.pythonhosted.org/packages/d6/8d/700b62e1cbcd0264450b8bb476757808ef2c3f6060ee552c3717d010b616/certifi-2015.9.6.1.tar.gz#sha256=f924457bd89178e565fe1b90359d90639f524e7da1a99988292474f52defbf34 (from https://pypi.org/simple/certifi/), version: 2015.9.6.1
  381.   Found link https://files.pythonhosted.org/packages/58/41/b16d4787c30bfb27d608fd2383ab2a7823afa0491fa16df04336d7b7519b/certifi-2015.9.6.2-py2.py3-none-any.whl#sha256=7486e08ffd0a9bea8c66e76fd1f0f0150294c572e78cb16b14d8589beafd3564 (from https://pypi.org/simple/certifi/), version: 2015.9.6.2
  382.   Found link https://files.pythonhosted.org/packages/63/71/422814652028afbff99347da9f3d102f53113a1d2389e255a2dde15c5d8d/certifi-2015.9.6.2.tar.gz#sha256=dc3a2b2d9d1033dbf27586366ae61b9d7c44d8c3a6f29694ffcbb0618ea7aea6 (from https://pypi.org/simple/certifi/), version: 2015.9.6.2
  383.   Found link https://files.pythonhosted.org/packages/a5/2b/83904abc08c3d95808d098163b049e923cbf9fa04f6fa5c0f3750959da8e/certifi-2015.11.20-py2.py3-none-any.whl#sha256=12e141bb3e0f1b3ea4d5a8af804fc59ff94d5ece040cf8d22232ddf87eec096b (from https://pypi.org/simple/certifi/), version: 2015.11.20
  384.   Found link https://files.pythonhosted.org/packages/c5/8a/d007319d95bd2424adb3f2a41ffb29de76f2c07b3dd5fd98f3651f9a14f5/certifi-2015.11.20.tar.gz#sha256=7168668372f07219439e82878b484d6216ff63224fd4e7ff4f39c56ad0b487de (from https://pypi.org/simple/certifi/), version: 2015.11.20
  385.   Found link https://files.pythonhosted.org/packages/df/21/86903664789d010c7693523aa44cd6f96f9d60c7bc813761ff3db5fa8aad/certifi-2015.11.20.1-py2.py3-none-any.whl#sha256=ad86683448f7483d4147a64d96856e551734e594c4563747e9fbe2368df13d3f (from https://pypi.org/simple/certifi/), version: 2015.11.20.1
  386.   Found link https://files.pythonhosted.org/packages/08/59/d39d98454a4fd2c9e0955590398bcfc4047f8e6dde00d7731cefdb32b403/certifi-2015.11.20.1.tar.gz#sha256=30b0a7354a1b32caa8b4705d3f5fb2dadefac7ba4bf8af8a2176869f93e38f16 (from https://pypi.org/simple/certifi/), version: 2015.11.20.1
  387.   Found link https://files.pythonhosted.org/packages/db/60/1ed0106bde7b14b363b15b17cc308aad93ba57d3582570f3ad7180ae0fae/certifi-2016.2.28-py2.py3-none-any.whl#sha256=75c33d546e0a732a4606749cbadcd81929f30d8b814061ca93cde49933dbb860 (from https://pypi.org/simple/certifi/), version: 2016.2.28
  388.   Found link https://files.pythonhosted.org/packages/5c/f8/f6c54727c74579c6bbe5926f5deb9677c5810a33e11da58d1a4e2d09d041/certifi-2016.2.28.tar.gz#sha256=5e8eccf95924658c97b990b50552addb64f55e1e3dfe4880456ac1f287dc79d0 (from https://pypi.org/simple/certifi/), version: 2016.2.28
  389.   Found link https://files.pythonhosted.org/packages/65/da/116b7b175ecdb089406ec24238d1fe668b52d3f25e4e7ba88983807eac6a/certifi-2016.8.2-py2.py3-none-any.whl#sha256=c6290b32cfccf569a621d0449fcaf9283a3e0c77108bc808545b41c779d42e0a (from https://pypi.org/simple/certifi/), version: 2016.8.2
  390.   Found link https://files.pythonhosted.org/packages/60/d8/e4dbd7239f1dd3854135949cc2cc8344602b1545a7929b7bf652ac69fbb6/certifi-2016.8.2.tar.gz#sha256=65ddc34fd9c8509851031d7075b8325393b87e6dbe5875a723959a20266d7a41 (from https://pypi.org/simple/certifi/), version: 2016.8.2
  391.   Found link https://files.pythonhosted.org/packages/dd/ed/e9bf6a9dc79e23c68385c4ea692f0e9e1a7880518872564f88be013b552f/certifi-2016.8.8-py2.py3-none-any.whl#sha256=04f0e6677e6a5a64ba83ade859bcdda254c1ccf58545eb72bc2067f51a01873c (from https://pypi.org/simple/certifi/), version: 2016.8.8
  392.   Found link https://files.pythonhosted.org/packages/41/bf/88a3269c7c95fc94a2c581c4b1b3d3ec21af7a268d6a3a4e54578adccfd6/certifi-2016.8.8.tar.gz#sha256=99864ed602d8a9d212e339b15ffa438895002eda7b7db20dca5309dac9605ae9 (from https://pypi.org/simple/certifi/), version: 2016.8.8
  393.   Found link https://files.pythonhosted.org/packages/34/21/ebb383f944dfc3a14461ee021089da90477be919a5554117c184ae3d44be/certifi-2016.8.31-py2.py3-none-any.whl#sha256=172844a3e2896c924e6aa2657b2e56586a724f27edd0e9592be9353f3a3f6c73 (from https://pypi.org/simple/certifi/), version: 2016.8.31
  394.   Found link https://files.pythonhosted.org/packages/1c/d1/0133a5084f0d17db0270c6061e824a11b0e417d743f5ff4c594f4090ed89/certifi-2016.8.31.tar.gz#sha256=f7708a42d86f29ccc7c8c4ff9d34a8d854d8d78eb2973d1f28406bb43d6b8919 (from https://pypi.org/simple/certifi/), version: 2016.8.31
  395.   Found link https://files.pythonhosted.org/packages/a2/35/b7b457c95fdd661d4c179201e9e58a2181934695943b08ccfcba09284b4e/certifi-2016.9.26-py2.py3-none-any.whl#sha256=a60073d7bb5cb01671877efda875e8dab755b98baedfbb9b8b3d9be2d52ad022 (from https://pypi.org/simple/certifi/), version: 2016.9.26
  396.   Found link https://files.pythonhosted.org/packages/4f/75/e1bc6e363a2c76f8d7e754c27c437dbe4086414e1d6d2f6b2a3e7846f22b/certifi-2016.9.26.tar.gz#sha256=8275aef1bbeaf05c53715bfc5d8569bd1e04ca1e8e69608cc52bcaac2604eb19 (from https://pypi.org/simple/certifi/), version: 2016.9.26
  397.   Found link https://files.pythonhosted.org/packages/21/f7/7bb6b1c5ba1db21515950bc16b22cd7ef7d27024100f326a19921efd2ce0/certifi-2017.1.23-py2.py3-none-any.whl#sha256=f74a224a9860fd5a2e9757230a7ea3eba82d6d46914780abc18e70c8b58d4bf8 (from https://pypi.org/simple/certifi/), version: 2017.1.23
  398.   Found link https://files.pythonhosted.org/packages/b6/fa/ca682d5ace0700008d246664e50db8d095d23750bb212c0086305450c276/certifi-2017.1.23.tar.gz#sha256=81877fb7ac126e9215dfb15bfef7115fdc30e798e0013065158eed0707fd99ce (from https://pypi.org/simple/certifi/), version: 2017.1.23
  399.   Found link https://files.pythonhosted.org/packages/eb/01/c1f58987b777d6c4ec535b4e004a4a07bfc9db06f0c7533367ca6da8f2a6/certifi-2017.4.17-py2.py3-none-any.whl#sha256=f4318671072f030a33c7ca6acaef720ddd50ff124d1388e50c1bda4cbd6d7010 (from https://pypi.org/simple/certifi/), version: 2017.4.17
  400.   Found link https://files.pythonhosted.org/packages/dd/0e/1e3b58c861d40a9ca2d7ea4ccf47271d4456ae4294c5998ad817bd1b4396/certifi-2017.4.17.tar.gz#sha256=f7527ebf7461582ce95f7a9e03dd141ce810d40590834f4ec20cddd54234c10a (from https://pypi.org/simple/certifi/), version: 2017.4.17
  401.   Found link https://files.pythonhosted.org/packages/dc/ec/38df4e406cfca294fd6e242ea38bd943f47885d95e4dbf1783146f80e391/certifi-2017.7.27-py2.py3-none-any.whl#sha256=f0c0494d4a43fc862826a8ac731538ac68120524d4438e864a1ce2a2916e495d (from https://pypi.org/simple/certifi/), version: 2017.7.27
  402.   Found link https://files.pythonhosted.org/packages/fa/70/bf24052d94f00bfdb70ac70840bfa1ba61e6d56ee7da5f62ecbca743c87e/certifi-2017.7.27.tar.gz#sha256=a7e03cbaf96baad108e34602848d0e4f04e59185325a61e63c96fcf67cee5fcd (from https://pypi.org/simple/certifi/), version: 2017.7.27
  403.   Found link https://files.pythonhosted.org/packages/40/66/06130724e8205fc8c105db7edb92871c7fff7d31324d7f4405c762624a43/certifi-2017.7.27.1-py2.py3-none-any.whl#sha256=54a07c09c586b0e4c619f02a5e94e36619da8e2b053e20f594348c0611803704 (from https://pypi.org/simple/certifi/), version: 2017.7.27.1
  404.   Found link https://files.pythonhosted.org/packages/20/d0/3f7a84b0c5b89e94abbd073a5f00c7176089f526edb056686751d5064cbd/certifi-2017.7.27.1.tar.gz#sha256=40523d2efb60523e113b44602298f0960e900388cf3bb6043f645cf57ea9e3f5 (from https://pypi.org/simple/certifi/), version: 2017.7.27.1
  405.   Found link https://files.pythonhosted.org/packages/29/9b/25ef61e948321296f029f53c9f67cc2b54e224db509eb67ce17e0df6044a/certifi-2017.11.5-py2.py3-none-any.whl#sha256=244be0d93b71e93fc0a0a479862051414d0e00e16435707e5bf5000f92e04694 (from https://pypi.org/simple/certifi/), version: 2017.11.5
  406.   Found link https://files.pythonhosted.org/packages/23/3f/8be01c50ed24a4bd6b8da799839066ce0288f66f5e11f0367323467f0cbc/certifi-2017.11.5.tar.gz#sha256=5ec74291ca1136b40f0379e1128ff80e866597e4e2c1e755739a913bbc3613c0 (from https://pypi.org/simple/certifi/), version: 2017.11.5
  407.   Found link https://files.pythonhosted.org/packages/fa/53/0a5562e2b96749e99a3d55d8c7df91c9e4d8c39a9da1f1a49ac9e4f4b39f/certifi-2018.1.18-py2.py3-none-any.whl#sha256=14131608ad2fd56836d33a71ee60fa1c82bc9d2c8d98b7bdbc631fe1b3cd1296 (from https://pypi.org/simple/certifi/), version: 2018.1.18
  408.   Found link https://files.pythonhosted.org/packages/15/d4/2f888fc463d516ff7bf2379a4e9a552fef7f22a94147655d9b1097108248/certifi-2018.1.18.tar.gz#sha256=edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d (from https://pypi.org/simple/certifi/), version: 2018.1.18
  409.   Found link https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl#sha256=9fa520c1bacfb634fa7af20a76bcbd3d5fb390481724c597da32c719a7dca4b0 (from https://pypi.org/simple/certifi/), version: 2018.4.16
  410.   Found link https://files.pythonhosted.org/packages/4d/9c/46e950a6f4d6b4be571ddcae21e7bc846fcbb88f1de3eff0f6dd0a6be55d/certifi-2018.4.16.tar.gz#sha256=13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7 (from https://pypi.org/simple/certifi/), version: 2018.4.16
  411.   Found link https://files.pythonhosted.org/packages/16/1f/50d729c104b21c1042aa51560da6141d1cab476ba7015d92b2111c8db841/certifi-2018.8.13-py2.py3-none-any.whl#sha256=b6e8b28b2b7e771a41ecdd12d4d43262ecab52adebbafa42c77d6b57fb6ad3a4 (from https://pypi.org/simple/certifi/), version: 2018.8.13
  412.   Found link https://files.pythonhosted.org/packages/53/0d/d1d13a63563cc50a27b310f5612645bef06d29a5022a7e79ac659dd0fc50/certifi-2018.8.13.tar.gz#sha256=4c1d68a1408dd090d2f3a869aa94c3947cc1d967821d1ed303208c9f41f0f2f4 (from https://pypi.org/simple/certifi/), version: 2018.8.13
  413.   Found link https://files.pythonhosted.org/packages/df/f7/04fee6ac349e915b82171f8e23cee63644d83663b34c539f7a09aed18f9e/certifi-2018.8.24-py2.py3-none-any.whl#sha256=456048c7e371c089d0a77a5212fb37a2c2dce1e24146e3b7e0261736aaeaa22a (from https://pypi.org/simple/certifi/), version: 2018.8.24
  414.   Found link https://files.pythonhosted.org/packages/e1/0f/f8d5e939184547b3bdc6128551b831a62832713aa98c2ccdf8c47ecc7f17/certifi-2018.8.24.tar.gz#sha256=376690d6f16d32f9d1fe8932551d80b23e9d393a8578c5633a2ed39a64861638 (from https://pypi.org/simple/certifi/), version: 2018.8.24
  415.   Found link https://files.pythonhosted.org/packages/56/9d/1d02dd80bc4cd955f98980f28c5ee2200e1209292d5f9e9cc8d030d18655/certifi-2018.10.15-py2.py3-none-any.whl#sha256=339dc09518b07e2fa7eda5450740925974815557727d6bd35d319c1524a04a4c (from https://pypi.org/simple/certifi/), version: 2018.10.15
  416.   Found link https://files.pythonhosted.org/packages/41/b6/4f0cefba47656583217acd6cd797bc2db1fede0d53090fdc28ad2c8e0716/certifi-2018.10.15.tar.gz#sha256=6d58c986d22b038c8c0df30d639f23a3e6d172a05c3583e766f4c0b785c0986a (from https://pypi.org/simple/certifi/), version: 2018.10.15
  417.   Found link https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl#sha256=993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033 (from https://pypi.org/simple/certifi/), version: 2018.11.29
  418.   Found link https://files.pythonhosted.org/packages/55/54/3ce77783acba5979ce16674fc98b1920d00b01d337cfaaf5db22543505ed/certifi-2018.11.29.tar.gz#sha256=47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7 (from https://pypi.org/simple/certifi/), version: 2018.11.29
  419.   Found link https://files.pythonhosted.org/packages/60/75/f692a584e85b7eaba0e03827b3d51f45f571c2e793dd731e598828d380aa/certifi-2019.3.9-py2.py3-none-any.whl#sha256=59b7658e26ca9c7339e00f8f4636cdfe59d34fa37b9b04f6f9e9926b3cece1a5 (from https://pypi.org/simple/certifi/), version: 2019.3.9
  420.   Found link https://files.pythonhosted.org/packages/06/b8/d1ea38513c22e8c906275d135818fee16ad8495985956a9b7e2bb21942a1/certifi-2019.3.9.tar.gz#sha256=b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae (from https://pypi.org/simple/certifi/), version: 2019.3.9
  421.   Found link https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl#sha256=046832c04d4e752f37383b628bc601a7ea7211496b4638f6514d0e5b9acc4939 (from https://pypi.org/simple/certifi/), version: 2019.6.16
  422.   Found link https://files.pythonhosted.org/packages/c5/67/5d0548226bcc34468e23a0333978f0e23d28d0b3f0c71a151aef9c3f7680/certifi-2019.6.16.tar.gz#sha256=945e3ba63a0b9f577b1395204e13c3a231f9bc0223888be653286534e5873695 (from https://pypi.org/simple/certifi/), version: 2019.6.16
  423.   Found link https://files.pythonhosted.org/packages/18/b0/8146a4f8dd402f60744fa380bc73ca47303cccf8b9190fd16a827281eac2/certifi-2019.9.11-py2.py3-none-any.whl#sha256=fd7c7c74727ddcf00e9acd26bba8da604ffec95bf1c2144e67aff7a8b50e6cef (from https://pypi.org/simple/certifi/), version: 2019.9.11
  424.   Found link https://files.pythonhosted.org/packages/62/85/7585750fd65599e88df0fed59c74f5075d4ea2fe611deceb95dd1c2fb25b/certifi-2019.9.11.tar.gz#sha256=e4f3620cfea4f83eedc95b24abd9cd56f3c4b146dd0177e83a21b4eb49e21e50 (from https://pypi.org/simple/certifi/), version: 2019.9.11
  425.   Found link https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl#sha256=017c25db2a153ce562900032d5bc68e9f191e44e9a0f762f373977de9df1fbb3 (from https://pypi.org/simple/certifi/), version: 2019.11.28
  426.   Found link https://files.pythonhosted.org/packages/41/bf/9d214a5af07debc6acf7f3f257265618f1db242a3f8e49a9b516f24523a6/certifi-2019.11.28.tar.gz#sha256=25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f (from https://pypi.org/simple/certifi/), version: 2019.11.28
  427.   Found link https://files.pythonhosted.org/packages/31/2a/a3058b6203b5e26bba5b5f28bf719d05ce87aff38677f1be95bf0c264ce2/certifi-2020.4.5-py2.py3-none-any.whl#sha256=e68768546aa055623812ada64aec5e1f02ca20a9e7f3d3432dd8b0f35a6e7951 (from https://pypi.org/simple/certifi/), version: 2020.4.5
  428.   Found link https://files.pythonhosted.org/packages/12/6c/122f5c6c44ecbfd27b913a99b5db8cc5df9c3aed144a5da889e5fbc4411f/certifi-2020.4.5.tar.gz#sha256=b0e07438175de96ab74de9ab5dc40985ef8b44a41e9636a2000099dc3b670ddd (from https://pypi.org/simple/certifi/), version: 2020.4.5
  429.   Found link https://files.pythonhosted.org/packages/57/2b/26e37a4b034800c960a00c4e1b3d9ca5d7014e983e6e729e33ea2f36426c/certifi-2020.4.5.1-py2.py3-none-any.whl#sha256=1d987a998c75633c40847cc966fcf5904906c920a7f17ef374f5aa4282abd304 (from https://pypi.org/simple/certifi/), version: 2020.4.5.1
  430.   Found link https://files.pythonhosted.org/packages/b8/e2/a3a86a67c3fc8249ed305fc7b7d290ebe5e4d46ad45573884761ef4dea7b/certifi-2020.4.5.1.tar.gz#sha256=51fcb31174be6e6664c5f69e3e1691a2d72a1a12e90f872cbdb1567eb47b6519 (from https://pypi.org/simple/certifi/), version: 2020.4.5.1
  431.   Found link https://files.pythonhosted.org/packages/98/99/def511020aa8f663d4a2cfaa38467539e864799289ff354569e339e375b1/certifi-2020.4.5.2-py2.py3-none-any.whl#sha256=9cd41137dc19af6a5e03b630eefe7d1f458d964d406342dd3edf625839b944cc (from https://pypi.org/simple/certifi/), version: 2020.4.5.2
  432.   Found link https://files.pythonhosted.org/packages/b4/19/53433f37a31543364c8676f30b291d128cdf4cd5b31b755b7890f8e89ac8/certifi-2020.4.5.2.tar.gz#sha256=5ad7e9a056d25ffa5082862e36f119f7f7cec6457fa07ee2f8c339814b80c9b1 (from https://pypi.org/simple/certifi/), version: 2020.4.5.2
  433.   Found link https://files.pythonhosted.org/packages/5e/c4/6c4fe722df5343c33226f0b4e0bb042e4dc13483228b4718baf286f86d87/certifi-2020.6.20-py2.py3-none-any.whl#sha256=8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41 (from https://pypi.org/simple/certifi/), version: 2020.6.20
  434.   Found link https://files.pythonhosted.org/packages/40/a7/ded59fa294b85ca206082306bba75469a38ea1c7d44ea7e1d64f5443d67a/certifi-2020.6.20.tar.gz#sha256=5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3 (from https://pypi.org/simple/certifi/), version: 2020.6.20
  435.   Found link https://files.pythonhosted.org/packages/c1/6f/3d85f0850962279a7e4c622695d7b3171e95ac65308a57d3b29738b27149/certifi-2020.11.8-py2.py3-none-any.whl#sha256=1f422849db327d534e3d0c5f02a263458c3955ec0aae4ff09b95f195c59f4edd (from https://pypi.org/simple/certifi/), version: 2020.11.8
  436.   Found link https://files.pythonhosted.org/packages/e6/de/879cf857ae6f890dfa23c3d6239814c5471936b618c8fb0c8732ad5da885/certifi-2020.11.8.tar.gz#sha256=f05def092c44fbf25834a51509ef6e631dc19765ab8a57b4e7ab85531f0a9cf4 (from https://pypi.org/simple/certifi/), version: 2020.11.8
  437.   Found link https://files.pythonhosted.org/packages/5e/a0/5f06e1e1d463903cf0c0eebeb751791119ed7a4b3737fdc9a77f1cdfb51f/certifi-2020.12.5-py2.py3-none-any.whl#sha256=719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830 (from https://pypi.org/simple/certifi/), version: 2020.12.5
  438.   Found link https://files.pythonhosted.org/packages/06/a9/cd1fd8ee13f73a4d4f491ee219deeeae20afefa914dfb4c130cfc9dc397a/certifi-2020.12.5.tar.gz#sha256=1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c (from https://pypi.org/simple/certifi/), version: 2020.12.5
  439. Given no hashes to check 76 links for project 'certifi': discarding no candidates
  440. 1 location(s) to search for versions of json:
  441. * https://pypi.org/simple/json/
  442. Fetching project page and analyzing links: https://pypi.org/simple/json/
  443. Getting page https://pypi.org/simple/json/
  444. Found index url https://pypi.org/simple
  445. Looking up "https://pypi.org/simple/json/" in the cache
  446. Request header has "max_age" as 0, cache bypassed
  447. https://pypi.org:443 "GET /simple/json/ HTTP/1.1" 404 13
  448. Status code 404 not in (200, 203, 300, 301)
  449. Could not fetch URL https://pypi.org/simple/json/: 404 Client Error: Not Found for url: https://pypi.org/simple/json/ - skipping
  450. Given no hashes to check 0 links for project 'json': discarding no candidates
  451. ERROR: Could not find a version that satisfies the requirement json
  452. ERROR: No matching distribution found for json
  453. Exception information:
  454. Traceback (most recent call last):
  455.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion
  456.     crit = self.state.criteria[name]
  457. KeyError: 'json'
  458.  
  459. During handling of the above exception, another exception occurred:
  460.  
  461. Traceback (most recent call last):
  462.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 310, in resolve
  463.     name, crit = self._merge_into_criterion(r, parent=None)
  464.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion
  465.     crit = Criterion.from_requirement(self._p, requirement, parent)
  466.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement
  467.     raise RequirementsConflicted(criterion)
  468. pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('json')
  469.  
  470. During handling of the above exception, another exception occurred:
  471.  
  472. Traceback (most recent call last):
  473.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 121, in resolve
  474.     self._result = resolver.resolve(
  475.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 445, in resolve
  476.     state = resolution.resolve(requirements, max_rounds=max_rounds)
  477.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 312, in resolve
  478.     raise ResolutionImpossible(e.criterion.information)
  479. pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('json'), parent=None)]
  480.  
  481. The above exception was the direct cause of the following exception:
  482.  
  483. Traceback (most recent call last):
  484.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 224, in _main
  485.     status = self.run(options, args)
  486.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 180, in wrapper
  487.     return func(self, options, args)
  488.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 320, in run
  489.     requirement_set = resolver.resolve(
  490.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve
  491.     six.raise_from(error, e)
  492.   File "<string>", line 3, in raise_from
  493. pip._internal.exceptions.DistributionNotFound: No matching distribution found for json
  494. Removed build tracker: '/tmp/pip-req-tracker-_h6fb17b'
  495.  
  496.  
  497.   STDERR:
  498.  
  499. Traceback (most recent call last):                                                                                    
  500.   File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
  501.     return _run_code(code, main_globals, None,
  502.   File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
  503.     exec(code, run_globals)
  504.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 1260, in <module>
  505.     main()
  506.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android/pythonforandroid/entrypoints.py", line 18, in main
  507.     ToolchainCL()
  508.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 709, in __init__
  509.     getattr(self, command)(args)
  510.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 154, in wrapper_func
  511.     build_dist_from_args(ctx, dist, args)
  512.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 213, in build_dist_from_args
  513.     build_recipes(build_order, python_modules, ctx,
  514.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 600, in build_recipes
  515.     run_pymodules_install(
  516.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 820, in run_pymodules_install
  517.     shprint(sh.bash, '-c', (
  518.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py", line 167, in shprint
  519.     for line in output:
  520.   File "/usr/local/lib/python3.8/dist-packages/sh-1.14.1-py3.8.egg/sh.py", line 911, in next
  521.     self.wait()
  522.   File "/usr/local/lib/python3.8/dist-packages/sh-1.14.1-py3.8.egg/sh.py", line 841, in wait
  523.     self.handle_command_exit_code(exit_code)
  524.   File "/usr/local/lib/python3.8/dist-packages/sh-1.14.1-py3.8.egg/sh.py", line 865, in handle_command_exit_code
  525.     raise exc
  526. sh.ErrorReturnCode_1:
  527.  
  528.   RAN: /usr/bin/bash -c 'venv/bin/pip install -v --target '"'"'/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/ChatApp'"'"' --no-deps -r requirements.txt'
  529.  
  530.   STDOUT:
  531. Ignoring "sys._home = value" override
  532. Using pip 20.3.3 from /home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip (python 3.8)
  533. Non-user install due to --prefix or --target option
  534. Created temporary directory: /tmp/pip-target-ajb2bo6k
  535. Created temporary directory: /tmp/pip-ephem-wheel-cache-bbra0rzy
  536. Created temporary directory: /tmp/pip-req-tracker-_h6fb17b
  537. Initialized build tracking at /tmp/pip-req-tracker-_h6fb17b
  538. Created build tracker: /tmp/pip-req-tracker-_h6fb17b
  539. Entered build tracker: /tmp/pip-req-tracker-_h6fb17b
  540. Created temporary directory: /tmp/pip-install-nmif_td2
  541. 1 location(s) to search for versions of certifi:
  542. * https://pypi.org/simple/certifi/
  543. Fetching project page and analyzing links: https://pypi.org/simple/certifi/
  544. Getting page https://pypi.org/simple/certifi/
  545. Found index url https://pypi.org/simple
  546. Looking up "https://pypi.org/simple/certifi/" in the cache
  547. Request header has "max_age" as 0, cache bypassed
  548. Starting new HTTPS connection (1): pypi.org:443
  549. https://pypi.org:443 "GET /simple/certifi/ HTTP/1.1" 304 0
  550.   Found link https://files.pythonhosted.org/packages/55/bf/e1094f052b5932a452b12ac5a6c229f3d7dbf41a66cfc8d5832fe3fb6463/certifi-0.0.1.tar.gz#sha256=a6f0d79b2b63a43c71bc128929be3a17bdf5d0a5f74208d7ad9563b3bf8210e9 (from https://pypi.org/simple/certifi/), version: 0.0.1
  551.   Found link https://files.pythonhosted.org/packages/0c/4d/6e036d6158e533499272f7b82d0ffa115ecc7c930994475b7bf8f4047489/certifi-0.0.2.tar.gz#sha256=678b7a44338228d55bc4569a575b4734bbbcb9da109328f3b10e3435ec6abdee (from https://pypi.org/simple/certifi/), version: 0.0.2
  552.   Found link https://files.pythonhosted.org/packages/17/3d/7d037b5aadde37d95c067e5b26f064ae53f791201a89b5b38ee315409264/certifi-0.0.3.tar.gz#sha256=1418bce4a32cd409b9766a7c92556be4d23f287da581945be4076eea299fbeac (from https://pypi.org/simple/certifi/), version: 0.0.3
  553.   Found link https://files.pythonhosted.org/packages/cd/b9/ad866737dfde6b459fa3188b13d249e50101fa06bab408e6d9e5029b6838/certifi-0.0.4.tar.gz#sha256=8aed314d0d133c70fd9c56ee13cabe0910c0f6ff423da266841512af0e3d68c4 (from https://pypi.org/simple/certifi/), version: 0.0.4
  554.   Found link https://files.pythonhosted.org/packages/84/b9/a5aac1c71b154f18dad87b39e42a118a538ce4f95fe10f3f651b0c3d0ac2/certifi-0.0.5.tar.gz#sha256=c1c47a7545e39e19357d51c2e5291de158508024658d6860815359566ac65c02 (from https://pypi.org/simple/certifi/), version: 0.0.5
  555.   Found link https://files.pythonhosted.org/packages/76/4a/92995898df84d15c42d49e38b814caa94502cbf28be9b9732703303f2107/certifi-0.0.6.tar.gz#sha256=e839718ce80daa9853b1f47a333757d4a22cdf422e2fd8de5e579d5634a89585 (from https://pypi.org/simple/certifi/), version: 0.0.6
  556.   Found link https://files.pythonhosted.org/packages/43/10/aafebf9677ccec8b227f15eef20a4aac65fbff7f14fc9462f06855fecdd2/certifi-0.0.7.tar.gz#sha256=6dec7d3c6f3d4ed0a50fb15f8fd41c0bb1b17998eb8c103d0f34d61c19061e36 (from https://pypi.org/simple/certifi/), version: 0.0.7
  557.   Found link https://files.pythonhosted.org/packages/38/70/d777da670969367780cb0cb66f43799e17e050dcdeb0fa4e26189519f9f2/certifi-0.0.8.tar.gz#sha256=46ecf5f7526a08cc1f8bc8232adf0cffce046f46ceff95539daec42ebc4849ef (from https://pypi.org/simple/certifi/), version: 0.0.8
  558.   Found link https://files.pythonhosted.org/packages/eb/fe/3ba38b686003664a75c01c42c6f1be02f9837d007c0f15727e6f8f2040a3/certifi-1.0.0.tar.gz#sha256=d4f8e89c9e709f67221bf21231d0fa66a00d3712bcb69d4b5aef3705339c8dcd (from https://pypi.org/simple/certifi/), version: 1.0.0
  559.   Found link https://files.pythonhosted.org/packages/4e/58/86422944e1f228a4e90c291388bf69675826c995f163b2894541365f1f0e/certifi-1.0.1-py2.py3-none-any.whl#sha256=44964ac783fca598e723da5fa2ef3631b5b2f94f445749bfc6043d4afb20de75 (from https://pypi.org/simple/certifi/), version: 1.0.1
  560.   Found link https://files.pythonhosted.org/packages/ff/3a/ec07518540a090d463aa20c615a170d52a3633057fde480bd462883a0de2/certifi-1.0.1.tar.gz#sha256=f2c18c7edd349ec10378ef43ff16f81ae1d0af61d5d2858a8b383e8f6814a9cc (from https://pypi.org/simple/certifi/), version: 1.0.1
  561.   Found link https://files.pythonhosted.org/packages/c1/ed/4a424a55f77679700452972e583393b64160583c80ffa893b4be9391f3ae/certifi-14.05.14.tar.gz#sha256=1e1bcbacd6357c151ae37cf0290dcc809721d32ce21fd6b7339568f3ddef1b69 (from https://pypi.org/simple/certifi/), version: 14.05.14
  562.   Found link https://files.pythonhosted.org/packages/86/35/9758a67004a266047c779ae40a3d937869bfc6fc3422f6c606b8afbc9d23/certifi-2015.04.28-py2.py3-none-any.whl#sha256=268fa00c27de756d71663dd61f73a4a8d8727569bb1b474b2ce6020553826872 (from https://pypi.org/simple/certifi/), version: 2015.04.28
  563.   Found link https://files.pythonhosted.org/packages/4a/41/52617061e93551d5c8041b70d35db395ad647cc356beb764cd9b278e3114/certifi-2015.04.28.tar.gz#sha256=99785e6cf715cdcde59dee05a676e99f04835a71e7ced201ca317401c322ba96 (from https://pypi.org/simple/certifi/), version: 2015.04.28
  564.   Found link https://files.pythonhosted.org/packages/c6/aa/85432217f85f1553dc0926a3e00b48e00819b80097dd056e482c19766f11/certifi-2015.9.6-py2.py3-none-any.whl#sha256=499d154e26c642108248be45b4e09d3b978d2e7c6a72e0a147a2e81448a61a7d (from https://pypi.org/simple/certifi/), version: 2015.9.6
  565.   Found link https://files.pythonhosted.org/packages/e2/ec/ab8442e4d6cf92ea4df67ed81e078bd6a9e092c96ffcd03dbd910e1eb389/certifi-2015.9.6.tar.gz#sha256=7e5646f75d2779719b3400c009e3461f921823e4592657f8e00fb2b6e14b8b92 (from https://pypi.org/simple/certifi/), version: 2015.9.6
  566.   Found link https://files.pythonhosted.org/packages/cc/7f/fb45b6c47ff3a1e119b8fa0aec4a9d1812f0c9f774d877eca582065ef21e/certifi-2015.9.6.1-py2.py3-none-any.whl#sha256=4cbb1f8b30948895f36bb94402598506808833747e0a2e1ca5b1f152ff341da4 (from https://pypi.org/simple/certifi/), version: 2015.9.6.1
  567.   Found link https://files.pythonhosted.org/packages/d6/8d/700b62e1cbcd0264450b8bb476757808ef2c3f6060ee552c3717d010b616/certifi-2015.9.6.1.tar.gz#sha256=f924457bd89178e565fe1b90359d90639f524e7da1a99988292474f52defbf34 (from https://pypi.org/simple/certifi/), version: 2015.9.6.1
  568.   Found link https://files.pythonhosted.org/packages/58/41/b16d4787c30bfb27d608fd2383ab2a7823afa0491fa16df04336d7b7519b/certifi-2015.9.6.2-py2.py3-none-any.whl#sha256=7486e08ffd0a9bea8c66e76fd1f0f0150294c572e78cb16b14d8589beafd3564 (from https://pypi.org/simple/certifi/), version: 2015.9.6.2
  569.   Found link https://files.pythonhosted.org/packages/63/71/422814652028afbff99347da9f3d102f53113a1d2389e255a2dde15c5d8d/certifi-2015.9.6.2.tar.gz#sha256=dc3a2b2d9d1033dbf27586366ae61b9d7c44d8c3a6f29694ffcbb0618ea7aea6 (from https://pypi.org/simple/certifi/), version: 2015.9.6.2
  570.   Found link https://files.pythonhosted.org/packages/a5/2b/83904abc08c3d95808d098163b049e923cbf9fa04f6fa5c0f3750959da8e/certifi-2015.11.20-py2.py3-none-any.whl#sha256=12e141bb3e0f1b3ea4d5a8af804fc59ff94d5ece040cf8d22232ddf87eec096b (from https://pypi.org/simple/certifi/), version: 2015.11.20
  571.   Found link https://files.pythonhosted.org/packages/c5/8a/d007319d95bd2424adb3f2a41ffb29de76f2c07b3dd5fd98f3651f9a14f5/certifi-2015.11.20.tar.gz#sha256=7168668372f07219439e82878b484d6216ff63224fd4e7ff4f39c56ad0b487de (from https://pypi.org/simple/certifi/), version: 2015.11.20
  572.   Found link https://files.pythonhosted.org/packages/df/21/86903664789d010c7693523aa44cd6f96f9d60c7bc813761ff3db5fa8aad/certifi-2015.11.20.1-py2.py3-none-any.whl#sha256=ad86683448f7483d4147a64d96856e551734e594c4563747e9fbe2368df13d3f (from https://pypi.org/simple/certifi/), version: 2015.11.20.1
  573.   Found link https://files.pythonhosted.org/packages/08/59/d39d98454a4fd2c9e0955590398bcfc4047f8e6dde00d7731cefdb32b403/certifi-2015.11.20.1.tar.gz#sha256=30b0a7354a1b32caa8b4705d3f5fb2dadefac7ba4bf8af8a2176869f93e38f16 (from https://pypi.org/simple/certifi/), version: 2015.11.20.1
  574.   Found link https://files.pythonhosted.org/packages/db/60/1ed0106bde7b14b363b15b17cc308aad93ba57d3582570f3ad7180ae0fae/certifi-2016.2.28-py2.py3-none-any.whl#sha256=75c33d546e0a732a4606749cbadcd81929f30d8b814061ca93cde49933dbb860 (from https://pypi.org/simple/certifi/), version: 2016.2.28
  575.   Found link https://files.pythonhosted.org/packages/5c/f8/f6c54727c74579c6bbe5926f5deb9677c5810a33e11da58d1a4e2d09d041/certifi-2016.2.28.tar.gz#sha256=5e8eccf95924658c97b990b50552addb64f55e1e3dfe4880456ac1f287dc79d0 (from https://pypi.org/simple/certifi/), version: 2016.2.28
  576.   Found link https://files.pythonhosted.org/packages/65/da/116b7b175ecdb089406ec24238d1fe668b52d3f25e4e7ba88983807eac6a/certifi-2016.8.2-py2.py3-none-any.whl#sha256=c6290b32cfccf569a621d0449fcaf9283a3e0c77108bc808545b41c779d42e0a (from https://pypi.org/simple/certifi/), version: 2016.8.2
  577.   Found link https://files.pythonhosted.org/packages/60/d8/e4dbd7239f1dd3854135949cc2cc8344602b1545a7929b7bf652ac69fbb6/certifi-2016.8.2.tar.gz#sha256=65ddc34fd9c8509851031d7075b8325393b87e6dbe5875a723959a20266d7a41 (from https://pypi.org/simple/certifi/), version: 2016.8.2
  578.   Found link https://files.pythonhosted.org/packages/dd/ed/e9bf6a9dc79e23c68385c4ea692f0e9e1a7880518872564f88be013b552f/certifi-2016.8.8-py2.py3-none-any.whl#sha256=04f0e6677e6a5a64ba83ade859bcdda254c1ccf58545eb72bc2067f51a01873c (from https://pypi.org/simple/certifi/), version: 2016.8.8
  579.   Found link https://files.pythonhosted.org/packages/41/bf/88a3269c7c95fc94a2c581c4b1b3d3ec21af7a268d6a3a4e54578adccfd6/certifi-2016.8.8.tar.gz#sha256=99864ed602d8a9d212e339b15ffa438895002eda7b7db20dca5309dac9605ae9 (from https://pypi.org/simple/certifi/), version: 2016.8.8
  580.   Found link https://files.pythonhosted.org/packages/34/21/ebb383f944dfc3a14461ee021089da90477be919a5554117c184ae3d44be/certifi-2016.8.31-py2.py3-none-any.whl#sha256=172844a3e2896c924e6aa2657b2e56586a724f27edd0e9592be9353f3a3f6c73 (from https://pypi.org/simple/certifi/), version: 2016.8.31
  581.   Found link https://files.pythonhosted.org/packages/1c/d1/0133a5084f0d17db0270c6061e824a11b0e417d743f5ff4c594f4090ed89/certifi-2016.8.31.tar.gz#sha256=f7708a42d86f29ccc7c8c4ff9d34a8d854d8d78eb2973d1f28406bb43d6b8919 (from https://pypi.org/simple/certifi/), version: 2016.8.31
  582.   Found link https://files.pythonhosted.org/packages/a2/35/b7b457c95fdd661d4c179201e9e58a2181934695943b08ccfcba09284b4e/certifi-2016.9.26-py2.py3-none-any.whl#sha256=a60073d7bb5cb01671877efda875e8dab755b98baedfbb9b8b3d9be2d52ad022 (from https://pypi.org/simple/certifi/), version: 2016.9.26
  583.   Found link https://files.pythonhosted.org/packages/4f/75/e1bc6e363a2c76f8d7e754c27c437dbe4086414e1d6d2f6b2a3e7846f22b/certifi-2016.9.26.tar.gz#sha256=8275aef1bbeaf05c53715bfc5d8569bd1e04ca1e8e69608cc52bcaac2604eb19 (from https://pypi.org/simple/certifi/), version: 2016.9.26
  584.   Found link https://files.pythonhosted.org/packages/21/f7/7bb6b1c5ba1db21515950bc16b22cd7ef7d27024100f326a19921efd2ce0/certifi-2017.1.23-py2.py3-none-any.whl#sha256=f74a224a9860fd5a2e9757230a7ea3eba82d6d46914780abc18e70c8b58d4bf8 (from https://pypi.org/simple/certifi/), version: 2017.1.23
  585.   Found link https://files.pythonhosted.org/packages/b6/fa/ca682d5ace0700008d246664e50db8d095d23750bb212c0086305450c276/certifi-2017.1.23.tar.gz#sha256=81877fb7ac126e9215dfb15bfef7115fdc30e798e0013065158eed0707fd99ce (from https://pypi.org/simple/certifi/), version: 2017.1.23
  586.   Found link https://files.pythonhosted.org/packages/eb/01/c1f58987b777d6c4ec535b4e004a4a07bfc9db06f0c7533367ca6da8f2a6/certifi-2017.4.17-py2.py3-none-any.whl#sha256=f4318671072f030a33c7ca6acaef720ddd50ff124d1388e50c1bda4cbd6d7010 (from https://pypi.org/simple/certifi/), version: 2017.4.17
  587.   Found link https://files.pythonhosted.org/packages/dd/0e/1e3b58c861d40a9ca2d7ea4ccf47271d4456ae4294c5998ad817bd1b4396/certifi-2017.4.17.tar.gz#sha256=f7527ebf7461582ce95f7a9e03dd141ce810d40590834f4ec20cddd54234c10a (from https://pypi.org/simple/certifi/), version: 2017.4.17
  588.   Found link https://files.pythonhosted.org/packages/dc/ec/38df4e406cfca294fd6e242ea38bd943f47885d95e4dbf1783146f80e391/certifi-2017.7.27-py2.py3-none-any.whl#sha256=f0c0494d4a43fc862826a8ac731538ac68120524d4438e864a1ce2a2916e495d (from https://pypi.org/simple/certifi/), version: 2017.7.27
  589.   Found link https://files.pythonhosted.org/packages/fa/70/bf24052d94f00bfdb70ac70840bfa1ba61e6d56ee7da5f62ecbca743c87e/certifi-2017.7.27.tar.gz#sha256=a7e03cbaf96baad108e34602848d0e4f04e59185325a61e63c96fcf67cee5fcd (from https://pypi.org/simple/certifi/), version: 2017.7.27
  590.   Found link https://files.pythonhosted.org/packages/40/66/06130724e8205fc8c105db7edb92871c7fff7d31324d7f4405c762624a43/certifi-2017.7.27.1-py2.py3-none-any.whl#sha256=54a07c09c586b0e4c619f02a5e94e36619da8e2b053e20f594348c0611803704 (from https://pypi.org/simple/certifi/), version: 2017.7.27.1
  591.   Found link https://files.pythonhosted.org/packages/20/d0/3f7a84b0c5b89e94abbd073a5f00c7176089f526edb056686751d5064cbd/certifi-2017.7.27.1.tar.gz#sha256=40523d2efb60523e113b44602298f0960e900388cf3bb6043f645cf57ea9e3f5 (from https://pypi.org/simple/certifi/), version: 2017.7.27.1
  592.   Found link https://files.pythonhosted.org/packages/29/9b/25ef61e948321296f029f53c9f67cc2b54e224db509eb67ce17e0df6044a/certifi-2017.11.5-py2.py3-none-any.whl#sha256=244be0d93b71e93fc0a0a479862051414d0e00e16435707e5bf5000f92e04694 (from https://pypi.org/simple/certifi/), version: 2017.11.5
  593.   Found link https://files.pythonhosted.org/packages/23/3f/8be01c50ed24a4bd6b8da799839066ce0288f66f5e11f0367323467f0cbc/certifi-2017.11.5.tar.gz#sha256=5ec74291ca1136b40f0379e1128ff80e866597e4e2c1e755739a913bbc3613c0 (from https://pypi.org/simple/certifi/), version: 2017.11.5
  594.   Found link https://files.pythonhosted.org/packages/fa/53/0a5562e2b96749e99a3d55d8c7df91c9e4d8c39a9da1f1a49ac9e4f4b39f/certifi-2018.1.18-py2.py3-none-any.whl#sha256=14131608ad2fd56836d33a71ee60fa1c82bc9d2c8d98b7bdbc631fe1b3cd1296 (from https://pypi.org/simple/certifi/), version: 2018.1.18
  595.   Found link https://files.pythonhosted.org/packages/15/d4/2f888fc463d516ff7bf2379a4e9a552fef7f22a94147655d9b1097108248/certifi-2018.1.18.tar.gz#sha256=edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d (from https://pypi.org/simple/certifi/), version: 2018.1.18
  596.   Found link https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl#sha256=9fa520c1bacfb634fa7af20a76bcbd3d5fb390481724c597da32c719a7dca4b0 (from https://pypi.org/simple/certifi/), version: 2018.4.16
  597.   Found link https://files.pythonhosted.org/packages/4d/9c/46e950a6f4d6b4be571ddcae21e7bc846fcbb88f1de3eff0f6dd0a6be55d/certifi-2018.4.16.tar.gz#sha256=13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7 (from https://pypi.org/simple/certifi/), version: 2018.4.16
  598.   Found link https://files.pythonhosted.org/packages/16/1f/50d729c104b21c1042aa51560da6141d1cab476ba7015d92b2111c8db841/certifi-2018.8.13-py2.py3-none-any.whl#sha256=b6e8b28b2b7e771a41ecdd12d4d43262ecab52adebbafa42c77d6b57fb6ad3a4 (from https://pypi.org/simple/certifi/), version: 2018.8.13
  599.   Found link https://files.pythonhosted.org/packages/53/0d/d1d13a63563cc50a27b310f5612645bef06d29a5022a7e79ac659dd0fc50/certifi-2018.8.13.tar.gz#sha256=4c1d68a1408dd090d2f3a869aa94c3947cc1d967821d1ed303208c9f41f0f2f4 (from https://pypi.org/simple/certifi/), version: 2018.8.13
  600.   Found link https://files.pythonhosted.org/packages/df/f7/04fee6ac349e915b82171f8e23cee63644d83663b34c539f7a09aed18f9e/certifi-2018.8.24-py2.py3-none-any.whl#sha256=456048c7e371c089d0a77a5212fb37a2c2dce1e24146e3b7e0261736aaeaa22a (from https://pypi.org/simple/certifi/), version: 2018.8.24
  601.   Found link https://files.pythonhosted.org/packages/e1/0f/f8d5e939184547b3bdc6128551b831a62832713aa98c2ccdf8c47ecc7f17/certifi-2018.8.24.tar.gz#sha256=376690d6f16d32f9d1fe8932551d80b23e9d393a8578c5633a2ed39a64861638 (from https://pypi.org/simple/certifi/), version: 2018.8.24
  602.   Found link https://files.pythonhosted.org/packages/56/9d/1d02dd80bc4cd955f98980f28c5ee2200e1209292d5f9e9cc8d030d18655/certifi-2018.10.15-py2.py3-none-any.whl#sha256=339dc09518b07e2fa7eda5450740925974815557727d6bd35d319c1524a04a4c (from https://pypi.org/simple/certifi/), version: 2018.10.15
  603.   Found link https://files.pythonhosted.org/packages/41/b6/4f0cefba47656583217acd6cd797bc2db1fede0d53090fdc28ad2c8e0716/certifi-2018.10.15.tar.gz#sha256=6d58c986d22b038c8c0df30d639f23a3e6d172a05c3583e766f4c0b785c0986a (from https://pypi.org/simple/certifi/), version: 2018.10.15
  604.   Found link https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl#sha256=993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033 (from https://pypi.org/simple/certifi/), version: 2018.11.29
  605.   Found link https://files.pythonhosted.org/packages/55/54/3ce77783acba5979ce16674fc98b1920d00b01d337cfaaf5db22543505ed/certifi-2018.11.29.tar.gz#sha256=47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7 (from https://pypi.org/simple/certifi/), version: 2018.11.29
  606.   Found link https://files.pythonhosted.org/packages/60/75/f692a584e85b7eaba0e03827b3d51f45f571c2e793dd731e598828d380aa/certifi-2019.3.9-py2.py3-none-any.whl#sha256=59b7658e26ca9c7339e00f8f4636cdfe59d34fa37b9b04f6f9e9926b3cece1a5 (from https://pypi.org/simple/certifi/), version: 2019.3.9
  607.   Found link https://files.pythonhosted.org/packages/06/b8/d1ea38513c22e8c906275d135818fee16ad8495985956a9b7e2bb21942a1/certifi-2019.3.9.tar.gz#sha256=b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae (from https://pypi.org/simple/certifi/), version: 2019.3.9
  608.   Found link https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl#sha256=046832c04d4e752f37383b628bc601a7ea7211496b4638f6514d0e5b9acc4939 (from https://pypi.org/simple/certifi/), version: 2019.6.16
  609.   Found link https://files.pythonhosted.org/packages/c5/67/5d0548226bcc34468e23a0333978f0e23d28d0b3f0c71a151aef9c3f7680/certifi-2019.6.16.tar.gz#sha256=945e3ba63a0b9f577b1395204e13c3a231f9bc0223888be653286534e5873695 (from https://pypi.org/simple/certifi/), version: 2019.6.16
  610.   Found link https://files.pythonhosted.org/packages/18/b0/8146a4f8dd402f60744fa380bc73ca47303cccf8b9190fd16a827281eac2/certifi-2019.9.11-py2.py3-none-any.whl#sha256=fd7c7c74727ddcf00e9acd26bba8da604ffec95bf1c2144e67aff7a8b50e6cef (from https://pypi.org/simple/certifi/), version: 2019.9.11
  611.   Found link https://files.pythonhosted.org/packages/62/85/7585750fd65599e88df0fed59c74f5075d4ea2fe611deceb95dd1c2fb25b/certifi-2019.9.11.tar.gz#sha256=e4f3620cfea4f83eedc95b24abd9cd56f3c4b146dd0177e83a21b4eb49e21e50 (from https://pypi.org/simple/certifi/), version: 2019.9.11
  612.   Found link https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl#sha256=017c25db2a153ce562900032d5bc68e9f191e44e9a0f762f373977de9df1fbb3 (from https://pypi.org/simple/certifi/), version: 2019.11.28
  613.   Found link https://files.pythonhosted.org/packages/41/bf/9d214a5af07debc6acf7f3f257265618f1db242a3f8e49a9b516f24523a6/certifi-2019.11.28.tar.gz#sha256=25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f (from https://pypi.org/simple/certifi/), version: 2019.11.28
  614.   Found link https://files.pythonhosted.org/packages/31/2a/a3058b6203b5e26bba5b5f28bf719d05ce87aff38677f1be95bf0c264ce2/certifi-2020.4.5-py2.py3-none-any.whl#sha256=e68768546aa055623812ada64aec5e1f02ca20a9e7f3d3432dd8b0f35a6e7951 (from https://pypi.org/simple/certifi/), version: 2020.4.5
  615.   Found link https://files.pythonhosted.org/packages/12/6c/122f5c6c44ecbfd27b913a99b5db8cc5df9c3aed144a5da889e5fbc4411f/certifi-2020.4.5.tar.gz#sha256=b0e07438175de96ab74de9ab5dc40985ef8b44a41e9636a2000099dc3b670ddd (from https://pypi.org/simple/certifi/), version: 2020.4.5
  616.   Found link https://files.pythonhosted.org/packages/57/2b/26e37a4b034800c960a00c4e1b3d9ca5d7014e983e6e729e33ea2f36426c/certifi-2020.4.5.1-py2.py3-none-any.whl#sha256=1d987a998c75633c40847cc966fcf5904906c920a7f17ef374f5aa4282abd304 (from https://pypi.org/simple/certifi/), version: 2020.4.5.1
  617.   Found link https://files.pythonhosted.org/packages/b8/e2/a3a86a67c3fc8249ed305fc7b7d290ebe5e4d46ad45573884761ef4dea7b/certifi-2020.4.5.1.tar.gz#sha256=51fcb31174be6e6664c5f69e3e1691a2d72a1a12e90f872cbdb1567eb47b6519 (from https://pypi.org/simple/certifi/), version: 2020.4.5.1
  618.   Found link https://files.pythonhosted.org/packages/98/99/def511020aa8f663d4a2cfaa38467539e864799289ff354569e339e375b1/certifi-2020.4.5.2-py2.py3-none-any.whl#sha256=9cd41137dc19af6a5e03b630eefe7d1f458d964d406342dd3edf625839b944cc (from https://pypi.org/simple/certifi/), version: 2020.4.5.2
  619.   Found link https://files.pythonhosted.org/packages/b4/19/53433f37a31543364c8676f30b291d128cdf4cd5b31b755b7890f8e89ac8/certifi-2020.4.5.2.tar.gz#sha256=5ad7e9a056d25ffa5082862e36f119f7f7cec6457fa07ee2f8c339814b80c9b1 (from https://pypi.org/simple/certifi/), version: 2020.4.5.2
  620.   Found link https://files.pythonhosted.org/packages/5e/c4/6c4fe722df5343c33226f0b4e0bb042e4dc13483228b4718baf286f86d87/certifi-2020.6.20-py2.py3-none-any.whl#sha256=8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41 (from https://pypi.org/simple/certifi/), version: 2020.6.20
  621.   Found link https://files.pythonhosted.org/packages/40/a7/ded59fa294b85ca206082306bba75469a38ea1c7d44ea7e1d64f5443d67a/certifi-2020.6.20.tar.gz#sha256=5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3 (from https://pypi.org/simple/certifi/), version: 2020.6.20
  622.   Found link https://files.pythonhosted.org/packages/c1/6f/3d85f0850962279a7e4c622695d7b3171e95ac65308a57d3b29738b27149/certifi-2020.11.8-py2.py3-none-any.whl#sha256=1f422849db327d534e3d0c5f02a263458c3955ec0aae4ff09b95f195c59f4edd (from https://pypi.org/simple/certifi/), version: 2020.11.8
  623.   Found link https://files.pythonhosted.org/packages/e6/de/879cf857ae6f890dfa23c3d6239814c5471936b618c8fb0c8732ad5da885/certifi-2020.11.8.tar.gz#sha256=f05def092c44fbf25834a51509ef6e631dc19765ab8a57b4e7ab85531f0a9cf4 (from https://pypi.org/simple/certifi/), version: 2020.11.8
  624.   Found link https://files.pythonhosted.org/packages/5e/a0/5f06e1e1d463903cf0c0eebeb751791119ed7a4b3737fdc9a77f1cdfb51f/certifi-2020.12.5-py2.py3-none-any.whl#sha256=719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830 (from https://pypi.org/simple/certifi/), version: 2020.12.5
  625.   Found link https://files.pythonhosted.org/packages/06/a9/cd1fd8ee13f73a4d4f491ee219deeeae20afefa914dfb4c130cfc9dc397a/certifi-2020.12.5.tar.gz#sha256=1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c (from https://pypi.org/simple/certifi/), version: 2020.12.5
  626. Given no hashes to check 76 links for project 'certifi': discarding no candidates
  627. 1 location(s) to search for versions of json:
  628. * https://pypi.org/simple/json/
  629. Fetching project page and analyzing links: https://pypi.org/simple/json/
  630. Getting page https://pypi.org/simple/json/
  631. Found index url https://pypi.org/simple
  632. Looking up "https://pypi.org/simple/json/" in the cache
  633. Request header has "max_age" as 0, cache bypassed
  634. https://pypi.org:443 "GET /simple/json/ HTTP/1.1" 404 13
  635. Status code 404 not in (200, 203, 300, 301)
  636. Could not fetch URL https://pypi.org/simple/json/: 404 Client Error: Not Found for url: https://pypi.org/simple/json/ - skipping
  637. Given no hashes to check 0 links for project 'json': discarding no candidates
  638. ERROR: Could not find a version that satisfies the requirement json
  639. ERROR: No matching distribution found for json
  640. Exception information:
  641. Traceback (most recent call last):
  642.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion
  643.     crit = self.state.criteria[name]
  644. KeyError: 'json'
  645.  
  646. During handling of the above exception, another exception occurred:
  647.  
  648. Traceback (most recent call last):
  649.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 310, in resolve
  650.     name, crit = self._merge_into_criterion(r, parent=None)
  651.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion
  652.     crit = Criterion.from_requirement(self._p, requirement, parent)
  653.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement
  654.     raise RequirementsConflicted(criterion)
  655. pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('json')
  656.  
  657. During handling of the above exception, another exception occurred:
  658.  
  659. Traceback (most recent call last):
  660.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 121, in resolve
  661.     self._result = resolver.resolve(
  662.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 445, in resolve
  663.     state = resolution.resolve(requirements, max_rounds=max_rounds)
  664.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 312, in resolve
  665.     raise ResolutionImpossible(e.criterion.information)
  666. pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('json'), parent=None)]
  667.  
  668. The above exception was the direct cause of the following exception:
  669.  
  670. Traceback (most recent call last):
  671.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 224, in _main
  672.     status = self.run(options, args)
  673.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 180, in wrapper
  674.     return func(self, options, args)
  675.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 320, in run
  676.     requirement_set = resolver.resolve(
  677.   File "/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a/build/venv/lib/python3.8/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve
  678.     six.raise_from(error, e)
  679.   File "<string>", line 3, in raise_from
  680. pip._internal.exceptions.DistributionNotFound: No matching distribution found for json
  681. Removed build tracker: '/tmp/pip-req-tracker-_h6fb17b'
  682.  
  683.  
  684.   STDERR:
  685.  
  686. # Command failed: /usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=ChatApp --bootstrap=sdl2 --requirements=python3,kivy,kivymd,requests,rsa,json --arch armeabi-v7a --copy-libs --color=always --storage-dir="/home/savudoes/Documents/kivy/.buildozer/android/platform/build-armeabi-v7a" --ndk-api=21 --ignore-setup-py                          
  687. # ENVIRONMENT:
  688. #     SHELL = '/bin/bash'
  689. #     WINDOWID = '0'
  690. #     QT_ACCESSIBILITY = '1'
  691. #     COLORTERM = 'truecolor'
  692. #     XDG_CONFIG_DIRS = '/etc/xdg/xdg-deepin:/etc/xdg'
  693. #     XDG_SESSION_PATH = '/org/freedesktop/DisplayManager/Session0'
  694. #     GNOME_DESKTOP_SESSION_ID = 'this-is-deprecated'
  695. #     GTK_IM_MODULE = 'ibus'
  696. #     LANGUAGE = 'en_GB'
  697. #     D_DISABLE_RT_SCREEN_SCALE = '1'
  698. #     QT4_IM_MODULE = 'ibus'
  699. #     LC_ADDRESS = 'en_GB.UTF-8'
  700. #     LC_NAME = 'en_GB.UTF-8'
  701. #     SSH_AUTH_SOCK = '/run/user/1000/keyring/ssh'
  702. #     XDG_DATA_HOME = '/home/savudoes/.local/share'
  703. #     XDG_CONFIG_HOME = '/home/savudoes/.config'
  704. #     XMODIFIERS = '@im=ibus'
  705. #     DESKTOP_SESSION = 'deepin'
  706. #     LC_MONETARY = 'en_GB.UTF-8'
  707. #     XCURSOR_SIZE = '24'
  708. #     GTK_MODULES = 'gail:atk-bridge'
  709. #     XDG_SEAT = 'seat0'
  710. #     PWD = '/home/savudoes/Documents/kivy'
  711. #     XDG_SESSION_DESKTOP = 'deepin'
  712. #     LOGNAME = 'savudoes'
  713. #     XDG_SESSION_TYPE = 'x11'
  714. #     GPG_AGENT_INFO = '/run/user/1000/gnupg/S.gpg-agent:0:1'
  715. #     XAUTHORITY = '/home/savudoes/.Xauthority'
  716. #     XDG_GREETER_DATA_DIR = '/var/lib/lightdm-data/savudoes'
  717. #     GDM_LANG = 'en_GB'
  718. #     HOME = '/home/savudoes'
  719. #     LC_PAPER = 'en_GB.UTF-8'
  720. #     LANG = 'en_GB.UTF-8'
  721. #     LS_COLORS = 'bd=38;5;68;1:ca=38;5;17:cd=38;5;132;1:di=38;5;105:do=38;5;127:ex=38;5;80:pi=38;5;126:fi=38;5;167:ln=38;5;63:mh=38;5;99;1:or=48;5;197;38;5;228;1:ow=38;5;220;1:sg=48;5;234;38;5;100;1:su=38;5;9;1:so=38;5;197:st=38;5;86;48;5;234:tw=48;5;235;38;5;139;3:*LS_COLORS=48;5;89;38;5;197;1;3;4;7:*.BAT=38;5;108:*.exe=38;5;196:*.PL=38;5;160:*.asm=38;5;240;1:*.awk=38;5;148;1:*.bash=38;5;173:*.bat=38;5;108:*.c=38;5;110:*.cc=38;5;24;1:*.ii=38;5;24;1:*.cfg=1:*.cl=38;5;204;1:*.coffee=38;5;100;1:*.conf=38;5;221:*.C=38;5;24;1:*.cp=38;5;24;1:*.cpp=38;5;24;1:*.cxx=38;5;24;1:*.c++=38;5;24;1:*.ii=38;5;24;1:*.cs=38;5;74;1:*.css=38;5;91:*.csv=38;5;78:*.ctp=38;5;95:*.diff=48;5;197;38;5;232:*.enc=38;5;192;3:*.eps=38;5;33;1:*.etx=38;5;172:*.ex=38;5;148;1:*.example=38;5;225;1:*.git=38;5;197:*.gitignore=38;5;240:*.go=38;5;111:*.h=38;5;81:*.H=38;5;81:*.hpp=38;5;81:*.hxx=38;5;81:*.h++=38;5;81:*.tcc=38;5;81:*.f=38;5;81:*.for=38;5;81:*.ftn=38;5;81:*.s=38;5;81:*.S=38;5;81:*.sx=38;5;81:*.hi=38;5;240:*.hs=38;5;199;1:*.htm=38;5;125;1:*.html=38;5;9;1:*.info=38;5;101:*.ini=38;5;123:*.java=38;5;142;1:*.jhtm=38;5;125;1:*.js=38;5;42:*.jsm=38;5;42:*.jsm=38;5;42:*.json=38;5;213:*.jsp=38;5;45:*.lisp=38;5;204;1:*.log=38;5;190:*.lua=38;5;34;1:*.m=38;5;130;3:*.mht=38;5;129:*.mm=38;5;130;3:*.M=38;5;130;3:*.map=38;5;58;3:*.markdown=38;5;184:*.md=38;5;184:*.mf=38;5;220;3:*.mfasl=38;5;73:*.mi=38;5;124:*.mkd=38;5;184:*.mtx=38;5;36;3:*.nfo=38;5;220:*.o=38;5;240:*.pacnew=38;5;33:*.patch=48;5;197;38;5;232;1:*.pc=38;5;100:*.pfa=38;5;43:*.pgsql=38;5;222:*.php=38;5;99:*.pl=38;5;214:*.po=38;5;176:*.pot=38;5;206;1:*.plt=38;5;204;1:*.pm=38;5;197;1:*.pod=38;5;172;1:*.py=38;5;41:*.pyc=38;5;245:*.rb=38;5;192:*.rdf=38;5;144:*.rst=38;5;67:*.ru=38;5;142:*.scm=38;5;204;1:*.sed=38;5;130;1:*.sfv=38;5;197:*.sh=38;5;113:*.signature=38;5;206:*.sql=38;5;222:*.srt=38;5;116:*.sty=38;5;58:*.sug=38;5;44:*.t=38;5;28;1:*.tcl=38;5;64;1:*.tdy=38;5;214:*.tex=38;5;172:*.textile=38;5;106:*.tfm=38;5;64:*.tfnt=38;5;140:*.theme=38;5;109:*.txt=38;5;192:*.list=38;5;44:*.save=38;5;240:*.urlview=38;5;85:*.vim=38;5;14:*.vimrc=38;5;13:*.viminfo=38;5;240;1:*.xml=38;5;199:*.yml=38;5;208:*.zsh=38;5;173:*.bashrc=38;5;5:*README=38;5;220;1:*Makefile=38;5;196:*MANIFEST=38;5;243:*pm_to_blib=38;5;240:*.1=38;5;240;1:*.2=38;5;220;1:*.3=38;5;196;1:*.7=38;5;196;1:*.1p=38;5;160:*.3p=38;5;160:*.am=38;5;242:*.in=38;5;242:*.old=38;5;242:*.out=38;5;44;1:*.bmp=38;5;33:*.cdr=38;5;33:*.gif=38;5;33:*.ico=38;5;33:*.jpeg=38;5;33:*.jpg=38;5;33:*.JPG=38;5;33:*.png=38;5;33:*.svg=38;5;33;1:*.xpm=38;5;33:*.32x=38;5;137:*.A64=38;5;82:*.a00=38;5;11:*.a52=38;5;112:*.a64=38;5;82:*.a78=38;5;112:*.adf=38;5;35:*.atr=38;5;213:*.cdi=38;5;124:*.fm2=38;5;35:*.gb=38;5;203:*.gba=38;5;205:*.gbc=38;5;204:*.gel=38;5;83:*.gg=38;5;138:*.ggl=38;5;83:*.j64=38;5;102:*.nds=38;5;199:*.nes=38;5;160:*.rom=38;5;59;1:*.sav=38;5;220:*.sms=38;5;33:*.st=38;5;208;1:*.iso=38;5;9;1:*.nrg=38;5;124:*.qcow=38;5;141:*.VOB=38;5;99:*.IFO=38;5;99:*.BUP=38;5;99:*.MOV=38;5;99:*.3gp=38;5;99:*.3g2=38;5;99:*.asf=38;5;99:*.avi=38;5;99:*.divx=38;5;99:*.f4v=38;5;99:*.flv=38;5;99:*.m2v=38;5;99:*.mkv=38;5;99:*.mov=38;5;99:*.mp4=38;5;99:*.mpg=38;5;99:*.mpeg=38;5;99:*.ogm=38;5;99:*.ogv=38;5;99:*.rmvb=38;5;99:*.sample=38;5;99;1:*.ts=38;5;99:*.vob=38;5;99:*.webm=38;5;99:*.wmv=38;5;99:*.S3M=38;5;69;1:*.aac=38;5;69:*.cue=38;5;69:*.dat=38;5;69:*.dts=38;5;69;1:*.fcm=38;5;69:*.flac=38;5;69;1:*.m3u=38;5;69:*.m3u8=38;5;69:*.m4=38;5;69;3:*.m4a=38;5;69;1:*.mid=38;5;69:*.midi=38;5;69:*.mod=38;5;69:*.mp3=38;5;69:*.oga=38;5;69:*.ogg=38;5;69:*.s3m=38;5;69;1:*.sid=38;5;69;1:*.spl=38;5;69:*.wv=38;5;69:*.wvc=38;5;69:*.ape=38;5;69:*.afm=38;5;58:*.pfb=38;5;58:*.pfm=38;5;58:*.ttf=38;5;66:*.ttc=38;5;66:*.pcf=38;5;65:*.psf=38;5;64:*.bak=38;5;222;1:*.bin=38;5;228:*.pid=38;5;228:*.state=38;5;228:*.swo=38;5;228:*.swp=38;5;228:*.tmp=38;5;228:*.un~=38;5;228:*.zcompdump=38;5;228:*.zwc=38;5;228:*.db=38;5;147:*.dump=38;5;147:*.sqlite=38;5;147:*.typelib=38;5;147:*.7z=38;5;140:*.a=38;5;220:*.apk=38;5;148;3:*.arj=38;5;220:*.bz2=38;5;220:*.deb=38;5;215;1:*.ipk=38;5;220:*.jad=38;5;220:*.jar=38;5;220:*.nth=38;5;220:*.sis=38;5;220:*.part=38;5;220;1:*.r00=38;5;220:*.r01=38;5;220:*.r02=38;5;220:*.r03=38;5;220:*.r04=38;5;220:*.r05=38;5;220:*.r06=38;5;220:*.r07=38;5;220:*.r08=38;5;220:*.r09=38;5;220:*.r10=38;5;220:*.r100=38;5;220:*.r101=38;5;220:*.r102=38;5;220:*.r103=38;5;220:*.r104=38;5;220:*.r105=38;5;220:*.r106=38;5;220:*.r107=38;5;220:*.r108=38;5;220:*.r109=38;5;220:*.r11=38;5;220:*.r110=38;5;220:*.r111=38;5;220:*.r112=38;5;220:*.r113=38;5;220:*.r114=38;5;220:*.r115=38;5;220:*.r116=38;5;220:*.r12=38;5;220:*.r13=38;5;220:*.r14=38;5;220:*.r15=38;5;220:*.r16=38;5;220:*.r17=38;5;220:*.r18=38;5;220:*.r19=38;5;220:*.r20=38;5;220:*.r21=38;5;220:*.r22=38;5;220:*.r25=38;5;220:*.r26=38;5;220:*.r27=38;5;220:*.r28=38;5;220:*.r29=38;5;220:*.r30=38;5;220:*.r31=38;5;220:*.r32=38;5;220:*.r33=38;5;220:*.r34=38;5;220:*.r35=38;5;220:*.r36=38;5;220:*.r37=38;5;220:*.r38=38;5;220:*.r39=38;5;220:*.r40=38;5;220:*.r41=38;5;220:*.r42=38;5;220:*.r43=38;5;220:*.r44=38;5;220:*.r45=38;5;220:*.r46=38;5;220:*.r47=38;5;220:*.r48=38;5;220:*.r49=38;5;220:*.r50=38;5;220:*.r51=38;5;220:*.r52=38;5;220:*.r53=38;5;220:*.r54=38;5;220:*.r99=38;5;220:*.r56=38;5;220:*.r69=38;5;220:*.r58=38;5;220:*.r59=38;5;220:*.r60=38;5;220:*.r61=38;5;220:*.r62=38;5;220:*.r63=38;5;220:*.r64=38;5;220:*.r65=38;5;220:*.r66=38;5;220:*.r67=38;5;220:*.r68=38;5;220:*.r69=38;5;220:*.r69=38;5;220:*.r70=38;5;220:*.r71=38;5;220:*.r72=38;5;220:*.r73=38;5;220:*.r74=38;5;220:*.r75=38;5;220:*.r76=38;5;220:*.r77=38;5;220:*.r78=38;5;220:*.r79=38;5;220:*.r80=38;5;220:*.r81=38;5;220:*.r82=38;5;220:*.r83=38;5;220:*.r84=38;5;220:*.r85=38;5;220:*.r86=38;5;220:*.r87=38;5;220:*.r88=38;5;220:*.r89=38;5;220:*.r90=38;5;220:*.r91=38;5;220:*.r92=38;5;220:*.r99=38;5;220:*.r94=38;5;220:*.r95=38;5;220:*.r96=38;5;220:*.r97=38;5;220:*.r98=38;5;220:*.r99=38;5;220:*.rar=38;5;217;1:*.tar=38;5;222:*.tar.gz=38;5;216:*.tgz=38;5;214;1:*.gz=38;5;224:*.xz=38;5;182:*.zip=38;5;208:*.doc=38;5;190:*.wps=38;5;190:*.docx=38;5;190:*.xls=38;5;190:*.xlsx=38;5;190:*.ppt=38;5;190:*.pptx=38;5;190:*.pdf=38;5;190:*.djvu=38;5;190:*.cbr=38;5;190:*.cbz=38;5;190:*.chm=38;5;190:*.odt=38;5;112:*.ods=38;5;112:*.odp=38;5;112:*.odb=38;5;112:*.allow=38;5;112:*.deny=38;5;203:*.SKIP=38;5;244:*.def=38;5;136:*.directory=38;5;69:*.err=38;5;160;1:*.error=38;5;160;1:*.pi=38;5;126:*.properties=38;5;197;1:*.torrent=38;5;105:*.gp3=38;5;114:*.gp4=38;5;115:*.tg=38;5;99:*.pcap=38;5;29:*.cap=38;5;29:*.dmp=38;5;29:*.service=38;5;81:*@.service=38;5;45:*.socket=38;5;75:*.device=38;5;24:*.mount=38;5;115:*.automount=38;5;114:*.swap=38;5;113:*.target=38;5;73:*.path=38;5;116:*.timer=38;5;111:*.snapshot=38;5;139:*.desktop=38;5;113:*.crdownload=38;5;38:*.crx=38;5;13:'                            
  722. #     XDG_CURRENT_DESKTOP = 'Deepin'
  723. #     VIRTUAL_ENV = '/home/savudoes/Documents/kivy/Chat-V0.0.1'
  724. #     XDG_SEAT_PATH = '/org/freedesktop/DisplayManager/Seat0'
  725. #     CLUTTER_IM_MODULE = 'ibus'
  726. #     QT_QPA_PLATFORM = ''
  727. #     XDG_CACHE_HOME = '/home/savudoes/.cache'
  728. #     LESSCLOSE = '/usr/bin/lesspipe %s %s'
  729. #     XDG_SESSION_CLASS = 'user'
  730. #     TERM = 'xterm-256color'
  731. #     LC_IDENTIFICATION = 'en_GB.UTF-8'
  732. #     LESSOPEN = '| /usr/bin/lesspipe %s'
  733. #     USER = 'savudoes'
  734. #     COLORFGBG = '15;0'
  735. #     DISPLAY = ':0'
  736. #     QT_DBL_CLICK_DIST = '15'
  737. #     SHLVL = '1'
  738. #     DXCB_FAKE_PLATFORM_NAME_XCB = 'true'
  739. #     LC_TELEPHONE = 'en_GB.UTF-8'
  740. #     QT_IM_MODULE = 'ibus'
  741. #     LC_MEASUREMENT = 'en_GB.UTF-8'
  742. #     XDG_VTNR = '1'
  743. #     XDG_SESSION_ID = 'c3'
  744. #     QT_LINUX_ACCESSIBILITY_ALWAYS_ON = '1'
  745. #     QT_SCALE_FACTOR_ROUNDING_POLICY = 'PassThrough'
  746. #     XDG_RUNTIME_DIR = '/run/user/1000'
  747. #     PS1 = ('(Chat-V0.0.1) \\[\\e]0;\\u@\\h: '
  748.  '\\w\\a\\]${debian_chroot:+($debian_chroot)}\\[\\033[01;32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\$ ')                                                                                                              
  749. #     LC_TIME = 'en_GB.UTF-8'
  750. #     XDG_DATA_DIRS = '/usr/share/deepin:/home/savudoes/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop'                                                                
  751. #     PATH = '/home/savudoes/.buildozer/android/platform/apache-ant-1.9.4/bin:/home/savudoes/Documents/kivy/Chat-V0.0.1/bin:/home/savudoes/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin'                                                                                                            
  752. #     GDMSESSION = 'deepin'
  753. #     DBUS_SESSION_BUS_ADDRESS = 'unix:path=/run/user/1000/bus'
  754. #     GIO_LAUNCHED_DESKTOP_FILE_PID = '9771'
  755. #     GIO_LAUNCHED_DESKTOP_FILE = '/usr/share/applications/deepin-terminal.desktop'
  756. #     LC_NUMERIC = 'en_GB.UTF-8'
  757. #     OLDPWD = '/home/savudoes/Documents/kivy/buildozer'
  758. #     _ = '/usr/local/bin/buildozer'
  759. #     PACKAGES_PATH = '/home/savudoes/.buildozer/android/packages'
  760. #     ANDROIDSDK = '/home/savudoes/.buildozer/android/platform/android-sdk'
  761. #     ANDROIDNDK = '/home/savudoes/.buildozer/android/platform/android-ndk-r19c'
  762. #     ANDROIDAPI = '27'
  763. #     ANDROIDMINAPI = '21'
  764. #
  765. # Buildozer failed to execute the last command
  766. # The error might be hidden in the log above this error
  767. # Please read the full log, and search for it before
  768. # raising an issue with buildozer itself.
  769. # In case of a bug report, please add a full log with log_level = 2
  770.