Re: [xml2rfc] My installation is broken and I can't seem to find the problem

"David R. Oran" <daveoran@orandom.net> Mon, 28 September 2020 13:03 UTC

Return-Path: <daveoran@orandom.net>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 61AFE3A110F for <xml2rfc@ietfa.amsl.com>; Mon, 28 Sep 2020 06:03:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level:
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wevpkxxHMD1A for <xml2rfc@ietfa.amsl.com>; Mon, 28 Sep 2020 06:03:27 -0700 (PDT)
Received: from spark.crystalorb.net (spark.crystalorb.net [IPv6:2607:fca8:1530::c]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 89A4F3A110C for <xml2rfc@ietf.org>; Mon, 28 Sep 2020 06:03:27 -0700 (PDT)
Received: from [192.168.15.243] ([IPv6:2601:184:407f:80ce:9c1e:f92:b81d:9d68]) (authenticated bits=0) by spark.crystalorb.net (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id 08SD3NAM016914 (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256 verify=NO); Mon, 28 Sep 2020 06:03:25 -0700
From: "David R. Oran" <daveoran@orandom.net>
To: Henrik Levkowetz <henrik@levkowetz.com>
Cc: XML2RFC Interest Group <xml2rfc@ietf.org>
Date: Mon, 28 Sep 2020 09:03:16 -0400
X-Mailer: MailMate (1.13.2r5721)
Message-ID: <F2279E0B-2B1B-418A-917F-8B552E017C94@orandom.net>
In-Reply-To: <f40b32ca-c069-a55c-1201-f122da6f31b8@levkowetz.com>
References: <76D8708F-C29F-4BCF-AD7A-F5DB36365CD1@orandom.net> <f40b32ca-c069-a55c-1201-f122da6f31b8@levkowetz.com>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=_MailMate_62789BE7-BCD4-4E38-B6C2-69FDAB85A464_="; micalg="pgp-sha1"; protocol="application/pgp-signature"
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/-dHWiXjQljKZxBBuv9uiRjQSNuk>
Subject: Re: [xml2rfc] My installation is broken and I can't seem to find the problem
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Sep 2020 13:03:30 -0000

On 28 Sep 2020, at 6:53, Henrik Levkowetz wrote:

> Hi Dave,
>
> Please run 'pip install python-libmagic' to install the missing libmagic
> component.
>
No joy - haven’t had time to try to debug this so if I’m missing something obvious, apologies!

% pip install python-libmagic
Processing ./Library/Caches/pip/wheels/ae/73/bf/1e25e331ecf164ad0a5659cffb76ccb5c2225d069a6f5529ee/python_libmagic-0.4.0-py3-none-any.whl
Collecting cffi==1.7.0
  Using cached cffi-1.7.0.tar.gz (400 kB)
Requirement already satisfied: pycparser in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (from cffi==1.7.0->python-libmagic) (2.19)
Building wheels for collected packages: cffi
  Building wheel for cffi (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-install-8sut8fhv/cffi/setup.py'"'"'; __file__='"'"'/private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-install-8sut8fhv/cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-wheel-hj6s10rb
       cwd: /private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-install-8sut8fhv/cffi/
  Complete output (65 lines):
  /usr/local/Homebrew/Library/Homebrew/version.rb:368:in `initialize': Version value must be a string; got a NilClass () (TypeError)
  	from /usr/local/Homebrew/Library/Homebrew/os/mac/version.rb:26:in `initialize'
  	from /usr/local/Homebrew/Library/Homebrew/os/mac.rb:24:in `new'
  	from /usr/local/Homebrew/Library/Homebrew/os/mac.rb:24:in `version'
  	from /usr/local/Homebrew/Library/Homebrew/os/mac.rb:58:in `prerelease?'
  	from /usr/local/Homebrew/Library/Homebrew/os.rb:21:in `<module:OS>'
  	from /usr/local/Homebrew/Library/Homebrew/os.rb:3:in `<top (required)>'
  	from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
  	from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
  	from /usr/local/Homebrew/Library/Homebrew/global.rb:29:in `<top (required)>'
  	from /usr/local/Homebrew/Library/Homebrew/brew.rb:23:in `require_relative'
  	from /usr/local/Homebrew/Library/Homebrew/brew.rb:23:in `<main>'
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  Package libffi was not found in the pkg-config search path.
  Perhaps you should add the directory containing `libffi.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'libffi' found
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-10.9-x86_64-3.8
  creating build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/backend_ctypes.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/setuptools_ext.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/cffi_opcode.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/vengine_gen.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/model.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/ffiplatform.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/api.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/vengine_cpy.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/commontypes.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/lock.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/recompiler.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/cparser.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/verifier.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/_cffi_include.h -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/parse_c_type.h -> build/lib.macosx-10.9-x86_64-3.8/cffi
  copying cffi/_embedding.h -> build/lib.macosx-10.9-x86_64-3.8/cffi
  running build_ext
  building '_cffi_backend' extension
  creating build/temp.macosx-10.9-x86_64-3.8
  creating build/temp.macosx-10.9-x86_64-3.8/c
  gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DUSE__THREAD -I/usr/include/ffi -I/usr/include/libffi -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c c/_cffi_backend.c -o build/temp.macosx-10.9-x86_64-3.8/c/_cffi_backend.o
  c/_cffi_backend.c:15:10: fatal error: 'ffi.h' file not found
  #include <ffi.h>
           ^~~~~~~
  1 error generated.
  error: command 'gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for cffi
  Running setup.py clean for cffi
Failed to build cffi
Installing collected packages: cffi, python-libmagic
  Attempting uninstall: cffi
    Found existing installation: cffi 1.14.0
    Uninstalling cffi-1.14.0:
      Successfully uninstalled cffi-1.14.0
    Running setup.py install for cffi ... error
    ERROR: Command errored out with exit status 1:
     command: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-install-8sut8fhv/cffi/setup.py'"'"'; __file__='"'"'/private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-install-8sut8fhv/cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-record-ud6luecm/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/cffi
         cwd: /private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-install-8sut8fhv/cffi/
    Complete output (65 lines):
    /usr/local/Homebrew/Library/Homebrew/version.rb:368:in `initialize': Version value must be a string; got a NilClass () (TypeError)
    	from /usr/local/Homebrew/Library/Homebrew/os/mac/version.rb:26:in `initialize'
    	from /usr/local/Homebrew/Library/Homebrew/os/mac.rb:24:in `new'
    	from /usr/local/Homebrew/Library/Homebrew/os/mac.rb:24:in `version'
    	from /usr/local/Homebrew/Library/Homebrew/os/mac.rb:58:in `prerelease?'
    	from /usr/local/Homebrew/Library/Homebrew/os.rb:21:in `<module:OS>'
    	from /usr/local/Homebrew/Library/Homebrew/os.rb:3:in `<top (required)>'
    	from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
    	from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
    	from /usr/local/Homebrew/Library/Homebrew/global.rb:29:in `<top (required)>'
    	from /usr/local/Homebrew/Library/Homebrew/brew.rb:23:in `require_relative'
    	from /usr/local/Homebrew/Library/Homebrew/brew.rb:23:in `<main>'
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libffi' found
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libffi' found
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libffi' found
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libffi' found
    Package libffi was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libffi.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libffi' found
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.9-x86_64-3.8
    creating build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/backend_ctypes.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/setuptools_ext.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/cffi_opcode.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/vengine_gen.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/model.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/ffiplatform.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/api.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/vengine_cpy.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/commontypes.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/lock.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/recompiler.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/cparser.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/verifier.py -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/_cffi_include.h -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/parse_c_type.h -> build/lib.macosx-10.9-x86_64-3.8/cffi
    copying cffi/_embedding.h -> build/lib.macosx-10.9-x86_64-3.8/cffi
    running build_ext
    building '_cffi_backend' extension
    creating build/temp.macosx-10.9-x86_64-3.8
    creating build/temp.macosx-10.9-x86_64-3.8/c
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DUSE__THREAD -I/usr/include/ffi -I/usr/include/libffi -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c c/_cffi_backend.c -o build/temp.macosx-10.9-x86_64-3.8/c/_cffi_backend.o
    c/_cffi_backend.c:15:10: fatal error: 'ffi.h' file not found
    #include <ffi.h>
             ^~~~~~~
    1 error generated.
    error: command 'gcc' failed with exit status 1
    ----------------------------------------
  Rolling back uninstall of cffi
  Moving to /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/_cffi_backend.cpython-38-darwin.so
   from /private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-uninstall-zgvoqdln/_cffi_backend.cpython-38-darwin.so
  Moving to /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cffi-1.14.0.dist-info/
   from /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/~ffi-1.14.0.dist-info
  Moving to /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cffi/
   from /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/~ffi
ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-install-8sut8fhv/cffi/setup.py'"'"'; __file__='"'"'/private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-install-8sut8fhv/cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/y3/pcz716n08xj2970059bjsr880000gp/T/pip-record-ud6luecm/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/cffi Check the logs for full command output.
oran@ORAN-M-51B7 ~ %

>
> 	Henrik
>
> On 2020-09-27 23:21, David R. Oran wrote:
>> all of  xml2rfc python3, and lib magic seem properly installed. Cluebat
>> please?
>>
>>   xml2rfc --html draft-irtf-icnrg-icnping-01.xml
>> Traceback (most recent call last):
>>    File "/Library/Frameworks/Python.framework/Versions/3.8/bin/xml2rfc",
>> line 5, in <module>
>>      from xml2rfc.run import main
>>    File
>> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/xml2rfc/__init__.py",
>> line 14, in <module>
>>      from xml2rfc.parser import  XmlRfcError, CachingResolver,
>> XmlRfcParser, XmlRfc
>>    File
>> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/xml2rfc/parser.py",
>> line 20, in <module>
>>      from xml2rfc.writers import base
>>    File
>> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/xml2rfc/writers/__init__.py",
>> line 10, in <module>
>>      from xml2rfc.writers.preptool import PrepToolWriter
>>    File
>> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/xml2rfc/writers/preptool.py",
>> line 41, in <module>
>>      from xml2rfc.util.mime import get_file_mime_type
>>    File
>> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/xml2rfc/util/mime.py",
>> line 4, in <module>
>>      import magic
>>    File
>> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/magic.py",
>> line 201, in <module>
>>      raise ImportError('failed to find libmagic.  Check your
>> installation')
>> ImportError: failed to find libmagic.  Check your installation
>>
>>
>> python3 --version
>> Python 3.8.1
>>
>> oran@ORAN-M-51B7 ~ % pip3 --version
>> pip 20.2.3 from
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip
>> (python 3.8)
>>
>> oran@ORAN-M-51B7 ~ % pip3 install --upgrade xml2rfc
>> Requirement already up-to-date: xml2rfc in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (3.1.1)
>> Requirement already satisfied, skipping upgrade:
>> pycountry!=19.7.15,>=1.8 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (19.8.18)
>> Requirement already satisfied, skipping upgrade:
>> google-i18n-address>=2.3.2 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (2.3.5)
>> Requirement already satisfied, skipping upgrade: six>=1.4.1 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (1.14.0)
>> Requirement already satisfied, skipping upgrade: configargparse>=1.2.3
>> in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (1.2.3)
>> Requirement already satisfied, skipping upgrade: pyyaml>=5.3.1 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (5.3.1)
>> Requirement already satisfied, skipping upgrade: setuptools>=24.2.0 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (41.2.0)
>> Requirement already satisfied, skipping upgrade: appdirs>=1.4.4 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (1.4.4)
>> Requirement already satisfied, skipping upgrade: html5lib>=1.0.1 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (1.0.1)
>> Requirement already satisfied, skipping upgrade: python-magic>=0.4.18 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (0.4.18)
>> Requirement already satisfied, skipping upgrade: pyflakes>=0.8.1 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (2.1.1)
>> Requirement already satisfied, skipping upgrade: requests>=2.5.0 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (2.22.0)
>> Requirement already satisfied, skipping upgrade:
>> intervaltree!=3.0.0,>=2.1.0 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (3.0.2)
>> Requirement already satisfied, skipping upgrade: jinja2<3.0,>=2.11 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (2.11.2)
>> Requirement already satisfied, skipping upgrade: lxml!=4.3.1,>=2.2.8 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (4.4.2)
>> Requirement already satisfied, skipping upgrade: kitchen>=1.2.6 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from xml2rfc) (1.2.6)
>> Requirement already satisfied, skipping upgrade: webencodings in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from html5lib>=1.0.1->xml2rfc) (0.5.1)
>> Requirement already satisfied, skipping upgrade: idna<2.9,>=2.5 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from requests>=2.5.0->xml2rfc) (2.8)
>> Requirement already satisfied, skipping upgrade: certifi>=2017.4.17 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from requests>=2.5.0->xml2rfc) (2020.6.20)
>> Requirement already satisfied, skipping upgrade:
>> urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from requests>=2.5.0->xml2rfc) (1.25.8)
>> Requirement already satisfied, skipping upgrade: chardet<3.1.0,>=3.0.2
>> in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from requests>=2.5.0->xml2rfc) (3.0.4)
>> Requirement already satisfied, skipping upgrade:
>> sortedcontainers<3.0,>=2.0 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from intervaltree!=3.0.0,>=2.1.0->xml2rfc) (2.1.0)
>> Requirement already satisfied, skipping upgrade: MarkupSafe>=0.23 in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (from jinja2<3.0,>=2.11->xml2rfc) (1.1.1)
>>
>> oran@ORAN-M-51B7 ~ % pip3 install --upgrade libmagic
>> Requirement already up-to-date: libmagic in
>> /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
>> (1.0)
>>
>>DaveO
>>
>>
>>
>> _______________________________________________
>> xml2rfc mailing list
>> xml2rfc@ietf.org
>> https://www.ietf.org/mailman/listinfo/xml2rfc
>>

DaveO