Installation failed (class attribute error)

Recently I tried to install lubuntu and faced a problem.

{
Installation failed
boost.python error in job "automirror’
<class ‘AttributeError’>
module ‘logging ’ has no attribute ‘http_erroe’
Traceback:
File "/usr/lib/x86_64-linux-gnu/calamares/modules/automirror/main.py’, line 165, in run countrycode = getcountrycode()
File “usr/lib/x86_64-linux-gnu/calamares/automirror/main.py”, line 114, in getcountrycode logging.http_erroe(“Data not retrived because %s -URL: %s”
}

What can I do?

1 Like

Start the live system, open a terminal and execute:

sudo sed -i 's/logging.http_error/logging.error/' /usr/lib/x86_64-linux-gnu/calamares/modules/automirror/main.py

Then you should be able to install the system.

2 Likes

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.