CondaPkg.jl
CondaPkg.jl copied to clipboard
Cannot disable CondaPkg messages
Each time I start Julia I see:
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonCall\1f5yE\CondaPkg.toml
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonPlot\f591M\CondaPkg.toml
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonCall\1f5yE\CondaPkg.toml
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonPlot\f591M\CondaPkg.toml
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonCall\1f5yE\CondaPkg.toml
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonPlot\f591M\CondaPkg.toml
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonCall\1f5yE\CondaPkg.toml
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonPlot\f591M\CondaPkg.toml
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonCall\1f5yE\CondaPkg.toml
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonPlot\f591M\CondaPkg.toml
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonCall\1f5yE\CondaPkg.toml
CondaPkg Found dependencies: C:\Users\uwefechner\.julia\packages\PythonPlot\f591M\CondaPkg.toml
Time elapsed: 8.432188 s
Two questions:
- why do the two packages I use appear each 6 times?
- how can I disable these messages altogether?
I can't help without more info - what system are you on? what package versions? how do i reproduce what you're seeing?
Normal behaviour is that you should see those messages once, and thereafter you should see nothing when you start Julia, unless the dependencies change somehow. So it's a bug that you see them each time.