-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Bug]: Unable to install matplotlib (editable mode) in Github Codespace #29852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also started running into this today locally, with the same symbol
|
Yes, |
OK, this is because conda-forge's compiler activation package sets I didn't get around to writing an issue asking why conda-forge does it this way. |
Bug summary
Running the instructions to install Matplotlib in editable mode and verify installation while in Github Codespace leads to an error:
ImportError: /workspaces/matplotlib/build/cp312/src/_path.cpython-312-x86_[64-linux-gnu.so](http://64-linux-gnu.so/): undefined symbol: _ZN3agg10curve3_div4initEdddddd
Code for reproduction
Actual outcome
Expected outcome
python -c "import matplotlib; print(matplotlib.__file__)"
should return :
<matplotlib_local_repo>\lib\matplotlib\__init__.py
Additional information
@story645 is able to replicate the issue
Operating system
No response
Matplotlib Version
Unable to get version, running the prompt returns the same Import Error message
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
pip
The text was updated successfully, but these errors were encountered: