Title: [Bug]: "import matplotlib.pyplot" gives ModuleNotFoundError · Issue #24454 · matplotlib/matplotlib · GitHub
Open Graph Title: [Bug]: "import matplotlib.pyplot" gives ModuleNotFoundError · Issue #24454 · matplotlib/matplotlib
X Title: [Bug]: "import matplotlib.pyplot" gives ModuleNotFoundError · Issue #24454 · matplotlib/matplotlib
Description: Bug summary import matplotlib.pyplot returns ModuleNotFoundError: No module named 'importlib_resources' on Matplotlib version 8d2d4c2. Can anyone reproduce this? Code for reproduction import matplotlib.pyplot as plt Actual outcome Module...
Open Graph Description: Bug summary import matplotlib.pyplot returns ModuleNotFoundError: No module named 'importlib_resources' on Matplotlib version 8d2d4c2. Can anyone reproduce this? Code for reproduction import matplo...
X Description: Bug summary import matplotlib.pyplot returns ModuleNotFoundError: No module named 'importlib_resources' on Matplotlib version 8d2d4c2. Can anyone reproduce this? Code for reproduction impor...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/24454
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: \"import matplotlib.pyplot\" gives ModuleNotFoundError","articleBody":"### Bug summary\n\n`import matplotlib.pyplot` returns `ModuleNotFoundError: No module named 'importlib_resources'` on Matplotlib version 8d2d4c26053f2c619e22f82b70c6abb6fc5cabcf. \r\n\r\nCan anyone reproduce this?\n\n### Code for reproduction\n\n```python\nimport matplotlib.pyplot as plt\n```\n\n\n### Actual outcome\n\n```\r\nModuleNotFoundError Traceback (most recent call last)\r\nCell In [3], line 1\r\n----\u003e 1 import matplotlib.pyplot as plt\r\n\r\nFile ~/Python/mpl/matplotlib/lib/matplotlib/pyplot.py:55\r\n 53 import matplotlib.image\r\n 54 from matplotlib import _api\r\n---\u003e 55 from matplotlib import rcsetup, style\r\n 56 from matplotlib import _pylab_helpers, interactive\r\n 57 from matplotlib import cbook\r\n\r\nFile ~/Python/mpl/matplotlib/lib/matplotlib/style/__init__.py:1\r\n----\u003e 1 from .core import available, context, library, reload_library, use\r\n 4 __all__ = [\"available\", \"context\", \"library\", \"reload_library\", \"use\"]\r\n\r\nFile ~/Python/mpl/matplotlib/lib/matplotlib/style/core.py:26\r\n 22 import importlib.resources as importlib_resources\r\n 23 else:\r\n 24 # Even though Py3.9 has importlib.resources, it doesn't properly handle\r\n 25 # modules added in sys.path.\r\n---\u003e 26 import importlib_resources\r\n 28 import matplotlib as mpl\r\n 29 from matplotlib import _api, _docstring, _rc_params_in_file, rcParamsDefault\r\n\r\nModuleNotFoundError: No module named 'importlib_resources'\r\n```\n\n### Expected outcome\n\nSuccessful import.\n\n### Additional information\n\nThe error is from [lib/matplotlib/style/core.py](https://github.com/matplotlib/matplotlib/blob/main/lib/matplotlib/style/core.py).\r\n\r\nLocally on Python 3.9.7, I can fix the error by changing the operator on line 21 from `\u003e=` to `\u003c=`. I don't know if that will help other python versions.\n\n### Operating system\n\nUbuntu\n\n### Matplotlib Version\n\ncommit 8d2d4c26053f2c619e22f82b70c6abb6fc5cabcf\n\n### Matplotlib Backend\n\n_No response_\n\n### Python version\n\n3.9.7\n\n### Jupyter version\n\n_No response_\n\n### Installation\n\n_No response_","author":{"url":"https://github.com/j1642","@type":"Person","name":"j1642"},"datePublished":"2022-11-14T20:32:42.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/24454/matplotlib/issues/24454"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:f05dc8a8-1a08-4fac-5ce2-1e9052f9e457 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | BD6A:2B78D3:DEBA95:129D0B1:6A532BC0 |
| html-safe-nonce | e2a9c1e5455e99bf9c0a1787c75e98dc1dd91cd7ef8ee84f4b8f89a24edcfa87 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRDZBOjJCNzhEMzpERUJBOTU6MTI5RDBCMTo2QTUzMkJDMCIsInZpc2l0b3JfaWQiOiIxNjE4ODM1MDEwMjkwMzk2MDk2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | fdf382fa6b2fcf2dd4c5e5c746daee269686afc251c517011d0c8250fdc44dd9 |
| hovercard-subject-tag | issue:1448709671 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/24454/issue_layout |
| twitter:image | https://opengraph.githubassets.com/ad7169d0e446d9ca1959de1a4202473032ddb8eb54723765995c00a35bf7879d/matplotlib/matplotlib/issues/24454 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/ad7169d0e446d9ca1959de1a4202473032ddb8eb54723765995c00a35bf7879d/matplotlib/matplotlib/issues/24454 |
| og:image:alt | Bug summary import matplotlib.pyplot returns ModuleNotFoundError: No module named 'importlib_resources' on Matplotlib version 8d2d4c2. Can anyone reproduce this? Code for reproduction import matplo... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | j1642 |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width