Attempting to plot with matplotlib crashes python console #9920
Replies: 3 comments 2 replies
-
|
This looks related to #9740. We haven't been able to reproduce this problem so far, unfortunately. Do you have the set of instructions you give to students to create an environment so that we could try that? Have you had the students try a regular venv or a venv managed by uv or pyenv? Does that also crash? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for following up! Setup is super simple, nothing fancy. Positron setup is vanilla. Miniconda is vanilla. I have replicated the issue students are seeing on a windows 10 VM (students are on Win11). Numpy works in that conda environment. I have tried VSCode on the windows VM with jupyter extension and matplotlib plotting works there in the same conda environment that fails in Positron. |
Beta Was this translation helpful? Give feedback.
-
|
A regular venv with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm teaching a class with mixed OS users. On multiple windows machines with Windows 10 or 11, with Python and matplotlib installed in a Conda environment (latest miniconda), attempting to make a plot with matplotlib crashes the python console. Minimal example:
or
Two separate error messages pop up.
The mentioned logs appear to be empty.
We see the same on python 3.13.5, 3.13.7, 3.14.x.
It works just fine on MacOS or Linux.
Positron Version: 2025.09.0 (system setup) build 139
Code - OSS Version: 1.103.0
Commit: 30e3d0a
Date: 2025-08-29T18:46:05.223Z
Electron: 37.2.3
Chromium: 138.0.7204.100
Node.js: 22.17.0
V8: 13.8.500258-electron.0
OS: Windows_NT x64 10.0.19045
Beta Was this translation helpful? Give feedback.
All reactions