Open bmw opened 4 years ago
I can confirm that I am seeing the same issue:
AttributeError: 'module' object has no attribute 'Locale'
I my case I am seeing it while using csvkit, which is using parsedatetime. I filed an issue there to track the impact https://github.com/wireservice/csvkit/issues/1081.
This is the same bug as #245. The commit that introduced the fault is 18837504778c0dd41ae412bdf86eb81b1be7cdd7.
But.. this is Python 2.7. Most devs would drop support for it as there are only a few months left before it really dies.
I've reproduced it on other systems, but on Ubuntu 18.04 with Python 2.7.17:
I'm assuming Python 2.7 is still supported by parsedatetime because I couldn't find anything stating Python 2.7 has been dropped and there is a Python 2 wheel.