Skip to content

"No such file or directory: 'kpsewhich'" #510

@MLackner

Description

@MLackner

Edit: Upon further investigation, this seems to be a bug in VSCode.
kpsewhich only can't be found via the integrated VSCode Julia REPL.

Hi!
After doing some package updates in my big project I suddenly get this error whenever I wand to display a figure using PyPlot:

ERROR: LoadError: PyError ($(Expr(:escape, :(ccall(#= /Users/lackner/.julia/packages/PyCall/BcTLp/src/pyfncall.jl:43 =# @pysym(:PyObject_Call), PyPtr, (PyPtr, PyPtr, PyPtr), o, pyargsptr, kw))))) <class 'FileNotFoundError'>
FileNotFoundError(2, "No such file or directory: 'kpsewhich'")
[...]

In my rcParams I've set "text.usetex : True" which is directly causing that error.

The versions of the packages that might be related to that error are:

PyPlot v2.9.0
PyCall v1.92.1
Conda v1.5.0

Julia is at v1.5.0.

If I set up a fresh environment with the above packages at exactly those versions everything works fine though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions