Advertisement
gatorback

Marisol install error

Nov 24th, 2021
1,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 174.39 KB | None | 0 0
  1. user@JUPITER bates-label-a-pdf % virtualenv --version
  2. virtualenv 20.10.0 from /usr/local/lib/python3.9/site-packages/virtualenv/__init__.py
  3. user@JUPITER bates-label-a-pdf % cd ~
  4. user@JUPITER ~ % mkdir pyViutualEnv
  5. user@JUPITER ~ % cd ~/pyViutualEnv
  6. user@JUPITER pyViutualEnv % virtualenv marisol            
  7. created virtual environment CPython3.9.8.final.0-64 in 893ms
  8.   creator CPython3Posix(dest=/Users/user/pyViutualEnv/marisol, clear=False, no_vcs_ignore=False, global=False)
  9.   seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/Users/user/Library/Application Support/virtualenv)
  10.     added seed packages: pip==21.3.1, setuptools==58.3.0, wheel==0.37.0
  11.   activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
  12. user@JUPITER pyViutualEnv % source marisol/bin/activate
  13. (marisol) user@JUPITER pyViutualEnv % pip3 install marisol
  14. Collecting marisol
  15.   Using cached Marisol-0.3.0-py2.py3-none-any.whl (6.2 kB)
  16. Collecting reportlab==3.3.0
  17.   Using cached reportlab-3.3.0.tar.gz (2.0 MB)
  18.   Preparing metadata (setup.py) ... done
  19. Collecting pypdf2==1.26.0
  20.   Using cached PyPDF2-1.26.0-py3-none-any.whl
  21. Collecting pillow>=2.4.0
  22.   Using cached Pillow-8.4.0-cp39-cp39-macosx_10_10_x86_64.whl (3.0 MB)
  23. Requirement already satisfied: pip>=1.4.1 in ./marisol/lib/python3.9/site-packages (from reportlab==3.3.0->marisol) (21.3.1)
  24. Requirement already satisfied: setuptools>=2.2 in ./marisol/lib/python3.9/site-packages (from reportlab==3.3.0->marisol) (58.3.0)
  25. Building wheels for collected packages: reportlab
  26.   Building wheel for reportlab (setup.py) ... error
  27.   ERROR: Command errored out with exit status 1:
  28.    command: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-wheel-s_xiwi84
  29.        cwd: /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/
  30.   Complete output (369 lines):
  31.   ################################################
  32.   #Attempting install of _rl_accel & pyHnj
  33.   #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel'
  34.   ################################################
  35.   ################################################
  36.   #Attempting install of _renderPM
  37.   #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM'
  38.   will use package libart 2.3.12
  39.   # installing with freetype version 21
  40.   ################################################
  41.   Standard T1 font curves already downloaded
  42.   running bdist_wheel
  43.   running build
  44.   running build_py
  45.   creating build
  46.   creating build/lib.macosx-10.15-x86_64-3.9
  47.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab
  48.   copying src/reportlab/rl_config.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  49.   copying src/reportlab/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  50.   copying src/reportlab/rl_settings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  51.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  52.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  53.   copying src/reportlab/graphics/charts/slidebox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  54.   copying src/reportlab/graphics/charts/doughnut.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  55.   copying src/reportlab/graphics/charts/piecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  56.   copying src/reportlab/graphics/charts/areas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  57.   copying src/reportlab/graphics/charts/legends.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  58.   copying src/reportlab/graphics/charts/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  59.   copying src/reportlab/graphics/charts/lineplots.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  60.   copying src/reportlab/graphics/charts/barcharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  61.   copying src/reportlab/graphics/charts/linecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  62.   copying src/reportlab/graphics/charts/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  63.   copying src/reportlab/graphics/charts/dotbox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  64.   copying src/reportlab/graphics/charts/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  65.   copying src/reportlab/graphics/charts/utils3d.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  66.   copying src/reportlab/graphics/charts/textlabels.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  67.   copying src/reportlab/graphics/charts/axes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  68.   copying src/reportlab/graphics/charts/spider.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  69.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  70.   copying src/reportlab/graphics/samples/scatter_lines.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  71.   copying src/reportlab/graphics/samples/clustered_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  72.   copying src/reportlab/graphics/samples/stacked_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  73.   copying src/reportlab/graphics/samples/linechart_with_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  74.   copying src/reportlab/graphics/samples/excelcolors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  75.   copying src/reportlab/graphics/samples/stacked_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  76.   copying src/reportlab/graphics/samples/radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  77.   copying src/reportlab/graphics/samples/simple_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  78.   copying src/reportlab/graphics/samples/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  79.   copying src/reportlab/graphics/samples/scatter.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  80.   copying src/reportlab/graphics/samples/bubble.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  81.   copying src/reportlab/graphics/samples/clustered_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  82.   copying src/reportlab/graphics/samples/exploded_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  83.   copying src/reportlab/graphics/samples/line_chart.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  84.   copying src/reportlab/graphics/samples/filled_radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  85.   copying src/reportlab/graphics/samples/scatter_lines_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  86.   copying src/reportlab/graphics/samples/runall.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  87.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  88.   copying src/reportlab/graphics/widgets/eventcal.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  89.   copying src/reportlab/graphics/widgets/grids.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  90.   copying src/reportlab/graphics/widgets/flags.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  91.   copying src/reportlab/graphics/widgets/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  92.   copying src/reportlab/graphics/widgets/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  93.   copying src/reportlab/graphics/widgets/table.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  94.   copying src/reportlab/graphics/widgets/signsandsymbols.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  95.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  96.   copying src/reportlab/graphics/barcode/eanbc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  97.   copying src/reportlab/graphics/barcode/usps4s.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  98.   copying src/reportlab/graphics/barcode/fourstate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  99.   copying src/reportlab/graphics/barcode/qrencoder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  100.   copying src/reportlab/graphics/barcode/usps.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  101.   copying src/reportlab/graphics/barcode/ecc200datamatrix.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  102.   copying src/reportlab/graphics/barcode/lto.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  103.   copying src/reportlab/graphics/barcode/code39.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  104.   copying src/reportlab/graphics/barcode/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  105.   copying src/reportlab/graphics/barcode/test.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  106.   copying src/reportlab/graphics/barcode/widgets.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  107.   copying src/reportlab/graphics/barcode/qr.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  108.   copying src/reportlab/graphics/barcode/common.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  109.   copying src/reportlab/graphics/barcode/code128.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  110.   copying src/reportlab/graphics/barcode/code93.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  111.   copying src/reportlab/graphics/shapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  112.   copying src/reportlab/graphics/testdrawings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  113.   copying src/reportlab/graphics/renderSVG.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  114.   copying src/reportlab/graphics/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  115.   copying src/reportlab/graphics/renderPS.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  116.   copying src/reportlab/graphics/renderbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  117.   copying src/reportlab/graphics/widgetbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  118.   copying src/reportlab/graphics/renderPM.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  119.   copying src/reportlab/graphics/testshapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  120.   copying src/reportlab/graphics/renderPDF.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  121.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  122.   copying src/reportlab/lib/rltempfile.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  123.   copying src/reportlab/lib/enums.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  124.   copying src/reportlab/lib/units.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  125.   copying src/reportlab/lib/sequencer.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  126.   copying src/reportlab/lib/formatters.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  127.   copying src/reportlab/lib/randomtext.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  128.   copying src/reportlab/lib/geomutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  129.   copying src/reportlab/lib/testutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  130.   copying src/reportlab/lib/validators.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  131.   copying src/reportlab/lib/pygments2xpre.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  132.   copying src/reportlab/lib/textsplit.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  133.   copying src/reportlab/lib/rl_accel.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  134.   copying src/reportlab/lib/codecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  135.   copying src/reportlab/lib/boxstuff.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  136.   copying src/reportlab/lib/pdfencrypt.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  137.   copying src/reportlab/lib/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  138.   copying src/reportlab/lib/logger.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  139.   copying src/reportlab/lib/pagesizes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  140.   copying src/reportlab/lib/yaml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  141.   copying src/reportlab/lib/extformat.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  142.   copying src/reportlab/lib/rparsexml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  143.   copying src/reportlab/lib/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  144.   copying src/reportlab/lib/styles.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  145.   copying src/reportlab/lib/abag.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  146.   copying src/reportlab/lib/attrmap.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  147.   copying src/reportlab/lib/corp.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  148.   copying src/reportlab/lib/fonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  149.   copying src/reportlab/lib/arciv.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  150.   copying src/reportlab/lib/fontfinder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  151.   copying src/reportlab/lib/PyFontify.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  152.   copying src/reportlab/lib/normalDate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  153.   copying src/reportlab/lib/colors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  154.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  155.   copying src/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  156.   copying src/reportlab/pdfbase/pdfpattern.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  157.   copying src/reportlab/pdfbase/_fontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  158.   copying src/reportlab/pdfbase/_fontdata_widths_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  159.   copying src/reportlab/pdfbase/_fontdata_widths_timesbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  160.   copying src/reportlab/pdfbase/_fontdata_widths_courier.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  161.   copying src/reportlab/pdfbase/rl_codecs.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  162.   copying src/reportlab/pdfbase/_fontdata_widths_timesitalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  163.   copying src/reportlab/pdfbase/_fontdata_widths_timesroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  164.   copying src/reportlab/pdfbase/_fontdata_widths_courierboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  165.   copying src/reportlab/pdfbase/_fontdata_widths_timesbolditalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  166.   copying src/reportlab/pdfbase/_fontdata_enc_standard.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  167.   copying src/reportlab/pdfbase/_fontdata_enc_winansi.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  168.   copying src/reportlab/pdfbase/_fontdata_widths_helveticaoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  169.   copying src/reportlab/pdfbase/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  170.   copying src/reportlab/pdfbase/pdfmetrics.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  171.   copying src/reportlab/pdfbase/pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  172.   copying src/reportlab/pdfbase/_fontdata_enc_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  173.   copying src/reportlab/pdfbase/_cidfontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  174.   copying src/reportlab/pdfbase/_fontdata_enc_pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  175.   copying src/reportlab/pdfbase/cidfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  176.   copying src/reportlab/pdfbase/_fontdata_enc_macexpert.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  177.   copying src/reportlab/pdfbase/ttfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  178.   copying src/reportlab/pdfbase/_fontdata_widths_helvetica.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  179.   copying src/reportlab/pdfbase/_fontdata_enc_macroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  180.   copying src/reportlab/pdfbase/_can_cmap_data.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  181.   copying src/reportlab/pdfbase/_fontdata_widths_helveticabold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  182.   copying src/reportlab/pdfbase/_fontdata_widths_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  183.   copying src/reportlab/pdfbase/_fontdata_enc_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  184.   copying src/reportlab/pdfbase/pdfutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  185.   copying src/reportlab/pdfbase/pdfform.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  186.   copying src/reportlab/pdfbase/_fontdata_widths_courieroblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  187.   copying src/reportlab/pdfbase/_fontdata_widths_courierbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  188.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  189.   copying src/reportlab/pdfgen/pathobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  190.   copying src/reportlab/pdfgen/pdfgeom.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  191.   copying src/reportlab/pdfgen/pdfimages.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  192.   copying src/reportlab/pdfgen/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  193.   copying src/reportlab/pdfgen/textobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  194.   copying src/reportlab/pdfgen/canvas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  195.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  196.   copying src/reportlab/platypus/paraparser.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  197.   copying src/reportlab/platypus/doctemplate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  198.   copying src/reportlab/platypus/tableofcontents.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  199.   copying src/reportlab/platypus/flowables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  200.   copying src/reportlab/platypus/para.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  201.   copying src/reportlab/platypus/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  202.   copying src/reportlab/platypus/frames.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  203.   copying src/reportlab/platypus/figures.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  204.   copying src/reportlab/platypus/paragraph.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  205.   copying src/reportlab/platypus/xpreformatted.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  206.   copying src/reportlab/platypus/tables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  207.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  208.   copying src/reportlab/fonts/00readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  209.   copying src/reportlab/fonts/bitstream-vera-license.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  210.   copying src/reportlab/fonts/DarkGarden-copying-gpl.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  211.   copying src/reportlab/fonts/DarkGarden-copying.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  212.   copying src/reportlab/fonts/DarkGarden-readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  213.   copying src/reportlab/fonts/DarkGarden.sfd -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  214.   copying src/reportlab/fonts/DarkGardenMK.afm -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  215.   copying src/reportlab/fonts/DarkGardenMK.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  216.   copying src/reportlab/fonts/Vera.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  217.   copying src/reportlab/fonts/VeraBd.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  218.   copying src/reportlab/fonts/VeraBI.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  219.   copying src/reportlab/fonts/VeraIt.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  220.   copying src/reportlab/fonts/_abi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  221.   copying src/reportlab/fonts/_ab_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  222.   copying src/reportlab/fonts/_ai_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  223.   copying src/reportlab/fonts/_a______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  224.   copying src/reportlab/fonts/cobo____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  225.   copying src/reportlab/fonts/cob_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  226.   copying src/reportlab/fonts/com_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  227.   copying src/reportlab/fonts/coo_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  228.   copying src/reportlab/fonts/_ebi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  229.   copying src/reportlab/fonts/_eb_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  230.   copying src/reportlab/fonts/_ei_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  231.   copying src/reportlab/fonts/_er_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  232.   copying src/reportlab/fonts/sy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  233.   copying src/reportlab/fonts/zd______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  234.   copying src/reportlab/fonts/zx______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  235.   copying src/reportlab/fonts/zy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  236.   copying src/reportlab/lib/hyphen.mashed -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  237.   running build_ext
  238.   building 'reportlab.lib._rl_accel' extension
  239.   creating build/temp.macosx-10.15-x86_64-3.9
  240.   creating build/temp.macosx-10.15-x86_64-3.9/private
  241.   creating build/temp.macosx-10.15-x86_64-3.9/private/var
  242.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders
  243.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s
  244.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn
  245.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T
  246.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby
  247.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c
  248.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src
  249.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons
  250.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel
  251.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.o
  252.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:121:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  253.                   inData = PyBytes_AsString(_o1);
  254.                          ^ ~~~~~~~~~~~~~~~~~~~~~
  255.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:132:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  256.           inData = PyBytes_AsString(inObj);
  257.                  ^ ~~~~~~~~~~~~~~~~~~~~~~~
  258.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:221:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  259.                   inData = PyBytes_AsString(_o1);
  260.                          ^ ~~~~~~~~~~~~~~~~~~~~~
  261.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:232:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  262.           inData = PyBytes_AsString(inObj);
  263.                  ^ ~~~~~~~~~~~~~~~~~~~~~~~
  264.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:586:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  265.                   encStr = PyUnicode_AsUTF8(_o2);
  266.                          ^ ~~~~~~~~~~~~~~~~~~~~~
  267.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  268.           n = PyUnicode_GET_SIZE(text);
  269.               ^
  270.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  271.         PyUnicode_WSTR_LENGTH(op) :                    \
  272.         ^
  273.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  274.   #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  275.                                     ^
  276.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  277.   Py_DEPRECATED(3.3)
  278.   ^
  279.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  280.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  281.                                                        ^
  282.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  283.           n = PyUnicode_GET_SIZE(text);
  284.               ^
  285.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  286.         ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  287.                ^
  288.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  289.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  290.   ^
  291.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  292.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  293.                                                        ^
  294.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  295.           n = PyUnicode_GET_SIZE(text);
  296.               ^
  297.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  298.          PyUnicode_WSTR_LENGTH(op)))
  299.          ^
  300.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  301.   #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  302.                                     ^
  303.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  304.   Py_DEPRECATED(3.3)
  305.   ^
  306.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  307.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  308.                                                        ^
  309.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:878:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  310.           b = PyUnicode_AS_UNICODE(text);
  311.               ^
  312.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
  313.         PyUnicode_AsUnicode(_PyObject_CAST(op)))
  314.         ^
  315.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  316.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  317.   ^
  318.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  319.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  320.                                                        ^
  321.   9 warnings generated.
  322.   clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.15-x86_64-3.9/reportlab/lib/_rl_accel.cpython-39-darwin.so
  323.   building 'reportlab.graphics._renderPM' extension
  324.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM
  325.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1
  326.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl
  327.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.o
  328.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:637:22: warning: code will never be executed [-Wunreachable-code]
  329.                   if(0 && vpReverse) _vpath_reverse(vpath);
  330.                                      ^~~~~~~~~~~~~~
  331.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:637:6: note: silence by adding parentheses to mark code as explicitly dead
  332.                   if(0 && vpReverse) _vpath_reverse(vpath);
  333.                      ^
  334.                      /* DISABLES CODE */ ( )
  335.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:848:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
  336.                   textlen = PyUnicode_GetSize(obj0);
  337.                             ^
  338.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
  339.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
  340.   ^
  341.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  342.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  343.                                                        ^
  344.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:849:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  345.                   utext = PyUnicode_AsUnicode(obj0);
  346.                           ^
  347.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  348.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  349.   ^
  350.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  351.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  352.                                                        ^
  353.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1067:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
  354.                   textlen = PyUnicode_GetSize(obj0);
  355.                             ^
  356.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
  357.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
  358.   ^
  359.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  360.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  361.                                                        ^
  362.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1068:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  363.                   utext = PyUnicode_AsUnicode(obj0);
  364.                           ^
  365.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  366.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  367.   ^
  368.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  369.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  370.                                                        ^
  371.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1727:11: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  372.           result = PyEval_CallObject(reader, arglist);
  373.                    ^
  374.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
  375.       PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
  376.       ^
  377.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
  378.   Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
  379.   ^
  380.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  381.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  382.                                                        ^
  383.   6 warnings generated.
  384.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-dict.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-dict.o
  385.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.o
  386.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: error: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Werror,-Wimplicit-function-declaration]
  387.     len = strlen (s);
  388.           ^
  389.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
  390.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: error: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
  391.     memcpy (new, s, len);
  392.     ^
  393.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: note: include the header <string.h> or explicitly provide a declaration for 'memcpy'
  394.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
  395.       if (!strcmp (nc->table[i & mask].name, name))
  396.            ^
  397.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
  398.   3 errors generated.
  399.   error: command '/usr/bin/clang' failed with exit code 1
  400.   ----------------------------------------
  401.   ERROR: Failed building wheel for reportlab
  402.   Running setup.py clean for reportlab
  403. Failed to build reportlab
  404. Installing collected packages: pillow, reportlab, pypdf2, marisol
  405.     Running setup.py install for reportlab ... error
  406.     ERROR: Command errored out with exit status 1:
  407.      command: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-record-q8zjltou/install-record.txt --single-version-externally-managed --compile --install-headers /Users/user/pyViutualEnv/marisol/include/site/python3.9/reportlab
  408.          cwd: /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/
  409.     Complete output (371 lines):
  410.     ################################################
  411.     #Attempting install of _rl_accel & pyHnj
  412.     #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel'
  413.     ################################################
  414.     ################################################
  415.     #Attempting install of _renderPM
  416.     #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM'
  417.     will use package libart 2.3.12
  418.     # installing with freetype version 21
  419.     ################################################
  420.     Standard T1 font curves already downloaded
  421.     running install
  422.     /Users/user/pyViutualEnv/marisol/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  423.       warnings.warn(
  424.     running build
  425.     running build_py
  426.     creating build
  427.     creating build/lib.macosx-10.15-x86_64-3.9
  428.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab
  429.     copying src/reportlab/rl_config.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  430.     copying src/reportlab/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  431.     copying src/reportlab/rl_settings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  432.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  433.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  434.     copying src/reportlab/graphics/charts/slidebox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  435.     copying src/reportlab/graphics/charts/doughnut.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  436.     copying src/reportlab/graphics/charts/piecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  437.     copying src/reportlab/graphics/charts/areas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  438.     copying src/reportlab/graphics/charts/legends.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  439.     copying src/reportlab/graphics/charts/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  440.     copying src/reportlab/graphics/charts/lineplots.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  441.     copying src/reportlab/graphics/charts/barcharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  442.     copying src/reportlab/graphics/charts/linecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  443.     copying src/reportlab/graphics/charts/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  444.     copying src/reportlab/graphics/charts/dotbox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  445.     copying src/reportlab/graphics/charts/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  446.     copying src/reportlab/graphics/charts/utils3d.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  447.     copying src/reportlab/graphics/charts/textlabels.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  448.     copying src/reportlab/graphics/charts/axes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  449.     copying src/reportlab/graphics/charts/spider.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  450.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  451.     copying src/reportlab/graphics/samples/scatter_lines.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  452.     copying src/reportlab/graphics/samples/clustered_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  453.     copying src/reportlab/graphics/samples/stacked_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  454.     copying src/reportlab/graphics/samples/linechart_with_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  455.     copying src/reportlab/graphics/samples/excelcolors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  456.     copying src/reportlab/graphics/samples/stacked_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  457.     copying src/reportlab/graphics/samples/radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  458.     copying src/reportlab/graphics/samples/simple_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  459.     copying src/reportlab/graphics/samples/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  460.     copying src/reportlab/graphics/samples/scatter.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  461.     copying src/reportlab/graphics/samples/bubble.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  462.     copying src/reportlab/graphics/samples/clustered_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  463.     copying src/reportlab/graphics/samples/exploded_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  464.     copying src/reportlab/graphics/samples/line_chart.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  465.     copying src/reportlab/graphics/samples/filled_radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  466.     copying src/reportlab/graphics/samples/scatter_lines_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  467.     copying src/reportlab/graphics/samples/runall.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  468.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  469.     copying src/reportlab/graphics/widgets/eventcal.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  470.     copying src/reportlab/graphics/widgets/grids.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  471.     copying src/reportlab/graphics/widgets/flags.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  472.     copying src/reportlab/graphics/widgets/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  473.     copying src/reportlab/graphics/widgets/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  474.     copying src/reportlab/graphics/widgets/table.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  475.     copying src/reportlab/graphics/widgets/signsandsymbols.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  476.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  477.     copying src/reportlab/graphics/barcode/eanbc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  478.     copying src/reportlab/graphics/barcode/usps4s.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  479.     copying src/reportlab/graphics/barcode/fourstate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  480.     copying src/reportlab/graphics/barcode/qrencoder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  481.     copying src/reportlab/graphics/barcode/usps.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  482.     copying src/reportlab/graphics/barcode/ecc200datamatrix.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  483.     copying src/reportlab/graphics/barcode/lto.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  484.     copying src/reportlab/graphics/barcode/code39.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  485.     copying src/reportlab/graphics/barcode/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  486.     copying src/reportlab/graphics/barcode/test.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  487.     copying src/reportlab/graphics/barcode/widgets.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  488.     copying src/reportlab/graphics/barcode/qr.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  489.     copying src/reportlab/graphics/barcode/common.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  490.     copying src/reportlab/graphics/barcode/code128.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  491.     copying src/reportlab/graphics/barcode/code93.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  492.     copying src/reportlab/graphics/shapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  493.     copying src/reportlab/graphics/testdrawings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  494.     copying src/reportlab/graphics/renderSVG.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  495.     copying src/reportlab/graphics/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  496.     copying src/reportlab/graphics/renderPS.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  497.     copying src/reportlab/graphics/renderbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  498.     copying src/reportlab/graphics/widgetbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  499.     copying src/reportlab/graphics/renderPM.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  500.     copying src/reportlab/graphics/testshapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  501.     copying src/reportlab/graphics/renderPDF.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  502.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  503.     copying src/reportlab/lib/rltempfile.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  504.     copying src/reportlab/lib/enums.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  505.     copying src/reportlab/lib/units.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  506.     copying src/reportlab/lib/sequencer.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  507.     copying src/reportlab/lib/formatters.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  508.     copying src/reportlab/lib/randomtext.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  509.     copying src/reportlab/lib/geomutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  510.     copying src/reportlab/lib/testutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  511.     copying src/reportlab/lib/validators.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  512.     copying src/reportlab/lib/pygments2xpre.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  513.     copying src/reportlab/lib/textsplit.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  514.     copying src/reportlab/lib/rl_accel.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  515.     copying src/reportlab/lib/codecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  516.     copying src/reportlab/lib/boxstuff.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  517.     copying src/reportlab/lib/pdfencrypt.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  518.     copying src/reportlab/lib/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  519.     copying src/reportlab/lib/logger.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  520.     copying src/reportlab/lib/pagesizes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  521.     copying src/reportlab/lib/yaml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  522.     copying src/reportlab/lib/extformat.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  523.     copying src/reportlab/lib/rparsexml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  524.     copying src/reportlab/lib/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  525.     copying src/reportlab/lib/styles.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  526.     copying src/reportlab/lib/abag.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  527.     copying src/reportlab/lib/attrmap.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  528.     copying src/reportlab/lib/corp.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  529.     copying src/reportlab/lib/fonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  530.     copying src/reportlab/lib/arciv.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  531.     copying src/reportlab/lib/fontfinder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  532.     copying src/reportlab/lib/PyFontify.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  533.     copying src/reportlab/lib/normalDate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  534.     copying src/reportlab/lib/colors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  535.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  536.     copying src/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  537.     copying src/reportlab/pdfbase/pdfpattern.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  538.     copying src/reportlab/pdfbase/_fontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  539.     copying src/reportlab/pdfbase/_fontdata_widths_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  540.     copying src/reportlab/pdfbase/_fontdata_widths_timesbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  541.     copying src/reportlab/pdfbase/_fontdata_widths_courier.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  542.     copying src/reportlab/pdfbase/rl_codecs.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  543.     copying src/reportlab/pdfbase/_fontdata_widths_timesitalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  544.     copying src/reportlab/pdfbase/_fontdata_widths_timesroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  545.     copying src/reportlab/pdfbase/_fontdata_widths_courierboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  546.     copying src/reportlab/pdfbase/_fontdata_widths_timesbolditalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  547.     copying src/reportlab/pdfbase/_fontdata_enc_standard.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  548.     copying src/reportlab/pdfbase/_fontdata_enc_winansi.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  549.     copying src/reportlab/pdfbase/_fontdata_widths_helveticaoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  550.     copying src/reportlab/pdfbase/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  551.     copying src/reportlab/pdfbase/pdfmetrics.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  552.     copying src/reportlab/pdfbase/pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  553.     copying src/reportlab/pdfbase/_fontdata_enc_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  554.     copying src/reportlab/pdfbase/_cidfontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  555.     copying src/reportlab/pdfbase/_fontdata_enc_pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  556.     copying src/reportlab/pdfbase/cidfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  557.     copying src/reportlab/pdfbase/_fontdata_enc_macexpert.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  558.     copying src/reportlab/pdfbase/ttfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  559.     copying src/reportlab/pdfbase/_fontdata_widths_helvetica.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  560.     copying src/reportlab/pdfbase/_fontdata_enc_macroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  561.     copying src/reportlab/pdfbase/_can_cmap_data.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  562.     copying src/reportlab/pdfbase/_fontdata_widths_helveticabold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  563.     copying src/reportlab/pdfbase/_fontdata_widths_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  564.     copying src/reportlab/pdfbase/_fontdata_enc_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  565.     copying src/reportlab/pdfbase/pdfutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  566.     copying src/reportlab/pdfbase/pdfform.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  567.     copying src/reportlab/pdfbase/_fontdata_widths_courieroblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  568.     copying src/reportlab/pdfbase/_fontdata_widths_courierbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  569.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  570.     copying src/reportlab/pdfgen/pathobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  571.     copying src/reportlab/pdfgen/pdfgeom.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  572.     copying src/reportlab/pdfgen/pdfimages.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  573.     copying src/reportlab/pdfgen/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  574.     copying src/reportlab/pdfgen/textobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  575.     copying src/reportlab/pdfgen/canvas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  576.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  577.     copying src/reportlab/platypus/paraparser.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  578.     copying src/reportlab/platypus/doctemplate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  579.     copying src/reportlab/platypus/tableofcontents.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  580.     copying src/reportlab/platypus/flowables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  581.     copying src/reportlab/platypus/para.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  582.     copying src/reportlab/platypus/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  583.     copying src/reportlab/platypus/frames.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  584.     copying src/reportlab/platypus/figures.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  585.     copying src/reportlab/platypus/paragraph.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  586.     copying src/reportlab/platypus/xpreformatted.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  587.     copying src/reportlab/platypus/tables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  588.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  589.     copying src/reportlab/fonts/00readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  590.     copying src/reportlab/fonts/bitstream-vera-license.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  591.     copying src/reportlab/fonts/DarkGarden-copying-gpl.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  592.     copying src/reportlab/fonts/DarkGarden-copying.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  593.     copying src/reportlab/fonts/DarkGarden-readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  594.     copying src/reportlab/fonts/DarkGarden.sfd -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  595.     copying src/reportlab/fonts/DarkGardenMK.afm -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  596.     copying src/reportlab/fonts/DarkGardenMK.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  597.     copying src/reportlab/fonts/Vera.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  598.     copying src/reportlab/fonts/VeraBd.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  599.     copying src/reportlab/fonts/VeraBI.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  600.     copying src/reportlab/fonts/VeraIt.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  601.     copying src/reportlab/fonts/_abi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  602.     copying src/reportlab/fonts/_ab_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  603.     copying src/reportlab/fonts/_ai_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  604.     copying src/reportlab/fonts/_a______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  605.     copying src/reportlab/fonts/cobo____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  606.     copying src/reportlab/fonts/cob_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  607.     copying src/reportlab/fonts/com_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  608.     copying src/reportlab/fonts/coo_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  609.     copying src/reportlab/fonts/_ebi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  610.     copying src/reportlab/fonts/_eb_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  611.     copying src/reportlab/fonts/_ei_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  612.     copying src/reportlab/fonts/_er_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  613.     copying src/reportlab/fonts/sy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  614.     copying src/reportlab/fonts/zd______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  615.     copying src/reportlab/fonts/zx______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  616.     copying src/reportlab/fonts/zy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  617.     copying src/reportlab/lib/hyphen.mashed -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  618.     running build_ext
  619.     building 'reportlab.lib._rl_accel' extension
  620.     creating build/temp.macosx-10.15-x86_64-3.9
  621.     creating build/temp.macosx-10.15-x86_64-3.9/private
  622.     creating build/temp.macosx-10.15-x86_64-3.9/private/var
  623.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders
  624.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s
  625.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn
  626.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T
  627.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby
  628.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c
  629.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src
  630.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons
  631.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel
  632.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.o
  633.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:121:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  634.                     inData = PyBytes_AsString(_o1);
  635.                            ^ ~~~~~~~~~~~~~~~~~~~~~
  636.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:132:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  637.             inData = PyBytes_AsString(inObj);
  638.                    ^ ~~~~~~~~~~~~~~~~~~~~~~~
  639.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:221:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  640.                     inData = PyBytes_AsString(_o1);
  641.                            ^ ~~~~~~~~~~~~~~~~~~~~~
  642.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:232:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  643.             inData = PyBytes_AsString(inObj);
  644.                    ^ ~~~~~~~~~~~~~~~~~~~~~~~
  645.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:586:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  646.                     encStr = PyUnicode_AsUTF8(_o2);
  647.                            ^ ~~~~~~~~~~~~~~~~~~~~~
  648.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  649.             n = PyUnicode_GET_SIZE(text);
  650.                 ^
  651.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  652.           PyUnicode_WSTR_LENGTH(op) :                    \
  653.           ^
  654.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  655.     #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  656.                                       ^
  657.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  658.     Py_DEPRECATED(3.3)
  659.     ^
  660.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  661.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  662.                                                          ^
  663.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  664.             n = PyUnicode_GET_SIZE(text);
  665.                 ^
  666.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  667.           ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  668.                  ^
  669.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  670.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  671.     ^
  672.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  673.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  674.                                                          ^
  675.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  676.             n = PyUnicode_GET_SIZE(text);
  677.                 ^
  678.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  679.            PyUnicode_WSTR_LENGTH(op)))
  680.            ^
  681.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  682.     #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  683.                                       ^
  684.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  685.     Py_DEPRECATED(3.3)
  686.     ^
  687.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  688.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  689.                                                          ^
  690.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.c:878:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  691.             b = PyUnicode_AS_UNICODE(text);
  692.                 ^
  693.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
  694.           PyUnicode_AsUnicode(_PyObject_CAST(op)))
  695.           ^
  696.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  697.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  698.     ^
  699.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  700.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  701.                                                          ^
  702.     9 warnings generated.
  703.     clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/rl_accel/_rl_accel.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.15-x86_64-3.9/reportlab/lib/_rl_accel.cpython-39-darwin.so
  704.     building 'reportlab.graphics._renderPM' extension
  705.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM
  706.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1
  707.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl
  708.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.o
  709.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:637:22: warning: code will never be executed [-Wunreachable-code]
  710.                     if(0 && vpReverse) _vpath_reverse(vpath);
  711.                                        ^~~~~~~~~~~~~~
  712.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:637:6: note: silence by adding parentheses to mark code as explicitly dead
  713.                     if(0 && vpReverse) _vpath_reverse(vpath);
  714.                        ^
  715.                        /* DISABLES CODE */ ( )
  716.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:848:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
  717.                     textlen = PyUnicode_GetSize(obj0);
  718.                               ^
  719.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
  720.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
  721.     ^
  722.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  723.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  724.                                                          ^
  725.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:849:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  726.                     utext = PyUnicode_AsUnicode(obj0);
  727.                             ^
  728.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  729.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  730.     ^
  731.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  732.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  733.                                                          ^
  734.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1067:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
  735.                     textlen = PyUnicode_GetSize(obj0);
  736.                               ^
  737.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
  738.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
  739.     ^
  740.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  741.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  742.                                                          ^
  743.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1068:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  744.                     utext = PyUnicode_AsUnicode(obj0);
  745.                             ^
  746.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  747.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  748.     ^
  749.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  750.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  751.                                                          ^
  752.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/_renderPM.c:1727:11: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  753.             result = PyEval_CallObject(reader, arglist);
  754.                      ^
  755.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
  756.         PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
  757.         ^
  758.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
  759.     Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
  760.     ^
  761.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  762.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  763.                                                          ^
  764.     6 warnings generated.
  765.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-dict.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-dict.o
  766.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.o
  767.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: error: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Werror,-Wimplicit-function-declaration]
  768.       len = strlen (s);
  769.             ^
  770.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
  771.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: error: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
  772.       memcpy (new, s, len);
  773.       ^
  774.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: note: include the header <string.h> or explicitly provide a declaration for 'memcpy'
  775.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
  776.         if (!strcmp (nc->table[i & mask].name, name))
  777.              ^
  778.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
  779.     3 errors generated.
  780.     error: command '/usr/bin/clang' failed with exit code 1
  781.     ----------------------------------------
  782. ERROR: Command errored out with exit status 1: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-4sqwyoby/reportlab_8b45a6fc8e1f41dda74996813181243c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-record-q8zjltou/install-record.txt --single-version-externally-managed --compile --install-headers /Users/user/pyViutualEnv/marisol/include/site/python3.9/reportlab Check the logs for full command output.
  783. (marisol) user@JUPITER pyViutualEnv %
  784. (marisol) user@JUPITER pyViutualEnv % pip3 install wheel
  785. Requirement already satisfied: wheel in ./marisol/lib/python3.9/site-packages (0.37.0)
  786. (marisol) user@JUPITER pyViutualEnv % pip3 install marisol
  787. Collecting marisol
  788.   Using cached Marisol-0.3.0-py2.py3-none-any.whl (6.2 kB)
  789. Collecting reportlab==3.3.0
  790.   Using cached reportlab-3.3.0.tar.gz (2.0 MB)
  791.   Preparing metadata (setup.py) ... done
  792. Collecting pypdf2==1.26.0
  793.   Using cached PyPDF2-1.26.0-py3-none-any.whl
  794. Requirement already satisfied: pillow>=2.4.0 in ./marisol/lib/python3.9/site-packages (from reportlab==3.3.0->marisol) (8.4.0)
  795. Requirement already satisfied: pip>=1.4.1 in ./marisol/lib/python3.9/site-packages (from reportlab==3.3.0->marisol) (21.3.1)
  796. Requirement already satisfied: setuptools>=2.2 in ./marisol/lib/python3.9/site-packages (from reportlab==3.3.0->marisol) (58.3.0)
  797. Building wheels for collected packages: reportlab
  798.   Building wheel for reportlab (setup.py) ... error
  799.   ERROR: Command errored out with exit status 1:
  800.    command: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-wheel-fs0ucvdf
  801.        cwd: /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/
  802.   Complete output (369 lines):
  803.   ################################################
  804.   #Attempting install of _rl_accel & pyHnj
  805.   #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel'
  806.   ################################################
  807.   ################################################
  808.   #Attempting install of _renderPM
  809.   #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM'
  810.   will use package libart 2.3.12
  811.   # installing with freetype version 21
  812.   ################################################
  813.   Standard T1 font curves already downloaded
  814.   running bdist_wheel
  815.   running build
  816.   running build_py
  817.   creating build
  818.   creating build/lib.macosx-10.15-x86_64-3.9
  819.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab
  820.   copying src/reportlab/rl_config.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  821.   copying src/reportlab/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  822.   copying src/reportlab/rl_settings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  823.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  824.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  825.   copying src/reportlab/graphics/charts/slidebox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  826.   copying src/reportlab/graphics/charts/doughnut.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  827.   copying src/reportlab/graphics/charts/piecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  828.   copying src/reportlab/graphics/charts/areas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  829.   copying src/reportlab/graphics/charts/legends.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  830.   copying src/reportlab/graphics/charts/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  831.   copying src/reportlab/graphics/charts/lineplots.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  832.   copying src/reportlab/graphics/charts/barcharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  833.   copying src/reportlab/graphics/charts/linecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  834.   copying src/reportlab/graphics/charts/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  835.   copying src/reportlab/graphics/charts/dotbox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  836.   copying src/reportlab/graphics/charts/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  837.   copying src/reportlab/graphics/charts/utils3d.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  838.   copying src/reportlab/graphics/charts/textlabels.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  839.   copying src/reportlab/graphics/charts/axes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  840.   copying src/reportlab/graphics/charts/spider.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  841.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  842.   copying src/reportlab/graphics/samples/scatter_lines.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  843.   copying src/reportlab/graphics/samples/clustered_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  844.   copying src/reportlab/graphics/samples/stacked_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  845.   copying src/reportlab/graphics/samples/linechart_with_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  846.   copying src/reportlab/graphics/samples/excelcolors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  847.   copying src/reportlab/graphics/samples/stacked_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  848.   copying src/reportlab/graphics/samples/radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  849.   copying src/reportlab/graphics/samples/simple_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  850.   copying src/reportlab/graphics/samples/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  851.   copying src/reportlab/graphics/samples/scatter.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  852.   copying src/reportlab/graphics/samples/bubble.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  853.   copying src/reportlab/graphics/samples/clustered_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  854.   copying src/reportlab/graphics/samples/exploded_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  855.   copying src/reportlab/graphics/samples/line_chart.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  856.   copying src/reportlab/graphics/samples/filled_radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  857.   copying src/reportlab/graphics/samples/scatter_lines_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  858.   copying src/reportlab/graphics/samples/runall.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  859.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  860.   copying src/reportlab/graphics/widgets/eventcal.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  861.   copying src/reportlab/graphics/widgets/grids.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  862.   copying src/reportlab/graphics/widgets/flags.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  863.   copying src/reportlab/graphics/widgets/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  864.   copying src/reportlab/graphics/widgets/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  865.   copying src/reportlab/graphics/widgets/table.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  866.   copying src/reportlab/graphics/widgets/signsandsymbols.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  867.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  868.   copying src/reportlab/graphics/barcode/eanbc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  869.   copying src/reportlab/graphics/barcode/usps4s.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  870.   copying src/reportlab/graphics/barcode/fourstate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  871.   copying src/reportlab/graphics/barcode/qrencoder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  872.   copying src/reportlab/graphics/barcode/usps.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  873.   copying src/reportlab/graphics/barcode/ecc200datamatrix.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  874.   copying src/reportlab/graphics/barcode/lto.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  875.   copying src/reportlab/graphics/barcode/code39.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  876.   copying src/reportlab/graphics/barcode/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  877.   copying src/reportlab/graphics/barcode/test.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  878.   copying src/reportlab/graphics/barcode/widgets.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  879.   copying src/reportlab/graphics/barcode/qr.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  880.   copying src/reportlab/graphics/barcode/common.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  881.   copying src/reportlab/graphics/barcode/code128.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  882.   copying src/reportlab/graphics/barcode/code93.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  883.   copying src/reportlab/graphics/shapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  884.   copying src/reportlab/graphics/testdrawings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  885.   copying src/reportlab/graphics/renderSVG.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  886.   copying src/reportlab/graphics/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  887.   copying src/reportlab/graphics/renderPS.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  888.   copying src/reportlab/graphics/renderbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  889.   copying src/reportlab/graphics/widgetbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  890.   copying src/reportlab/graphics/renderPM.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  891.   copying src/reportlab/graphics/testshapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  892.   copying src/reportlab/graphics/renderPDF.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  893.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  894.   copying src/reportlab/lib/rltempfile.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  895.   copying src/reportlab/lib/enums.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  896.   copying src/reportlab/lib/units.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  897.   copying src/reportlab/lib/sequencer.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  898.   copying src/reportlab/lib/formatters.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  899.   copying src/reportlab/lib/randomtext.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  900.   copying src/reportlab/lib/geomutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  901.   copying src/reportlab/lib/testutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  902.   copying src/reportlab/lib/validators.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  903.   copying src/reportlab/lib/pygments2xpre.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  904.   copying src/reportlab/lib/textsplit.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  905.   copying src/reportlab/lib/rl_accel.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  906.   copying src/reportlab/lib/codecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  907.   copying src/reportlab/lib/boxstuff.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  908.   copying src/reportlab/lib/pdfencrypt.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  909.   copying src/reportlab/lib/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  910.   copying src/reportlab/lib/logger.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  911.   copying src/reportlab/lib/pagesizes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  912.   copying src/reportlab/lib/yaml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  913.   copying src/reportlab/lib/extformat.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  914.   copying src/reportlab/lib/rparsexml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  915.   copying src/reportlab/lib/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  916.   copying src/reportlab/lib/styles.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  917.   copying src/reportlab/lib/abag.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  918.   copying src/reportlab/lib/attrmap.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  919.   copying src/reportlab/lib/corp.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  920.   copying src/reportlab/lib/fonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  921.   copying src/reportlab/lib/arciv.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  922.   copying src/reportlab/lib/fontfinder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  923.   copying src/reportlab/lib/PyFontify.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  924.   copying src/reportlab/lib/normalDate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  925.   copying src/reportlab/lib/colors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  926.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  927.   copying src/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  928.   copying src/reportlab/pdfbase/pdfpattern.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  929.   copying src/reportlab/pdfbase/_fontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  930.   copying src/reportlab/pdfbase/_fontdata_widths_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  931.   copying src/reportlab/pdfbase/_fontdata_widths_timesbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  932.   copying src/reportlab/pdfbase/_fontdata_widths_courier.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  933.   copying src/reportlab/pdfbase/rl_codecs.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  934.   copying src/reportlab/pdfbase/_fontdata_widths_timesitalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  935.   copying src/reportlab/pdfbase/_fontdata_widths_timesroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  936.   copying src/reportlab/pdfbase/_fontdata_widths_courierboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  937.   copying src/reportlab/pdfbase/_fontdata_widths_timesbolditalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  938.   copying src/reportlab/pdfbase/_fontdata_enc_standard.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  939.   copying src/reportlab/pdfbase/_fontdata_enc_winansi.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  940.   copying src/reportlab/pdfbase/_fontdata_widths_helveticaoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  941.   copying src/reportlab/pdfbase/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  942.   copying src/reportlab/pdfbase/pdfmetrics.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  943.   copying src/reportlab/pdfbase/pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  944.   copying src/reportlab/pdfbase/_fontdata_enc_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  945.   copying src/reportlab/pdfbase/_cidfontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  946.   copying src/reportlab/pdfbase/_fontdata_enc_pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  947.   copying src/reportlab/pdfbase/cidfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  948.   copying src/reportlab/pdfbase/_fontdata_enc_macexpert.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  949.   copying src/reportlab/pdfbase/ttfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  950.   copying src/reportlab/pdfbase/_fontdata_widths_helvetica.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  951.   copying src/reportlab/pdfbase/_fontdata_enc_macroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  952.   copying src/reportlab/pdfbase/_can_cmap_data.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  953.   copying src/reportlab/pdfbase/_fontdata_widths_helveticabold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  954.   copying src/reportlab/pdfbase/_fontdata_widths_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  955.   copying src/reportlab/pdfbase/_fontdata_enc_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  956.   copying src/reportlab/pdfbase/pdfutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  957.   copying src/reportlab/pdfbase/pdfform.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  958.   copying src/reportlab/pdfbase/_fontdata_widths_courieroblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  959.   copying src/reportlab/pdfbase/_fontdata_widths_courierbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  960.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  961.   copying src/reportlab/pdfgen/pathobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  962.   copying src/reportlab/pdfgen/pdfgeom.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  963.   copying src/reportlab/pdfgen/pdfimages.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  964.   copying src/reportlab/pdfgen/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  965.   copying src/reportlab/pdfgen/textobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  966.   copying src/reportlab/pdfgen/canvas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  967.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  968.   copying src/reportlab/platypus/paraparser.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  969.   copying src/reportlab/platypus/doctemplate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  970.   copying src/reportlab/platypus/tableofcontents.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  971.   copying src/reportlab/platypus/flowables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  972.   copying src/reportlab/platypus/para.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  973.   copying src/reportlab/platypus/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  974.   copying src/reportlab/platypus/frames.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  975.   copying src/reportlab/platypus/figures.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  976.   copying src/reportlab/platypus/paragraph.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  977.   copying src/reportlab/platypus/xpreformatted.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  978.   copying src/reportlab/platypus/tables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  979.   creating build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  980.   copying src/reportlab/fonts/00readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  981.   copying src/reportlab/fonts/bitstream-vera-license.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  982.   copying src/reportlab/fonts/DarkGarden-copying-gpl.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  983.   copying src/reportlab/fonts/DarkGarden-copying.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  984.   copying src/reportlab/fonts/DarkGarden-readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  985.   copying src/reportlab/fonts/DarkGarden.sfd -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  986.   copying src/reportlab/fonts/DarkGardenMK.afm -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  987.   copying src/reportlab/fonts/DarkGardenMK.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  988.   copying src/reportlab/fonts/Vera.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  989.   copying src/reportlab/fonts/VeraBd.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  990.   copying src/reportlab/fonts/VeraBI.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  991.   copying src/reportlab/fonts/VeraIt.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  992.   copying src/reportlab/fonts/_abi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  993.   copying src/reportlab/fonts/_ab_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  994.   copying src/reportlab/fonts/_ai_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  995.   copying src/reportlab/fonts/_a______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  996.   copying src/reportlab/fonts/cobo____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  997.   copying src/reportlab/fonts/cob_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  998.   copying src/reportlab/fonts/com_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  999.   copying src/reportlab/fonts/coo_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1000.   copying src/reportlab/fonts/_ebi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1001.   copying src/reportlab/fonts/_eb_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1002.   copying src/reportlab/fonts/_ei_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1003.   copying src/reportlab/fonts/_er_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1004.   copying src/reportlab/fonts/sy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1005.   copying src/reportlab/fonts/zd______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1006.   copying src/reportlab/fonts/zx______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1007.   copying src/reportlab/fonts/zy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1008.   copying src/reportlab/lib/hyphen.mashed -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1009.   running build_ext
  1010.   building 'reportlab.lib._rl_accel' extension
  1011.   creating build/temp.macosx-10.15-x86_64-3.9
  1012.   creating build/temp.macosx-10.15-x86_64-3.9/private
  1013.   creating build/temp.macosx-10.15-x86_64-3.9/private/var
  1014.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders
  1015.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s
  1016.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn
  1017.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T
  1018.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj
  1019.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e
  1020.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src
  1021.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons
  1022.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel
  1023.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.o
  1024.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:121:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  1025.                   inData = PyBytes_AsString(_o1);
  1026.                          ^ ~~~~~~~~~~~~~~~~~~~~~
  1027.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:132:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  1028.           inData = PyBytes_AsString(inObj);
  1029.                  ^ ~~~~~~~~~~~~~~~~~~~~~~~
  1030.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:221:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  1031.                   inData = PyBytes_AsString(_o1);
  1032.                          ^ ~~~~~~~~~~~~~~~~~~~~~
  1033.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:232:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  1034.           inData = PyBytes_AsString(inObj);
  1035.                  ^ ~~~~~~~~~~~~~~~~~~~~~~~
  1036.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:586:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1037.                   encStr = PyUnicode_AsUTF8(_o2);
  1038.                          ^ ~~~~~~~~~~~~~~~~~~~~~
  1039.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  1040.           n = PyUnicode_GET_SIZE(text);
  1041.               ^
  1042.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  1043.         PyUnicode_WSTR_LENGTH(op) :                    \
  1044.         ^
  1045.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  1046.   #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  1047.                                     ^
  1048.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  1049.   Py_DEPRECATED(3.3)
  1050.   ^
  1051.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1052.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1053.                                                        ^
  1054.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  1055.           n = PyUnicode_GET_SIZE(text);
  1056.               ^
  1057.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  1058.         ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  1059.                ^
  1060.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  1061.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  1062.   ^
  1063.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1064.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1065.                                                        ^
  1066.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  1067.           n = PyUnicode_GET_SIZE(text);
  1068.               ^
  1069.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  1070.          PyUnicode_WSTR_LENGTH(op)))
  1071.          ^
  1072.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  1073.   #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  1074.                                     ^
  1075.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  1076.   Py_DEPRECATED(3.3)
  1077.   ^
  1078.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1079.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1080.                                                        ^
  1081.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:878:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  1082.           b = PyUnicode_AS_UNICODE(text);
  1083.               ^
  1084.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
  1085.         PyUnicode_AsUnicode(_PyObject_CAST(op)))
  1086.         ^
  1087.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  1088.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  1089.   ^
  1090.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1091.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1092.                                                        ^
  1093.   9 warnings generated.
  1094.   clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.15-x86_64-3.9/reportlab/lib/_rl_accel.cpython-39-darwin.so
  1095.   building 'reportlab.graphics._renderPM' extension
  1096.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM
  1097.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1
  1098.   creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl
  1099.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.o
  1100.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:637:22: warning: code will never be executed [-Wunreachable-code]
  1101.                   if(0 && vpReverse) _vpath_reverse(vpath);
  1102.                                      ^~~~~~~~~~~~~~
  1103.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:637:6: note: silence by adding parentheses to mark code as explicitly dead
  1104.                   if(0 && vpReverse) _vpath_reverse(vpath);
  1105.                      ^
  1106.                      /* DISABLES CODE */ ( )
  1107.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:848:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
  1108.                   textlen = PyUnicode_GetSize(obj0);
  1109.                             ^
  1110.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
  1111.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
  1112.   ^
  1113.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1114.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1115.                                                        ^
  1116.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:849:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  1117.                   utext = PyUnicode_AsUnicode(obj0);
  1118.                           ^
  1119.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  1120.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  1121.   ^
  1122.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1123.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1124.                                                        ^
  1125.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1067:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
  1126.                   textlen = PyUnicode_GetSize(obj0);
  1127.                             ^
  1128.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
  1129.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
  1130.   ^
  1131.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1132.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1133.                                                        ^
  1134.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1068:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  1135.                   utext = PyUnicode_AsUnicode(obj0);
  1136.                           ^
  1137.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  1138.   Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  1139.   ^
  1140.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1141.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1142.                                                        ^
  1143.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1727:11: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  1144.           result = PyEval_CallObject(reader, arglist);
  1145.                    ^
  1146.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
  1147.       PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
  1148.       ^
  1149.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
  1150.   Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
  1151.   ^
  1152.   /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1153.   #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1154.                                                        ^
  1155.   6 warnings generated.
  1156.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-dict.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-dict.o
  1157.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.o
  1158.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: error: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Werror,-Wimplicit-function-declaration]
  1159.     len = strlen (s);
  1160.           ^
  1161.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
  1162.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: error: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
  1163.     memcpy (new, s, len);
  1164.     ^
  1165.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: note: include the header <string.h> or explicitly provide a declaration for 'memcpy'
  1166.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
  1167.       if (!strcmp (nc->table[i & mask].name, name))
  1168.            ^
  1169.   /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
  1170.   3 errors generated.
  1171.   error: command '/usr/bin/clang' failed with exit code 1
  1172.   ----------------------------------------
  1173.   ERROR: Failed building wheel for reportlab
  1174.   Running setup.py clean for reportlab
  1175. Failed to build reportlab
  1176. Installing collected packages: reportlab, pypdf2, marisol
  1177.     Running setup.py install for reportlab ... error
  1178.     ERROR: Command errored out with exit status 1:
  1179.      command: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-record-9di704ki/install-record.txt --single-version-externally-managed --compile --install-headers /Users/user/pyViutualEnv/marisol/include/site/python3.9/reportlab
  1180.          cwd: /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/
  1181.     Complete output (371 lines):
  1182.     ################################################
  1183.     #Attempting install of _rl_accel & pyHnj
  1184.     #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel'
  1185.     ################################################
  1186.     ################################################
  1187.     #Attempting install of _renderPM
  1188.     #extensions from '/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM'
  1189.     will use package libart 2.3.12
  1190.     # installing with freetype version 21
  1191.     ################################################
  1192.     Standard T1 font curves already downloaded
  1193.     running install
  1194.     /Users/user/pyViutualEnv/marisol/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  1195.       warnings.warn(
  1196.     running build
  1197.     running build_py
  1198.     creating build
  1199.     creating build/lib.macosx-10.15-x86_64-3.9
  1200.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab
  1201.     copying src/reportlab/rl_config.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  1202.     copying src/reportlab/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  1203.     copying src/reportlab/rl_settings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab
  1204.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  1205.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1206.     copying src/reportlab/graphics/charts/slidebox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1207.     copying src/reportlab/graphics/charts/doughnut.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1208.     copying src/reportlab/graphics/charts/piecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1209.     copying src/reportlab/graphics/charts/areas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1210.     copying src/reportlab/graphics/charts/legends.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1211.     copying src/reportlab/graphics/charts/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1212.     copying src/reportlab/graphics/charts/lineplots.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1213.     copying src/reportlab/graphics/charts/barcharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1214.     copying src/reportlab/graphics/charts/linecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1215.     copying src/reportlab/graphics/charts/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1216.     copying src/reportlab/graphics/charts/dotbox.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1217.     copying src/reportlab/graphics/charts/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1218.     copying src/reportlab/graphics/charts/utils3d.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1219.     copying src/reportlab/graphics/charts/textlabels.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1220.     copying src/reportlab/graphics/charts/axes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1221.     copying src/reportlab/graphics/charts/spider.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/charts
  1222.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1223.     copying src/reportlab/graphics/samples/scatter_lines.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1224.     copying src/reportlab/graphics/samples/clustered_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1225.     copying src/reportlab/graphics/samples/stacked_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1226.     copying src/reportlab/graphics/samples/linechart_with_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1227.     copying src/reportlab/graphics/samples/excelcolors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1228.     copying src/reportlab/graphics/samples/stacked_bar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1229.     copying src/reportlab/graphics/samples/radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1230.     copying src/reportlab/graphics/samples/simple_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1231.     copying src/reportlab/graphics/samples/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1232.     copying src/reportlab/graphics/samples/scatter.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1233.     copying src/reportlab/graphics/samples/bubble.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1234.     copying src/reportlab/graphics/samples/clustered_column.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1235.     copying src/reportlab/graphics/samples/exploded_pie.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1236.     copying src/reportlab/graphics/samples/line_chart.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1237.     copying src/reportlab/graphics/samples/filled_radar.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1238.     copying src/reportlab/graphics/samples/scatter_lines_markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1239.     copying src/reportlab/graphics/samples/runall.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/samples
  1240.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  1241.     copying src/reportlab/graphics/widgets/eventcal.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  1242.     copying src/reportlab/graphics/widgets/grids.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  1243.     copying src/reportlab/graphics/widgets/flags.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  1244.     copying src/reportlab/graphics/widgets/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  1245.     copying src/reportlab/graphics/widgets/markers.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  1246.     copying src/reportlab/graphics/widgets/table.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  1247.     copying src/reportlab/graphics/widgets/signsandsymbols.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/widgets
  1248.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1249.     copying src/reportlab/graphics/barcode/eanbc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1250.     copying src/reportlab/graphics/barcode/usps4s.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1251.     copying src/reportlab/graphics/barcode/fourstate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1252.     copying src/reportlab/graphics/barcode/qrencoder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1253.     copying src/reportlab/graphics/barcode/usps.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1254.     copying src/reportlab/graphics/barcode/ecc200datamatrix.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1255.     copying src/reportlab/graphics/barcode/lto.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1256.     copying src/reportlab/graphics/barcode/code39.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1257.     copying src/reportlab/graphics/barcode/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1258.     copying src/reportlab/graphics/barcode/test.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1259.     copying src/reportlab/graphics/barcode/widgets.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1260.     copying src/reportlab/graphics/barcode/qr.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1261.     copying src/reportlab/graphics/barcode/common.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1262.     copying src/reportlab/graphics/barcode/code128.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1263.     copying src/reportlab/graphics/barcode/code93.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics/barcode
  1264.     copying src/reportlab/graphics/shapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  1265.     copying src/reportlab/graphics/testdrawings.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  1266.     copying src/reportlab/graphics/renderSVG.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  1267.     copying src/reportlab/graphics/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  1268.     copying src/reportlab/graphics/renderPS.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  1269.     copying src/reportlab/graphics/renderbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  1270.     copying src/reportlab/graphics/widgetbase.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  1271.     copying src/reportlab/graphics/renderPM.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  1272.     copying src/reportlab/graphics/testshapes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  1273.     copying src/reportlab/graphics/renderPDF.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/graphics
  1274.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1275.     copying src/reportlab/lib/rltempfile.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1276.     copying src/reportlab/lib/enums.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1277.     copying src/reportlab/lib/units.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1278.     copying src/reportlab/lib/sequencer.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1279.     copying src/reportlab/lib/formatters.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1280.     copying src/reportlab/lib/randomtext.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1281.     copying src/reportlab/lib/geomutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1282.     copying src/reportlab/lib/testutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1283.     copying src/reportlab/lib/validators.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1284.     copying src/reportlab/lib/pygments2xpre.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1285.     copying src/reportlab/lib/textsplit.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1286.     copying src/reportlab/lib/rl_accel.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1287.     copying src/reportlab/lib/codecharts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1288.     copying src/reportlab/lib/boxstuff.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1289.     copying src/reportlab/lib/pdfencrypt.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1290.     copying src/reportlab/lib/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1291.     copying src/reportlab/lib/logger.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1292.     copying src/reportlab/lib/pagesizes.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1293.     copying src/reportlab/lib/yaml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1294.     copying src/reportlab/lib/extformat.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1295.     copying src/reportlab/lib/rparsexml.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1296.     copying src/reportlab/lib/utils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1297.     copying src/reportlab/lib/styles.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1298.     copying src/reportlab/lib/abag.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1299.     copying src/reportlab/lib/attrmap.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1300.     copying src/reportlab/lib/corp.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1301.     copying src/reportlab/lib/fonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1302.     copying src/reportlab/lib/arciv.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1303.     copying src/reportlab/lib/fontfinder.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1304.     copying src/reportlab/lib/PyFontify.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1305.     copying src/reportlab/lib/normalDate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1306.     copying src/reportlab/lib/colors.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1307.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1308.     copying src/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1309.     copying src/reportlab/pdfbase/pdfpattern.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1310.     copying src/reportlab/pdfbase/_fontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1311.     copying src/reportlab/pdfbase/_fontdata_widths_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1312.     copying src/reportlab/pdfbase/_fontdata_widths_timesbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1313.     copying src/reportlab/pdfbase/_fontdata_widths_courier.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1314.     copying src/reportlab/pdfbase/rl_codecs.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1315.     copying src/reportlab/pdfbase/_fontdata_widths_timesitalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1316.     copying src/reportlab/pdfbase/_fontdata_widths_timesroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1317.     copying src/reportlab/pdfbase/_fontdata_widths_courierboldoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1318.     copying src/reportlab/pdfbase/_fontdata_widths_timesbolditalic.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1319.     copying src/reportlab/pdfbase/_fontdata_enc_standard.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1320.     copying src/reportlab/pdfbase/_fontdata_enc_winansi.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1321.     copying src/reportlab/pdfbase/_fontdata_widths_helveticaoblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1322.     copying src/reportlab/pdfbase/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1323.     copying src/reportlab/pdfbase/pdfmetrics.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1324.     copying src/reportlab/pdfbase/pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1325.     copying src/reportlab/pdfbase/_fontdata_enc_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1326.     copying src/reportlab/pdfbase/_cidfontdata.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1327.     copying src/reportlab/pdfbase/_fontdata_enc_pdfdoc.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1328.     copying src/reportlab/pdfbase/cidfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1329.     copying src/reportlab/pdfbase/_fontdata_enc_macexpert.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1330.     copying src/reportlab/pdfbase/ttfonts.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1331.     copying src/reportlab/pdfbase/_fontdata_widths_helvetica.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1332.     copying src/reportlab/pdfbase/_fontdata_enc_macroman.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1333.     copying src/reportlab/pdfbase/_can_cmap_data.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1334.     copying src/reportlab/pdfbase/_fontdata_widths_helveticabold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1335.     copying src/reportlab/pdfbase/_fontdata_widths_symbol.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1336.     copying src/reportlab/pdfbase/_fontdata_enc_zapfdingbats.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1337.     copying src/reportlab/pdfbase/pdfutils.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1338.     copying src/reportlab/pdfbase/pdfform.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1339.     copying src/reportlab/pdfbase/_fontdata_widths_courieroblique.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1340.     copying src/reportlab/pdfbase/_fontdata_widths_courierbold.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfbase
  1341.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  1342.     copying src/reportlab/pdfgen/pathobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  1343.     copying src/reportlab/pdfgen/pdfgeom.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  1344.     copying src/reportlab/pdfgen/pdfimages.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  1345.     copying src/reportlab/pdfgen/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  1346.     copying src/reportlab/pdfgen/textobject.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  1347.     copying src/reportlab/pdfgen/canvas.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/pdfgen
  1348.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1349.     copying src/reportlab/platypus/paraparser.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1350.     copying src/reportlab/platypus/doctemplate.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1351.     copying src/reportlab/platypus/tableofcontents.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1352.     copying src/reportlab/platypus/flowables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1353.     copying src/reportlab/platypus/para.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1354.     copying src/reportlab/platypus/__init__.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1355.     copying src/reportlab/platypus/frames.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1356.     copying src/reportlab/platypus/figures.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1357.     copying src/reportlab/platypus/paragraph.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1358.     copying src/reportlab/platypus/xpreformatted.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1359.     copying src/reportlab/platypus/tables.py -> build/lib.macosx-10.15-x86_64-3.9/reportlab/platypus
  1360.     creating build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1361.     copying src/reportlab/fonts/00readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1362.     copying src/reportlab/fonts/bitstream-vera-license.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1363.     copying src/reportlab/fonts/DarkGarden-copying-gpl.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1364.     copying src/reportlab/fonts/DarkGarden-copying.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1365.     copying src/reportlab/fonts/DarkGarden-readme.txt -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1366.     copying src/reportlab/fonts/DarkGarden.sfd -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1367.     copying src/reportlab/fonts/DarkGardenMK.afm -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1368.     copying src/reportlab/fonts/DarkGardenMK.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1369.     copying src/reportlab/fonts/Vera.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1370.     copying src/reportlab/fonts/VeraBd.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1371.     copying src/reportlab/fonts/VeraBI.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1372.     copying src/reportlab/fonts/VeraIt.ttf -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1373.     copying src/reportlab/fonts/_abi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1374.     copying src/reportlab/fonts/_ab_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1375.     copying src/reportlab/fonts/_ai_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1376.     copying src/reportlab/fonts/_a______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1377.     copying src/reportlab/fonts/cobo____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1378.     copying src/reportlab/fonts/cob_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1379.     copying src/reportlab/fonts/com_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1380.     copying src/reportlab/fonts/coo_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1381.     copying src/reportlab/fonts/_ebi____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1382.     copying src/reportlab/fonts/_eb_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1383.     copying src/reportlab/fonts/_ei_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1384.     copying src/reportlab/fonts/_er_____.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1385.     copying src/reportlab/fonts/sy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1386.     copying src/reportlab/fonts/zd______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1387.     copying src/reportlab/fonts/zx______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1388.     copying src/reportlab/fonts/zy______.pfb -> build/lib.macosx-10.15-x86_64-3.9/reportlab/fonts
  1389.     copying src/reportlab/lib/hyphen.mashed -> build/lib.macosx-10.15-x86_64-3.9/reportlab/lib
  1390.     running build_ext
  1391.     building 'reportlab.lib._rl_accel' extension
  1392.     creating build/temp.macosx-10.15-x86_64-3.9
  1393.     creating build/temp.macosx-10.15-x86_64-3.9/private
  1394.     creating build/temp.macosx-10.15-x86_64-3.9/private/var
  1395.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders
  1396.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s
  1397.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn
  1398.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T
  1399.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj
  1400.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e
  1401.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src
  1402.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons
  1403.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel
  1404.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.o
  1405.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:121:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  1406.                     inData = PyBytes_AsString(_o1);
  1407.                            ^ ~~~~~~~~~~~~~~~~~~~~~
  1408.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:132:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  1409.             inData = PyBytes_AsString(inObj);
  1410.                    ^ ~~~~~~~~~~~~~~~~~~~~~~~
  1411.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:221:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  1412.                     inData = PyBytes_AsString(_o1);
  1413.                            ^ ~~~~~~~~~~~~~~~~~~~~~
  1414.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:232:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  1415.             inData = PyBytes_AsString(inObj);
  1416.                    ^ ~~~~~~~~~~~~~~~~~~~~~~~
  1417.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:586:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  1418.                     encStr = PyUnicode_AsUTF8(_o2);
  1419.                            ^ ~~~~~~~~~~~~~~~~~~~~~
  1420.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  1421.             n = PyUnicode_GET_SIZE(text);
  1422.                 ^
  1423.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  1424.           PyUnicode_WSTR_LENGTH(op) :                    \
  1425.           ^
  1426.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  1427.     #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  1428.                                       ^
  1429.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  1430.     Py_DEPRECATED(3.3)
  1431.     ^
  1432.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1433.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1434.                                                          ^
  1435.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  1436.             n = PyUnicode_GET_SIZE(text);
  1437.                 ^
  1438.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  1439.           ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  1440.                  ^
  1441.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  1442.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  1443.     ^
  1444.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1445.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1446.                                                          ^
  1447.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:877:6: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  1448.             n = PyUnicode_GET_SIZE(text);
  1449.                 ^
  1450.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  1451.            PyUnicode_WSTR_LENGTH(op)))
  1452.            ^
  1453.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  1454.     #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  1455.                                       ^
  1456.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  1457.     Py_DEPRECATED(3.3)
  1458.     ^
  1459.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1460.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1461.                                                          ^
  1462.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.c:878:6: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  1463.             b = PyUnicode_AS_UNICODE(text);
  1464.                 ^
  1465.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
  1466.           PyUnicode_AsUnicode(_PyObject_CAST(op)))
  1467.           ^
  1468.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  1469.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  1470.     ^
  1471.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1472.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1473.                                                          ^
  1474.     9 warnings generated.
  1475.     clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/rl_accel/_rl_accel.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.15-x86_64-3.9/reportlab/lib/_rl_accel.cpython-39-darwin.so
  1476.     building 'reportlab.graphics._renderPM' extension
  1477.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM
  1478.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1
  1479.     creating build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl
  1480.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.o
  1481.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:637:22: warning: code will never be executed [-Wunreachable-code]
  1482.                     if(0 && vpReverse) _vpath_reverse(vpath);
  1483.                                        ^~~~~~~~~~~~~~
  1484.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:637:6: note: silence by adding parentheses to mark code as explicitly dead
  1485.                     if(0 && vpReverse) _vpath_reverse(vpath);
  1486.                        ^
  1487.                        /* DISABLES CODE */ ( )
  1488.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:848:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
  1489.                     textlen = PyUnicode_GetSize(obj0);
  1490.                               ^
  1491.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
  1492.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
  1493.     ^
  1494.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1495.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1496.                                                          ^
  1497.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:849:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  1498.                     utext = PyUnicode_AsUnicode(obj0);
  1499.                             ^
  1500.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  1501.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  1502.     ^
  1503.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1504.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1505.                                                          ^
  1506.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1067:13: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations]
  1507.                     textlen = PyUnicode_GetSize(obj0);
  1508.                               ^
  1509.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/unicodeobject.h:177:1: note: 'PyUnicode_GetSize' has been explicitly marked deprecated here
  1510.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize(
  1511.     ^
  1512.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1513.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1514.                                                          ^
  1515.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1068:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  1516.                     utext = PyUnicode_AsUnicode(obj0);
  1517.                             ^
  1518.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  1519.     Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  1520.     ^
  1521.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1522.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1523.                                                          ^
  1524.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/_renderPM.c:1727:11: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  1525.             result = PyEval_CallObject(reader, arglist);
  1526.                      ^
  1527.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
  1528.         PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
  1529.         ^
  1530.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
  1531.     Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
  1532.     ^
  1533.     /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  1534.     #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  1535.                                                          ^
  1536.     6 warnings generated.
  1537.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-dict.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-dict.o
  1538.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -DRENDERPM_FT -DLIBART_COMPILATION -DLIBART_VERSION="2.3.12" -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/libart_lgpl -I/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/user/pyViutualEnv/marisol/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c -o build/temp.macosx-10.15-x86_64-3.9/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.o
  1539.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: error: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Werror,-Wimplicit-function-declaration]
  1540.       len = strlen (s);
  1541.             ^
  1542.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:100:9: note: include the header <string.h> or explicitly provide a declaration for 'strlen'
  1543.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: error: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
  1544.       memcpy (new, s, len);
  1545.       ^
  1546.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:102:3: note: include the header <string.h> or explicitly provide a declaration for 'memcpy'
  1547.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: error: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Werror,-Wimplicit-function-declaration]
  1548.         if (!strcmp (nc->table[i & mask].name, name))
  1549.              ^
  1550.     /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/src/rl_addons/renderPM/gt1/gt1-namecontext.c:172:10: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
  1551.     3 errors generated.
  1552.     error: command '/usr/bin/clang' failed with exit code 1
  1553.     ----------------------------------------
  1554. ERROR: Command errored out with exit status 1: /Users/user/pyViutualEnv/marisol/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"'; __file__='"'"'/private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-install-3oc2o2yj/reportlab_5d74b6174d6448e390bb3db01c43f77e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/5s/5j5833_j41q5jw5qg42h3h6w0000gn/T/pip-record-9di704ki/install-record.txt --single-version-externally-managed --compile --install-headers /Users/user/pyViutualEnv/marisol/include/site/python3.9/reportlab Check the logs for full command output.
  1555. (marisol) user@JUPITER pyViutualEnv %
  1556.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement