LoginSignup
4
1

More than 3 years have passed since last update.

macOS Catalina で Fabric が使えなくなったら

Posted at

OSX を Catalina にアップグレードしたら Fabric を使うとエラーがでるようになりました。

% python
Python 3.7.5 (default, Nov  1 2019, 02:16:23) 
[Clang 11.0.0 (clang-1100.0.33.8)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import fabric
zsh: abort      python

Fabric と一緒にインストールされる asn1crypto をアップグレードすると直ります。

% pip install -U asn1crypto

おしまい。

4
1
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
4
1