前提・実現したいこと
pythonで画像認識アプリを作っています。
pythonやnumpyのインストールは問題なくできましたが
brew tap homebrew / scienceと打つともうなくなっているみたいで
brew tap brewsci/bio brew install "FORMULA"に移動されたという記事が出て来たのでそれを試してみてもインストールできませんでした。
発生している問題・エラーメッセージ
% brew tap brewsci/bio brew install "FORMULA" Updating Homebrew... Usage: brew tap [options] [user/repo] [URL] Tap a formula repository. If no arguments are provided, list all installed taps. With URL unspecified, tap a formula repository from GitHub using HTTPS. Since so many taps are hosted on GitHub, this command is a shortcut for brew tap user/repo https://github.com/user/homebrew-repo. With URL specified, tap a formula repository from anywhere, using any transport protocol that git(1) handles. The one-argument form of tap simplifies but also limits. This two-argument command makes no assumptions, so taps can be cloned from places other than GitHub and using protocols other than HTTPS, e.g. SSH, git, HTTP, FTP(S), rsync. --full Convert a shallow clone to a full clone without untapping. Taps are only cloned as shallow clones if --shallow was originally passed. --shallow Fetch tap as a shallow clone rather than a full clone. Useful for continuous integration. --force-auto-update Auto-update tap even if it is not hosted on GitHub. By default, only taps hosted on GitHub are auto-updated (for performance reasons). --repair Migrate tapped formulae from symlink-based to directory-based structure. --list-pinned List all pinned taps. -d, --debug Display any debugging information. -q, --quiet Make some output more quiet. -v, --verbose Make some output more verbose. -h, --help Show this message. Error: Invalid usage: This command does not take more than 2 named arguments
該当のソースコード
brew tap brewsci/bio brew install "FORMULA"
試したこと
エラーメッセージをググって関連記事を読みました。
補足情報(FW/ツールのバージョンなど)
Macを使用しています。
回答1件
あなたの回答
tips
プレビュー