When i from julia import ScenTrees in python,errro,ImportError: ScenTrees not found

When I use python to call julia to import the ScenTrees package, I get the error “ScenTrees not found”,but other pkg is ok.

when i using ScenTrees in julia env,it’s ok

image

julia env:
image


I’m confused how to solve it