We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is.
using Bloqade $\rightarrow$ ERROR: InitError: Python: ModuleNotFoundError: No module named 'matplotlib'
using Bloqade
ERROR: InitError: Python: ModuleNotFoundError: No module named 'matplotlib'
To Reproduce A code snippet to reproduce the behavior
julia> using Bloqade ERROR: InitError: Python: ModuleNotFoundError: No module named 'matplotlib' Python stacktrace: none Stacktrace: [1] pythrow() @ PythonCall /opt/.julia/packages/PythonCall/wXfah/src/err.jl:94 [2] errcheck @ /opt/.julia/packages/PythonCall/wXfah/src/err.jl:10 [inlined] [3] pyimport(m::String) @ PythonCall /opt/.julia/packages/PythonCall/wXfah/src/concrete/import.jl:11 [4] __init__() @ Bloqade /opt/.julia/packages/Bloqade/vg0g0/src/Bloqade.jl:50 [5] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1115 [6] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::String, depmods::Vector{Any}) @ Base ./loading.jl:1061 [7] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128) @ Base ./loading.jl:1506 [8] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:1783 [9] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1660 [10] macro expansion @ ./loading.jl:1648 [inlined] [11] macro expansion @ ./lock.jl:267 [inlined] [12] require(into::Module, mod::Symbol) @ Base ./loading.jl:1611 during initialization of module Bloqade
Expected behavior A clear and concise description of what you expected to happen.
using Bloqade command should go through
Screenshots If applicable, add screenshots to help explain your problem.
Version Info
Additional context Add any other context about the problem here.
Related issues: #593, #595, #605
The text was updated successfully, but these errors were encountered:
I've met similar problem. I solved it by adding matplotlib through CondaPkg.
julia> using CondaPkg (@v1.9) pkg> conda add matplotlib
Sorry, something went wrong.
@mrs504aa This worked, thanks!
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
using Bloqade
ERROR: InitError: Python: ModuleNotFoundError: No module named 'matplotlib'
To Reproduce
A code snippet to reproduce the behavior
Expected behavior
A clear and concise description of what you expected to happen.
using Bloqade
command should go throughScreenshots
If applicable, add screenshots to help explain your problem.
Version Info
Additional context
Add any other context about the problem here.
Related issues: #593, #595, #605
The text was updated successfully, but these errors were encountered: