From 31d4566a9c510603636a8da0b7ba5ccbce3d284f Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Sun, 30 Jun 2024 08:44:56 -0700 Subject: [PATCH] add debug --- src/ReactionMechanismSimulator.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ReactionMechanismSimulator.jl b/src/ReactionMechanismSimulator.jl index bdcb841e..4e5ec85e 100644 --- a/src/ReactionMechanismSimulator.jl +++ b/src/ReactionMechanismSimulator.jl @@ -34,6 +34,8 @@ function __init__() Pkgc = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg")) Pkgc.build("PythonCall") end + @error "packages:" + @error keys(CondaPkg.current_packages()) PythonCall.pycopy!(Chem, pyimport("rdkit.Chem")) PythonCall.pycopy!(Desc, pyimport("rdkit.Chem.Descriptors")) try