X



おそらくpythonで躓いた
■ このスレッドは過去ログ倉庫に格納されています
0002デフォルトの名無しさん
垢版 |
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] 指定されたファイルが見つかりません。
0003デフォルトの名無しさん
垢版 |
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
0004デフォルトの名無しさん
垢版 |
2021/11/11(木) 20:23:19.70ID:M474n1nU
コマンドプロンプトに入力すると↑が出て解説通りにならん
何がダメなのか教えてくださいm(__)m
0005デフォルトの名無しさん
垢版 |
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ファイルにたどり着かないです
0006デフォルトの名無しさん
垢版 |
2021/11/11(木) 22:02:46.50ID:1oMtSCiX
pyファイルはどこにあるんだ
0007デフォルトの名無しさん
垢版 |
2021/11/11(木) 22:18:32.40ID:M474n1nU
>>6
レスありがとう
C:\Users\cucum\mlit-ksj-dl-tool-main
このフォルダの中
0008デフォルトの名無しさん
垢版 |
2021/11/11(木) 22:32:09.34ID:1oMtSCiX
>>7
じゃあそのフォルダにcdしてからさっきのコマンド実行しないと
0009デフォルトの名無しさん
垢版 |
2021/11/11(木) 23:11:27.88ID:M474n1nU
>>8
おおなるほどそういう仕組みなのか
ガチ初心者で申し訳ない
cdしたら>>2 >>3の表示が出た
0010デフォルトの名無しさん
垢版 |
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が表示される
0011デフォルトの名無しさん
垢版 |
2021/11/11(木) 23:17:45.05ID:M474n1nU
フォルダWebDriverには.gitignoreとchromedriver.exeがはいってる
.exeは起動せずにコマンド入力してる
0012デフォルトの名無しさん
垢版 |
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/
0013デフォルトの名無しさん
垢版 |
2021/11/11(木) 23:47:56.96ID:M474n1nU
>>12
誘導ありがとう
こっちで聞いてみる
0014デフォルトの名無しさん
垢版 |
2021/11/11(木) 23:59:56.43ID:J6sKotQS
スレ削除依頼出せ
0016デフォルトの名無しさん
垢版 |
2022/09/07(水) 00:54:37.70ID:6N86wOEk
削除依頼出せ
0017デフォルトの名無しさん
垢版 |
2022/09/07(水) 01:08:52.50ID:8NMkvrFG
この板では、単発の質問スレを立てることは禁止です!

速やかに、このスレの削除依頼を出してください
■ このスレッドは過去ログ倉庫に格納されています