Skip to content

ERROR: find_module not found #25

@dmstan

Description

@dmstan

Hello, I'm getting the following error while trying to install and compile the FLOWVLM module. I tried several things, such as deprecating python version to 3.11.9; installing first the CCBlade v0.2.7, but it seems FLOWVLM needs CCBlade v0.1.0. Help please?

Pkg.add(Pkg.PackageSpec(url="https://github.com/byuflowlab/FLOWVLM", rev="master"))
Updating git-repo https://github.com/byuflowlab/FLOWVLM
Resolving package versions...
Updating ~/.julia/environments/v1.11/Project.toml
[1a3ff0be] + FLOWVLM v2.1.3 https://github.com/byuflowlab/FLOWVLM#master
Updating ~/.julia/environments/v1.11/Manifest.toml
⌃ [e1828068] + CCBlade v0.1.0
[1a3ff0be] + FLOWVLM v2.1.3 https://github.com/byuflowlab/FLOWVLM#master
Info Packages marked with ⌃ have new versions available and may be upgradable.
Precompiling project...
✗ FLOWVLM
1 dependency successfully precompiled in 4 seconds. 205 already precompiled.
1 dependency errored.
For a report of the errors see julia> err. To retry use pkg> precompile

julia> err
PkgPrecompileError: The following 1 direct dependency failed to precompile:

FLOWVLM

Failed to precompile FLOWVLM [1a3ff0be-0410-4572-aa62-b496bdd1f33b] to "/home/dusan/.julia/compiled/v1.11/FLOWVLM/jl_hFgbyy".
ERROR: LoadError: InitError: KeyError: key :find_module not found
Stacktrace:
[1] __getproperty
@ ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:313 [inlined]
[2] getproperty
@ ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:318 [inlined]
[3] init()
@ AirfoilPrep ~/.julia/packages/AirfoilPrep/QE29n/src/AirfoilPrep.jl:32
[4] run_module_init(mod::Module, i::Int64)
@ Base ./loading.jl:1378
[5] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String)
@ Base ./loading.jl:1366
[6] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::String, depmods::Vector{Any}, ignore_native::Nothing; register::Bool)
@ Base ./loading.jl:1254
[7] _include_from_serialized (repeats 2 times)
@ ./loading.jl:1210 [inlined]
[8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String})
@ Base ./loading.jl:2057
[9] _require(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:2527
[10] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:2388
[11] #invoke_in_world#3
@ ./essentials.jl:1089 [inlined]
[12] invoke_in_world
@ ./essentials.jl:1086 [inlined]
[13] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:2375
[14] macro expansion
@ ./loading.jl:2314 [inlined]
[15] macro expansion
@ ./lock.jl:273 [inlined]
[16] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:2271
[17] #invoke_in_world#3
@ ./essentials.jl:1089 [inlined]
[18] invoke_in_world
@ ./essentials.jl:1086 [inlined]
[19] require(into::Module, mod::Symbol)
@ Base ./loading.jl:2260
[20] include
@ ./Base.jl:557 [inlined]
[21] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
@ Base ./loading.jl:2881
[22] top-level scope
@ stdin:6
during initialization of module AirfoilPrep
in expression starting at /home/dusan/.julia/packages/FLOWVLM/anevr/src/FLOWVLM.jl:1
in expression starting at stdin:

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