0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

conda installでインストールできなかった場合の対応

Posted at

ここでは筆者が直面したパッケージのインストール失敗の際に行なった解消方法についてまとめる。

解消方法
channelを追加し、再度インストールを実行する
ANACONDA.ORGのページからパッケージを検索し、指定コマンドを実行する
https://anaconda.org/

以下を実行

$ conda skeleton pypi pycodestyle_magic
$ conda build pycodestyle_magic
$ conda install --use-local pycodestyle_magic

参考:https://analytics-note.xyz/mac/conda-skeleton-pypi/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?