-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FileNotFoundError: [WinError 2] The system cannot find the file specified #13284
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
What version of Matplotlib? Something like this was recently fixed so please try 3.0.2. |
I'm going to close as a duplicate of #12173, but please ping again if a more recent matplotlib doesn't fix this problem and we can re-open. (also in the future, you can use three back ticks to delineate code: "```" ) |
I use the latest version of matplotlib (3.0.2) but I still have this problem |
I use the latest version of matplotlib but I still have this problem
On Friday, January 25, 2019, 3:19:25 PM GMT+10:30, Jody Klymak <[email protected]> wrote:
I'm going to close as a duplicate of #12173, but please ping again if a more recent matplotlib doesn't fix this problem and we can re-open.
(also in the future, you can use three back ticks to delineate code: "```" )
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
You hav set |
The same issue here. It used to work well but had this issue after I updated it to the latest version. The minimal reproducing example import matplotlib.pyplot as plt
plt.rc("text", usetex=True)
plt.plot(range(10))
plt.title("\\textbf{bold}")
plt.show() Error traceback
Matplotlib version: 3.0.2 I can confirm the LaTeX works well using the same shell
|
Can you try import subprocess
subprocess.check_output(['latex', '--version']) Otherwise, maybe the cache needs to be cleared? I think its in |
Thanks for the quick response. Tried and seemed no problem as well (no
Also tried removing
|
I know the reason now. We also need
Installing |
Use Shell=True, It's working for me. |
Uh oh!
There was an error while loading. Please reload this page.
I want to plot this simple code:
the face the following error:
The text was updated successfully, but these errors were encountered: