Select to view content in your preferred language

ReportLab Package in ArcGIS Pro 3.3.0

338
4
05-30-2024 03:09 PM
MikeVolz
New Contributor III

To All ArcGIS Pro Users:

I am trying to run a python script that requires ReportLab.  I realize that ReportLab is not a python package included by default, so I created a clone.  Now when I create the clone, I cannot find ReportLab as an additional python package with Pro 3.3.0 even though I can find ReportLab with previous versions of Pro (e.g. Pro 3.2.x).

Has anyone else encountered this issue?

If so, is the only current solution to downgrade ArcGIS Pro back to Pro 3.2.x?

Any help or hints are greatly appreciated.  Thanks in Advance

Mike Volz

4 Replies
DanPatterson
MVP Esteemed Contributor

it is there on the Esri anaconda channel

reportlab.png


... sort of retired...
0 Kudos
MichaelVolz
Esteemed Contributor

How do I get Pro Package Manager to recognize this channel?

0 Kudos
DanPatterson
MVP Esteemed Contributor

did you try conda rather than the package manager?

as shown in the link's other pages

conda install reportlab

or 

conda install esri::reportlab

if you want the actual version

 

---------------------------------------------------------------------------------------
(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3>activate spyarc
Current directory is another environment, changing directory to active environment.

---------------------------------------------------------------------------------------

(spyarc) C:\arc_pro\bin\Python\envs\spyarc>conda install reportlab --dry-run
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

environment location: C:\arc_pro\bin\Python\envs\spyarc

added / updated specs:
- reportlab


The following packages will be downloaded:

package | build
---------------------------|-----------------
ca-certificates-2024.3.11 | haa95532_0 128 KB
openssl-3.0.13 | h2bbff1b_2 7.5 MB
reportlab-3.6.13 | py311h2bbff1b_0 3.2 MB
------------------------------------------------------------
Total: 10.8 MB

The following NEW packages will be INSTALLED:

reportlab pkgs/main/win-64::reportlab-3.6.13-py311h2bbff1b_0

The following packages will be UPDATED:

ca-certificates 2023.12.12-haa95532_0 --> 2024.3.11-haa95532_0
openssl 3.0.13-h2bbff1b_0 --> 3.0.13-h2bbff1b_2

 

DryRunExit: Dry run. Exiting.

---------------------------------------------------------------------------------------

(spyarc) C:\arc_pro\bin\Python\envs\spyarc>conda install esri::reportlab --dry-run
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

environment location: C:\arc_pro\bin\Python\envs\spyarc

added / updated specs:
- esri::reportlab


The following packages will be downloaded:

package | build
---------------------------|-----------------
ca-certificates-2024.3.11 | haa95532_0 128 KB
freetype-2.13.2 | 0 1.2 MB esri
openssl-3.0.13 | h2bbff1b_2 7.5 MB
reportlab-3.6.13 | py311_0 3.0 MB esri
------------------------------------------------------------
Total: 11.7 MB

The following NEW packages will be INSTALLED:

reportlab esri/win-64::reportlab-3.6.13-py311_0

The following packages will be UPDATED:

ca-certificates 2023.12.12-haa95532_0 --> 2024.3.11-haa95532_0
freetype 2.10.4-vc14_3 --> 2.13.2-0
openssl 3.0.13-h2bbff1b_0 --> 3.0.13-h2bbff1b_2

DryRunExit: Dry run. Exiting.

(spyarc) C:\arc_pro\bin\Python\envs\spyarc>


... sort of retired...
0 Kudos
DanPatterson
MVP Esteemed Contributor

followup BUG-000168096 for ArcGIS Pro (esri.com)


... sort of retired...
0 Kudos