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