Closed
Description
Hi, interesting project
I'm getting this error even when using a fresh Julia installation (1.6.3). OS: Mac OS 10.13.6.
julia> using PythonCall
ERROR: InitError: MethodError: no method matching project_file_name_uuid(::Bool, ::String)
Closest candidates are:
project_file_name_uuid(::String, ::String) at loading.jl:405
Stacktrace:
[1] init_context()
@ PythonCall.C ~/.julia/packages/PythonCall/YSeRU/src/cpython/context.jl:30
[2] __init__()
@ PythonCall.C ~/.julia/packages/PythonCall/YSeRU/src/cpython/CPython.jl:19
[3] _include_from_serialized(path::String, depmods::Vector{Any})
@ Base ./loading.jl:696
[4] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String)
@ Base ./loading.jl:782
[5] _require(pkg::Base.PkgId)
@ Base ./loading.jl:1020
[6] require(uuidkey::Base.PkgId)
@ Base ./loading.jl:936
[7] require(into::Module, mod::Symbol)
@ Base ./loading.jl:923
during initialization of module C
I've tried both:
pkg> add PythonCall
and
pkg> add PythonCall#master
Metadata
Metadata
Assignees
Labels
No labels