9
8

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 5 years have passed since last update.

Fabricがエラーが出て使えなくなった→バージョン変えたら改善

9
Posted at

以前まで使ってたFabricが
pkg_resources.DistributionNotFound: paramiko!2.40, =>2.10 (バージョンのところは疎覚え)
とか、clangがなんかとか出て使えなくなりました。

pythonがイマイチ分からなくて敬遠してたんですが、一念発起。
pyenvで使用バージョンを2.7.6から2.7.8以上にすると問題の依存関係とか解決されると聞きつけ、藁をも掴む新情報と思いトライしました。

pyenv install 2.7.8
pyenv global 2.7.8
pyenv rehash
easy_install fabric
fab -v

これで解決しました。
バージョン代えてインストールし直しただけです。
はじめのインストールが簡単だけあって、何かあると困りました。

(簡単ですが、Qiitaに投稿してみることにチャレンジの回ということでよろしくお願いします。)

9
8
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
9
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?