前提・実現したいこと
googlecolaboratoryでwebスクレイピングを行う際、
下記のコードを実行するとうまく実装で来ません。
2日間悩み、色々試しましたがうまくいきませんでした。
どなたかご教授よろしくお願い致します。
[pcスペック]
PC: MacBook Pro
メモリ:16G
CPU:第9世代の2.6GHz 6コアIntel Core i7 プロセッサ
発生している問題・エラーメッセージ
/bin/bash: brew: command not found
該当のソースコード
python
1!brew install chromedriver
試したこと
Homebrewのサイトにて下記のコードをコピーし、ターミナルにて実行しました。
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
実行結果が下記の通りです。
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The following existing directories will be made writable by user only:
/usr/local/share/zsh
/usr/local/share/zsh/site-functions
Press RETURN to continue or any other key to abort
補足情報(FW/ツールのバージョンなど)
試した事として、chromedriverをサイトからダウンロードしてきて(自分のバージョン: 88.0.4324.96をダウンロード)
作成しているファイルに入れて実装!(PyCharm,VScode,jupyterlabの3つでも試しました)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/02/09 06:15