问题描述
执行程序时候报错如下: Exception has occurred: ImportError Unable to import required dependencies: pytz: No module named pytz dateutil: No module named dateutil File "E:\matlab\CHB-MIT-DATA\epilepsy_eeg_classification\preprocessing…
本文翻译自:Is there a list of Pytz Timezones? I would like to know what are all the possible values for the timezone argument in the Python library pytz. 我想知道Python库pytz中timezone参数的所有可能值是什么。 How to do it? 怎么做? …
pyhon2.7没有时区模块pytz,如果要使用时区相关的函数,需要安装pytz,网上有很多easy_install的方法,本文采用最新的pip安装方法。
pip vs easy_install可以查看https://packaging.python.org/discussions/pip-vs-easy-install/#p…