-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
matplotlib for Py3 #1131
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
We have a Python 3 only package that uses matplotlib for the docs. Build error:
|
@cdeil The safest bet here is to remove the matplotlib dependency from the requirements file and mock out the library for the build like explained in the FAQs. |
We're using the matplotlib Sphinx plot directive to generate Figures during the Sphinx build. |
@cdeil oops, completely missed that. Removing matplotlib from the requirements and activating the "use system site packages" switch in the admin panel on readthedocs.org should make it work then -- as long as matplotlib is installed for Python 3. Which is not currently. We'll fix that! |
This is finally fixed on our build servers. You can use matplotlib in Python 3 projects now. Thanks for the report and persistence! |
matplotlib seems to be installed for the RTD python 2.x interpreter, but not for 3.x. Is this accurate? Can we get matplotlib for the python 3 interpreter? Thanks!
Py3 output: https://readthedocs.org/builds/pylinac/2140306/ (no matplotlib)
Py2 output: https://readthedocs.org/builds/pylinac/2140221/ (build chokes on py3 code, but has found matplotlib)
The text was updated successfully, but these errors were encountered: