Documentation Link
https://matplotlib.org/devdocs/devel/development_setup.html#create-a-dedicated-environment
Problem
Actually, I run into a little bit into trouble to get the c_internals compiled. After reading the docs, it sounds like that the Codespace environment is set up in way that out of the box it can be used. So I am wondering if there can be:
- provide further instructions how to compile the
c_internals
- or update the
.devcontainer/setup.sh
I know about this section create-a-dedicated-environment, but I haven't managed to get it running in Codespace.
Other users might face similar struggles. If there's an option in the shell to autocompile during the CodeSpace setup, it would make this environment very convenient.
Actually, I was planning to address this blind spot in the coverage rate of the PR #29520 , but I wasn't able to get pytest running.
ERROR lib/mpl_toolkits/axes_grid1/tests - ImportError: cannot import name '_c_internal_utils' from 'matplotlib' (/workspaces/matplotlib/lib/matplotlib/__init__.py)
ERROR lib/mpl_toolkits/axisartist/tests - ImportError: cannot import name '_c_internal_utils' from 'matplotlib' (/workspaces/matplotlib/lib/matplotlib/__init__.py)
ERROR lib/mpl_toolkits/mplot3d/tests - ImportError: cannot import name '_c_internal_utils' from 'matplotlib' (/workspaces/matplotlib/lib/matplotlib/__init__.py)
Further Sources:
Suggested improvement
- Include procedure for compiling
c_internal into .devcontainer/setup.sh
- Provide some details about how to
gcc via conda.
Documentation Link
https://matplotlib.org/devdocs/devel/development_setup.html#create-a-dedicated-environment
Problem
Actually, I run into a little bit into trouble to get the
c_internalscompiled. After reading the docs, it sounds like that the Codespace environment is set up in way that out of the box it can be used. So I am wondering if there can be:c_internals.devcontainer/setup.shI know about this section create-a-dedicated-environment, but I haven't managed to get it running in Codespace.
Actually, I was planning to address this blind spot in the coverage rate of the PR #29520 , but I wasn't able to get
pytestrunning.Further Sources:
Suggested improvement
c_internalinto .devcontainer/setup.shgccvia conda.