-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Bug]: Editable install seems broken #27005
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
@timhoffm You need the dev version of the install docs: https://matplotlib.org/devdocs/devel/development_setup.html |
🐑 (muscle memory) Thanks @jklymak |
yes, downside of meson is that you need |
Is it (easily) possible for us to detect a missing |
We could guess based on the build directory location, but a dev could set an arbitrary build directory, so I think maybe that would be a good question for meson-python? |
Also, other packages have used a helper script of a sort, like |
I've now asked at mesonbuild/meson-python#512 |
Bug summary
Possibly realted to the Port of the build system to Meson #26621. Ping @QuLogic
Code for reproduction
Note: A non-editable install
python -m pip install .
works.Actual outcome
Matplotlib Version
main branch
Python version
3.11.6
Installation
git checkout
The text was updated successfully, but these errors were encountered: