[PYTHON] If Fabric becomes unavailable on macOS Catalina

After upgrading OSX to Catalina, using Fabric now gives an error.

% 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

Upgrading asn1crypto, which is installed with Fabric, will fix it.

% pip install -U asn1crypto

That's it.

Recommended Posts

If Fabric becomes unavailable on macOS Catalina
Run OpenVino on macOS Catalina
Install Python less than 3.5.3 on macOS Catalina
Install Python 3 on MacOS Catalina (with Homebrew only)
Install Python and libraries for Python on MacOS Catalina
Notes on creating a python development environment on macOS Catalina
Use Python 3 introduced with command line tools on macOS Catalina
What to do if pip install mysqlclient fails on MacOS