python機器學習與深度學習 |
|
HYP
更新時間:2020/1/19 上午 03:02:18 |
|
文淵閣您好: 書中ch09-5.py的程式我執行不了,會出現以下說明,AttributeError: 'OutStream' object has no attribute 'readable' 完整說明, --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-1-dc384f5ce781> in <module>() 1 import csv 2 import pandas as pd ----> 3 import twstock 4 import os 5
~\Anaconda3\lib\site-packages\twstock\__init__.py in <module>() 3 from twstock import stock 4 from twstock import analytics ----> 5 from twstock import cli 6 from twstock import mock 7 from twstock import realtime
~\Anaconda3\lib\site-packages\twstock\cli\__init__.py in <module>() 2 3 import argparse ----> 4 from twstock.cli import best_four_point 5 from twstock.cli import stock 6 from twstock.cli import realtime
~\Anaconda3\lib\site-packages\twstock\cli\best_four_point.py in <module>() 7 # XXX: Repalce sys.stdout prevent Windows UnicodeEncodeError on cmd.exe 8 stdout = io.TextIOWrapper( ----> 9 getattr(sys.stdout, 'buffer', sys.stdout), encoding='utf-8', errors='replace') 10 11
AttributeError: 'OutStream' object has no attribute 'readable'
|
|
|
|
HYP
更新時間:2020/1/19 上午 03:23:54 |
|
文淵閣您好: 請問可以將2018年1~12月的'2317'個股股價預測表格,或是2019年1~12月的'2317'個股股價預測表格,傳送給我嗎?我的信箱huangyubin01@gmail.com |
|
|
|
文淵閣工作室
更新時間:2020/1/19 下午 12:39:24 |
|
您好: 感謝您的支持。
我們執行 <ch09-5.py> 結果是正常的。 我們有去 Google 查詢您發生的錯誤,但並沒有找到解答。
請問您的 twstock 版本。還有 <ch09-1.py>可執行嗎?
範例 <ch09-6.py> 搭配 <ch09-6b.py> 可以下載指定的個股資料,但我們實際測試,目前該網站流量管制愈來愈嚴謹,建議您每一次只下載一個月份的資料,
第一次執行 <ch09-6.py> 將第 13 列改為 for i in range(1,2): 下載第 1 月份的資料。
第二次以後執行 <ch09-6b.py> 將第 13 列改為 for i in range(2,3): #下載第 2 月份的資料並累增在 <twstockyear2018.csv> 檔案後端。
第三次以後執行 <ch09-6b.py> 將第 13 列改為 for i in range(3,4): #下載第 3 月份的資料並累增在 <twstockyear2018.csv> 檔案後端。
依此類推,<ch09-6b.py> 要執行 11 次,分別下載 2~12 月的資料。
建議 2018年1~12月的'2317'個股股價和 2019年1~12月的'2317'個股股價資料,參考上列方式自行下載。如果仍有困難,我們再加以協助。 |
|
|
|
|
|
|