We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to build package using python setup.py bdist_rpm it failes at copying jquery.
python setup.py bdist_rpm
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.rpm
Matplotlib version
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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?
No branches or pull requests
Bug report
When I try to build package using
python setup.py bdist_rpm
it failes at copying jquery.Actual outcome
Expected outcome
matplotlib.rpm
file.Matplotlib version
The text was updated successfully, but these errors were encountered: