Skip to content

Can't build rpm from version 2.2.4 because of missing jquery #15145

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

Closed
MikeFalowski opened this issue Aug 27, 2019 · 2 comments
Closed

Can't build rpm from version 2.2.4 because of missing jquery #15145

MikeFalowski opened this issue Aug 27, 2019 · 2 comments

Comments

@MikeFalowski
Copy link

Bug report

When I try to build package using python setup.py bdist_rpm it failes at copying jquery.

Actual outcome

[more stuff]
copying lib/matplotlib/backends/web_backend/jquery/js/jquery-1.11.3.min.js -> build/lib.linux-x86_64-2.7/matplotlib/backends/web_backend/jquery/js
copying lib/matplotlib/backends/web_backend/all_figures.html -> build/lib.linux-x86_64-2.7/matplotlib/backends/web_backend
copying lib/matplotlib/backends/web_backend/ipython_inline_figure.html -> build/lib.linux-x86_64-2.7/matplotlib/backends/web_backend
copying lib/matplotlib/backends/web_backend/nbagg_uat.ipynb -> build/lib.linux-x86_64-2.7/matplotlib/backends/web_backend
copying lib/matplotlib/backends/web_backend/single_figure.html -> build/lib.linux-x86_64-2.7/matplotlib/backends/web_backend
error: can't copy 'lib/matplotlib/backends/web_backend/jquery-ui-1.12.1': doesn't exist or not a regular file

Expected outcome

matplotlib.rpm file.

Matplotlib version

  • Operating system: CentOS 7.6
  • Matplotlib version: 2.2.4
  • Python version: 2.7.5
@tacaswell
Copy link
Member

Thank you for the report!

This was fixed in #14915 and will be in 2.2.5. For now either apply that patch locally or use 2.2.3.

@MikeFalowski
Copy link
Author

Oh, thanks for the info! I guess for now I'll stick to 2.2.3.

Btw. when do you plan to release 2.2.5?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants