前提・実現したいこと
M1 mac環境でseleniumをインストールしたい
発生している問題・エラーメッセージ
以下のようなエラーメッセージが出てインストールができません。。
※ PackagesNotFoundError: 以下のパッケージは、現在のチャンネルでは利用できません。
Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. PackagesNotFoundError: The following packages are not available from current channels: - selenium Current channels: - https://conda.anaconda.org/conda-forge/osx-arm64 - https://conda.anaconda.org/conda-forge/noarch To search for alternate channels that may provide the conda package you're looking for, navigate to https://anaconda.org and use the search bar at the top of the page.
試したこと
こちらのサイトを参考にds_envという環境を構築しました。
M1macでcondaでデータ分析用の環境をつくろう
■手順
- miniforgeインストール
- ds_env という名前の conda環境をつくる
conda create -n ds_env python=3.9
- ds_env という名前の conda環境を起動
conda activate ds_env
- ds_envの環境にseleniumをインストール
(ds_env) user@xxx ~ % conda search selenium
調べたこと
調べ①
上記のコードでseleniumがあるのか調べてみました。
出てきたのが以下の4種類でした(version違いで各々何種類かはありました)
seleniumはないと。。
axe-selenium-python pytest-selenium robotframework-seleniumlibrary selenium-requests
調べ②
https://anaconda.org/conda-forge/selenium
を参考に以下のコードでインストールを試みましたが
同様のエラーメッセージを吐かれました。
conda install -c conda-forge selenium
補足情報(FW/ツールのバージョンなど)
・pc
macOS Big Sur バージョン11.4
MacBook Pro (13-inch, M1, 2020)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/09/25 17:37