前提・実現したいこと
ここに質問の内容を詳しく書いてください。
おそらくpythonのバージョンによるパッケージインストールのエラー
発生している問題・エラーメッセージ
Specifications: - unicycler -> python[version='2.7.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.9,<3.10.0a0|<3'] Your python: python=3.8 If python is on the left-most side of the chain, that's the version you've asked for. When python appears to the right, that indicates that the thing on the left is somehow not available for the python version you are constrained to. Note that conda will not change your python version to a different minor version unless you explicitly specify that.
該当のソースコード
conda install -c bioconda unicycler
試したこと
python3.9の環境を構築し,再度インストールを行ったが,似た様なエラーが返ってきた.
- unicycler -> python[version='3.4.|3.5.|3.6.*|>=3.6,<3.7.0a0|>=3.8,<3.9.0a0|>=3.7,<3.8.0a0']
Your python: python=3.9
If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
あなたの回答
tips
プレビュー