Après la mise à niveau d'OSX vers Catalina, l'utilisation de Fabric génère désormais une erreur.
% 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
La mise à niveau de asn1crypto, qui est installé avec Fabric, résoudra le problème.
% pip install -U asn1crypto
C'est tout.
Recommended Posts