CondaPkg.jl icon indicating copy to clipboard operation
CondaPkg.jl copied to clipboard

Cannot disable CondaPkg messages

Open ufechner7 opened this issue 2 years ago • 1 comments

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?

ufechner7 avatar Jul 25 '23 08:07 ufechner7

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.

cjdoris avatar Jul 26 '23 21:07 cjdoris