Closed brobr closed 3 years ago
@brobr I transferred this to the ipympl repository (rather than core Matplotlib)
@brobr what version of jupyter_packaging do you have? Instead of of setup.py install
I'd recommend doing pip install .
as that should use the build config defined in pyproject.toml. For full local install instructions see: https://github.com/matplotlib/ipympl#for-a-development-installation-requires-nodejs
Other libraries
jupyter-packaging 0.11.0
ah I see. Can you try while using jupyter-packaging 0.7.0
this library hasn't been updated to the newer versions.
Thanks, using jupyter-packaging 0.7.12 worked fine; at least ipympl could be compiled;
Bug summary
Building ipympl-0.8.2 via `python3 setup.py install' stalls on:
data_files_spec = [ ('share/jupyter/nbextensions/jupyter-matplotlib', 'ipympl/nbextension', '**'), ('share/jupyter/labextensions/jupyter-matplotlib', 'ipympl/labextension', "**"), ('etc/jupyter/nbconfig/notebook.d', '.', 'jupyter-matplotlib.json'), ]
FWIF, on my system the above files are maybe not found....
Code for reproduction
Actual outcome
na
Expected outcome
built package
Operating system
Slackware64-current
Matplotlib Version
3.4.3
Matplotlib Backend
Qt5Agg
Python version
Python 3.9.7
Jupyter version
6.3.0
Other libraries
jupyter-packaging 0.11.0
Installation
source
Conda channel
No response