Ticket #64662: matplotlib-listings.txt

File matplotlib-listings.txt, 4.2 KB (added by mmaclow (Mordecai-Mark Mac Low), 2 years ago)

listings of site-packages/matplotlib for 3.9 and 3.10

Line 
1dust-1795 7 % python
2Python 3.10.2 (main, Jan 15 2022, 11:31:35) [Clang 13.0.0 (clang-1300.0.29.3)] on darwin
3Type "help", "copyright", "credits" or "license" for more information.
4>>> import matplotlib
5Traceback (most recent call last):
6  File "<stdin>", line 1, in <module>
7  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/matplotlib/__init__.py", line 109, in <module>
8    from . import _api, _version, cbook, docstring, rcsetup
9  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/matplotlib/cbook/__init__.py", line 31, in <module>
10    from matplotlib import _api, _c_internal_utils
11ImportError: cannot import name '_c_internal_utils' from partially initialized module 'matplotlib' (most likely due to a circular import) (/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/matplotlib/__init__.py)
12>>> exit()
13
14dust-1795 8 % ls /opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/mat*
15/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/matplotlib_inline:
16total 24
17 0 ./                  0 __init__.py        16 backend_inline.py
18 0 ../                 0 __pycache__/        8 config.py
19
20/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/matplotlib_inline-0.1.3-py3.10.egg-info:
21total 16
220 ./                    8 SOURCES.txt           0 top_level.txt
230 ../                   0 dependency_links.txt
248 PKG-INFO              0 requires.txt
25
26dust-1795 9 % ls /opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/mat*
278 /opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/matplotlib-3.5.1-py3.9-nspkg.pth
28
29/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/matplotlib:
30total 9912
31   0 ./
32   0 ../
33 104 __init__.py
34   0 __pycache__/
35  16 _animation_data.py
36   0 _api/
37   8 _blocking_input.py
38  72 _c_internal_utils.cpython-39-darwin.so*
39 136 _cm.py
40 216 _cm_listed.py
41  72 _color_data.py
42  56 _constrained_layout.py
43 160 _contour.cpython-39-darwin.so*
44  16 _enums.py
45 384 _image.cpython-39-darwin.so*
46   8 _internal_utils.py
47  48 _layoutgrid.py
48 208 _mathtext.py
49 112 _mathtext_data.py
50 344 _path.cpython-39-darwin.so*
51  16 _pylab_helpers.py
52 992 _qhull.cpython-39-darwin.so*
53   8 _text_helpers.py
54 208 _tri.cpython-39-darwin.so*
55 120 _ttconv.cpython-39-darwin.so*
56   8 _version.py
57  40 afm.py
58 136 animation.py
59 120 artist.py
60   0 axes/
61 184 axis.py
62 256 backend_bases.py
63  32 backend_managers.py
64  64 backend_tools.py
65   0 backends/
66  40 bezier.py
67  24 blocking_input.py
68  16 category.py
69   0 cbook/
70  48 cm.py
71 168 collections.py
72 120 colorbar.py
73 176 colors.py
74  16 container.py
75 144 contour.py
76 136 dates.py
77   8 docstring.py
78  80 dviread.py
79 240 figure.py
80 104 font_manager.py
81  16 fontconfig_pattern.py
821592 ft2font.cpython-39-darwin.so*
83  56 gridspec.py
84  16 hatch.py
85 144 image.py
86  96 legend.py
87  64 legend_handler.py
88 104 lines.py
89  64 markers.py
90  40 mathtext.py
91  64 mlab.py
92   0 mpl-data/
93 112 offsetbox.py
94 320 patches.py
95  80 path.py
96  40 patheffects.py
97   0 projections/
98   8 pylab.py
99 208 pyplot.py
100  96 quiver.py
101  96 rcsetup.py
102  72 sankey.py
103  48 scale.py
104   0 sphinxext/
105  48 spines.py
106  16 stackplot.py
107  48 streamplot.py
108   0 style/
109  56 table.py
110   0 testing/
111   0 tests/
112  32 texmanager.py
113 136 text.py
114  32 textpath.py
115 200 ticker.py
116   8 tight_bbox.py
117  32 tight_layout.py
118 200 transforms.py
119   0 tri/
120  32 type1font.py
121  16 units.py
122 256 widgets.py
123
124/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/matplotlib-3.5.1.dist-info:
125total 320
126  0 ./                                  8 LICENSE_QT4_EDITOR
127  0 ../                                 8 LICENSE_SOLARIZED
128  8 INSTALLER                           8 LICENSE_STIX
129 16 LICENSE                             8 LICENSE_YORICK
130 32 LICENSE_AMSFONTS                   16 METADATA
131  8 LICENSE_BAKOMA                    136 RECORD
132 16 LICENSE_CARLOGO                     8 WHEEL
133  8 LICENSE_COLORBREWER                 8 namespace_packages.txt
134 16 LICENSE_JSXTOOLS_RESIZE_OBSERVER    8 top_level.txt
135  8 LICENSE_QHULL
136dust-1795 10 %