-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot import name 'get_localzone_name' from 'tzlocal' #159
Comments
What's the full error message? |
When I run dir(tzlocal) to check, I get this return - no 'get_localzone_name' in the list. |
It looks like you are using version 3.0 (or earlier). get_localzone_name was added in 4.0b1. |
Yeah - I was wondering if it was a version issue but I checked and I've got version 5.2 loaded according to my code. |
Well, you can look at |
I'm unable to import or run the function get_localzone_name. I've tried uninstalling and reinstalling a few times and rolling back to previous versions. I'm in a conda env but I've also tried installing through pip and no luck.
Everything looks good in the files - but for whatever reason it's failing no matter how I load. M1 Pro if it helps.
The text was updated successfully, but these errors were encountered: