觀察log時常常發現 heroku 預設時間不是台灣時區
以下是更改時區的command (台灣)
2019年10月21日 星期一
2019年10月8日 星期二
[Note] ImportError: No module named pandas 排除
發現以下error時,代表有使用到pandas模組但是系統找不到此模組。
這裡紀錄在MAC OSX上安裝pandas模組的方法
這裡紀錄在MAC OSX上安裝pandas模組的方法
[note] SyntaxError: Non-ASCII character '\xe8' in file 排除
在寫一些python測試code時,遭遇以下error
SyntaxError: Non-ASCII character '\xe8' in file
這裡記錄一下解決方法
SyntaxError: Non-ASCII character '\xe8' in file
這裡記錄一下解決方法
2019年10月5日 星期六
[Trouble shooting] AttributeError: 'module' object has no attribute 'time' 解決方式
今天嘗試寫一個python遭遇以下:
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 95, in <module>
_startTime = time.time()
AttributeError: 'module' object has no attribute 'time'
明明沒有用到time 模組,為什麼還會出現此訊息呢?
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 95, in <module>
_startTime = time.time()
AttributeError: 'module' object has no attribute 'time'
明明沒有用到time 模組,為什麼還會出現此訊息呢?
2019年10月2日 星期三
訂閱:
文章 (Atom)