Python - ValueError: unknown locale: UTF-8 [duplicate]
问题 This question already has answers here : Pelican 3.3 pelican-quickstart error “ValueError: unknown locale: UTF-8” (6 answers) Closed 4 years ago . I run the python script that contain Pandas (that one cause the problem) library I got this error: Traceback (most recent call last): File "test.py", line 2, in <module> import pandas ImportError: No module named pandas But if I import from package path to make sure it detects Pandas library, I got this error message Traceback (most recent call