Closed alienx2 closed 8 years ago
Looks like your pytz
installation is broken. Can you try this solution and see if it works?
still no luck =(
i found problem solved. solution here: http://unix.stackexchange.com/questions/110522/timezone-setting-in-linux
'Can not find any timezone configuration' error means that linux dont have timezone like there isn't exist file /etc/localtime.
use this:
$ sudo unlink /etc/localtime $ sudo ln -s /usr/share/zoneinfo/Etc/GMT+6 /etc/localtime
get zoneinfo from python pytz (link: https://pypi.python.org/pypi/pytz/2013.9) instead of "/usr/share/zoneinfo/Etc/GMT+6"
Glad to hear you were able to solve it.
Are you able to close this issue?
sure i will close.. thanks! =)
I came here from google and just wanna drop this in case, someone may find it useful:
I had a similar exception UnknownTimeZoneError: Can not find any timezone configuration
when i tried to run my app inside a docker container with the latest ubuntu images. It turned out that tzdata
was missing. Installing tzdata
package fixed it:
apt-get install -y tzdata
# Maybe you will need to reconfigure the timezone as well:
ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime
dpkg-reconfigure -f noninteractive tzdata
(Use sudo
if you have to)
@alienx2 do you have a guide or how to for installing headphones on Asus Router firmware? Or any method?
after i follow linux installation instruction, but wont start run and im using python version 2.7.10 on asus ac66u router. but I tested Sickrage working fine on router. got error this:
Error log: