You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ubuntu 16.04 x64
[13:25:49] [INFO] executing: python3 -m pip install -U distro
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/lib/python3/dist-packages/pip/main.py", line 19, in
sys.exit(pip.main())
File "/usr/lib/python3/dist-packages/pip/init.py", line 215, in main
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python3.5/locale.py", line 594, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
[13:25:50] [ERROR] Could not import python package distro, abort installation
Traceback (most recent call last):
File "deploy.py", line 302, in
import distro
ImportError: No module named 'distro'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "deploy.py", line 154, in onekey_report
r = requests.post(REPORT_URLS[report_type], data=data)
NameError: name 'requests' is not defined
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "deploy.py", line 305, in
onekey_report(report_type=REPORT_ERROR, traceback_str=traceback.format_exc())
File "deploy.py", line 159, in onekey_report
r = requests.post(
NameError: name 'requests' is not defined
The text was updated successfully, but these errors were encountered:
ubuntu 16.04 x64
[13:25:49] [INFO] executing: python3 -m pip install -U distro
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/lib/python3/dist-packages/pip/main.py", line 19, in
sys.exit(pip.main())
File "/usr/lib/python3/dist-packages/pip/init.py", line 215, in main
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python3.5/locale.py", line 594, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
[13:25:50] [ERROR] Could not import python package distro, abort installation
Traceback (most recent call last):
File "deploy.py", line 302, in
import distro
ImportError: No module named 'distro'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "deploy.py", line 154, in onekey_report
r = requests.post(REPORT_URLS[report_type], data=data)
NameError: name 'requests' is not defined
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "deploy.py", line 305, in
onekey_report(report_type=REPORT_ERROR, traceback_str=traceback.format_exc())
File "deploy.py", line 159, in onekey_report
r = requests.post(
NameError: name 'requests' is not defined
The text was updated successfully, but these errors were encountered: