国土数値情報を一括DLしようとしたがうまくできん
https://qiita.com/mits003/items/2c8c77514a09aee99cc0
これを参考にした
探検
おそらくpythonで躓いた
■ このスレッドは過去ログ倉庫に格納されています
1デフォルトの名無しさん
2021/11/11(木) 20:20:25.05ID:M474n1nU2デフォルトの名無しさん
2021/11/11(木) 20:22:22.81ID:M474n1nU C:\Users\cucum>python mlit_ksj_dl.py https://nlftp.mlit.go.jp/ksj/gml/datalist/KsjTmplt-L03-a.html
C:\Users\cucum\mlit_ksj_dl.py:50: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
driver = webdriver.Chrome(executable_path=DRIVER_PATH, chrome_options=options)
C:\Users\cucum\mlit_ksj_dl.py:50: DeprecationWarning: use options instead of chrome_options
driver = webdriver.Chrome(executable_path=DRIVER_PATH, chrome_options=options)
Traceback (most recent call last):
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\common\service.py", line 74, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 指定されたファイルが見つかりません。
C:\Users\cucum\mlit_ksj_dl.py:50: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
driver = webdriver.Chrome(executable_path=DRIVER_PATH, chrome_options=options)
C:\Users\cucum\mlit_ksj_dl.py:50: DeprecationWarning: use options instead of chrome_options
driver = webdriver.Chrome(executable_path=DRIVER_PATH, chrome_options=options)
Traceback (most recent call last):
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\common\service.py", line 74, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 指定されたファイルが見つかりません。
3デフォルトの名無しさん
2021/11/11(木) 20:22:37.48ID:M474n1nU During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\cucum\mlit_ksj_dl.py", line 115, in <module>
dl_dir = file_dl(DRIVER_PATH)
File "C:\Users\cucum\mlit_ksj_dl.py", line 50, in file_dl
driver = webdriver.Chrome(executable_path=DRIVER_PATH, chrome_options=options)
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 69, in __init__
super(WebDriver, self).__init__(DesiredCapabilities.CHROME['browserName'], "goog",
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 90, in __init__
self.service.start()
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\common\service.py", line 84, in start
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home
Traceback (most recent call last):
File "C:\Users\cucum\mlit_ksj_dl.py", line 115, in <module>
dl_dir = file_dl(DRIVER_PATH)
File "C:\Users\cucum\mlit_ksj_dl.py", line 50, in file_dl
driver = webdriver.Chrome(executable_path=DRIVER_PATH, chrome_options=options)
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 69, in __init__
super(WebDriver, self).__init__(DesiredCapabilities.CHROME['browserName'], "goog",
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 90, in __init__
self.service.start()
File "C:\Users\cucum\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\common\service.py", line 84, in start
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home
4デフォルトの名無しさん
2021/11/11(木) 20:23:19.70ID:M474n1nU コマンドプロンプトに入力すると↑が出て解説通りにならん
何がダメなのか教えてくださいm(__)m
何がダメなのか教えてくださいm(__)m
5デフォルトの名無しさん
2021/11/11(木) 20:57:16.41ID:M474n1nU C:\Users\cucum>python mlit_ksj_dl.py https://nlftp.mlit.go.jp/ksj/gml/datalist/KsjTmplt-L03-a.html
python: can't open file 'C:\Users\cucum\mlit_ksj_dl.py': [Errno 2] No such file or directory
こっちだった
解説通りにやるとpyファイルにたどり着かないです
python: can't open file 'C:\Users\cucum\mlit_ksj_dl.py': [Errno 2] No such file or directory
こっちだった
解説通りにやるとpyファイルにたどり着かないです
6デフォルトの名無しさん
2021/11/11(木) 22:02:46.50ID:1oMtSCiX pyファイルはどこにあるんだ
7デフォルトの名無しさん
2021/11/11(木) 22:18:32.40ID:M474n1nU8デフォルトの名無しさん
2021/11/11(木) 22:32:09.34ID:1oMtSCiX >>7
じゃあそのフォルダにcdしてからさっきのコマンド実行しないと
じゃあそのフォルダにcdしてからさっきのコマンド実行しないと
9デフォルトの名無しさん
2021/11/11(木) 23:11:27.88ID:M474n1nU10デフォルトの名無しさん
2021/11/11(木) 23:15:32.68ID:M474n1nU Win 10
pyhton 3.9 DL済
ChromeDriver 93.04577 DL済
pip install selenium 実行
コマンドプロンプトでやってる
解説だと「$ python3 mlit_ksj_dl.py ダウンロードしたいページのURL」だけどコマンドプロンプトに入力してもうまくいかないから「python mlit_ksj_dl.py ダウンロードしたいページのURL」にしてる
そうすると>>2,3が表示される
pyhton 3.9 DL済
ChromeDriver 93.04577 DL済
pip install selenium 実行
コマンドプロンプトでやってる
解説だと「$ python3 mlit_ksj_dl.py ダウンロードしたいページのURL」だけどコマンドプロンプトに入力してもうまくいかないから「python mlit_ksj_dl.py ダウンロードしたいページのURL」にしてる
そうすると>>2,3が表示される
11デフォルトの名無しさん
2021/11/11(木) 23:17:45.05ID:M474n1nU フォルダWebDriverには.gitignoreとchromedriver.exeがはいってる
.exeは起動せずにコマンド入力してる
.exeは起動せずにコマンド入力してる
12デフォルトの名無しさん
2021/11/11(木) 23:26:32.96ID:1oMtSCiX >>9
もしC:\Users\cucumにいるまま実行したいなら
python .\mlit-ksj-dl-tool-main\mlit-ksj-dl.py https://〜
だな
あとここだと個別にスレ立てると皆回答してくれないから↓辺りで聞くといいよ
【まず1嫁】くだすれPython(超初心者用) その55
https://mevius.5ch.net/test/read.cgi/tech/1633070807/
もしC:\Users\cucumにいるまま実行したいなら
python .\mlit-ksj-dl-tool-main\mlit-ksj-dl.py https://〜
だな
あとここだと個別にスレ立てると皆回答してくれないから↓辺りで聞くといいよ
【まず1嫁】くだすれPython(超初心者用) その55
https://mevius.5ch.net/test/read.cgi/tech/1633070807/
■ このスレッドは過去ログ倉庫に格納されています
ニュース
- 今年の漢字 [ぐれ★]
- 【おこめ券】物価高対策の“おこめ券”全米販は1枚477円で販売へ 鈴木農水大臣「国民の皆様に活用いただきやすいよう工夫いただいた」★2 [ぐれ★]
- 【麻雀】プロ雀士の岡田紗佳さんが勝訴、点数計算めぐる発言は「違法とは言えず」 大宮簡裁 [征夷大将軍★]
- 高市首相の答弁書に「台湾有事答えない」と明記 存立危機発言当時 ★5 [蚤の市★]
- ミス・ユニバース フィンランド代表の「つり目」写真が波紋… 本人釈明も批判やまず 協会謝罪「徹底的に検証」へ★3 [冬月記者★]
- ハリウッド実写版『ストリートファイター』初映像解禁 リュウ&春麗らのビジュアルも公開 [muffin★]
- 【超速報】自転車がパンクした・・・・・・・・・・・・ [793051416]
- 虫歯の味ってわかるよね
- 参政党議員「クジラの肉を食べないのは流通や販路に問題があるからだよね?」 [592058334]
- お前らメトロイド買った?
- __トランプ、G7に代わる「Core 5」構想、米 中 露 印 日をまとめる巨大枠組み、世界秩序の再編につながる可能性 [827565401]
- VTuber叩きが大流行してる理由、1枚の画像で解説される…!! [858219337]
