I am encountering some problems listed below,
Topics are:
1) ssl module is not
2) ssl certificate
3) Could not find a version that satisfies the requirement Cython (from versions: none)
4) There was an error checking the latest version of pip.
can anyone suggest what I should do to remove the error
LOGs:
-------------------------------------------------------------------------------------------------------------------------------------------------
[WARNING]: install_libs called with no libraries to install!
[WARNING]: Context's python recipe found, skipping biglink (will this work?)
-------------------------------------------------------------------------------------------------------------------------------------------------
1)
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
[DEBUG]:
Requirement already satisfied: pip in ./venv/lib/python3.10/site-packages (22.3.1)
[DEBUG]:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))
after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module
is not available.")': /simple/pip/
2)
Could not fetch URL
https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate:
HTTPSConnectionPool(host='
pypi.org', port=443): Max retries exceeded with url: /simple/pip/
(Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
3)
Install Cython in case one of the modules needs it to build
[DEBUG]: -> running bash -c venv/bin/pip install Cython
[DEBUG]:
Ignoring "sys._home = value" override
[DEBUG]:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
[DEBUG]:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection
broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/cython/
Could not fetch URL
https://pypi.org/simple/cython/: There was a problem confirming the ssl certificate:
HTTPSConnectionPool(host='
pypi.org', port=443): Max retries exceeded with url: /simple/cython/
(Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
[DEBUG]:
ERROR: Could not find a version that satisfies the requirement Cython (from versions: none)
[DEBUG]:
ERROR: No matching distribution found for Cython
[DEBUG]:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
4)
WARNING: There was an error checking the latest version of pip.
[DEBUG]:
Exception in thread background thread for pid 143882:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/das0206/Desktop/Kivy/app/lib/python3.10/site-packages/sh.py", line 1641, in wrap
fn(*rgs, **kwargs)
File "/home/das0206/Desktop/Kivy/app/lib/python3.10/site-packages/sh.py", line 2569, in background_thread
handle_exit_code(exit_code)
File "/home/das0206/Desktop/Kivy/app/lib/python3.10/site-packages/sh.py", line 2269, in fn
return self.command.handle_command_exit_code(exit_code)
File "/home/das0206/Desktop/Kivy/app/lib/python3.10/site-packages/sh.py", line 869, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_1:
RAN: /usr/bin/bash -c 'venv/bin/pip install Cython'
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File
"/home/das0206/Desktop/Kivy/android/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py",
line 1262, in <module>
main()
File
"/home/das0206/Desktop/Kivy/android/.buildozer/android/platform/python-for-android/pythonforandroid/entrypoints.py",
line 18, in main
ToolchainCL()
File
"/home/das0206/Desktop/Kivy/android/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py",
line 680, in __init__
getattr(self, command)(args)
File
"/home/das0206/Desktop/Kivy/android/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py",
line 99, in wrapper_func
build_dist_from_args(ctx, dist, args)
File
"/home/das0206/Desktop/Kivy/android/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py",
line 158, in build_dist_from_args
build_recipes(build_order, python_modules, ctx,
File
"/home/das0206/Desktop/Kivy/android/.buildozer/android/platform/python-for-android/pythonforandroid/build.py",
line 528, in build_recipes
run_pymodules_install(
File
"/home/das0206/Desktop/Kivy/android/.buildozer/android/platform/python-for-android/pythonforandroid/build.py",
line 713, in run_pymodules_install
shprint(sh.bash, '-c', (
File
"/home/das0206/Desktop/Kivy/android/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py",
line 167, in shprint
for line in output:
File "/home/das0206/Desktop/Kivy/app/lib/python3.10/site-packages/sh.py", line 915, in next
self.wait()
File "/home/das0206/Desktop/Kivy/app/lib/python3.10/site-packages/sh.py", line 845, in wait
self.handle_command_exit_code(exit_code)
File "/home/das0206/Desktop/Kivy/app/lib/python3.10/site-packages/sh.py", line 869, in handle_command_exit_code
raise exc