Skip to content
New issue

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

Cannot disable CondaPkg messages #99

Open
ufechner7 opened this issue Jul 25, 2023 · 1 comment
Open

Cannot disable CondaPkg messages #99

ufechner7 opened this issue Jul 25, 2023 · 1 comment

Comments

@ufechner7
Copy link

ufechner7 commented Jul 25, 2023

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?
@cjdoris
Copy link
Collaborator

cjdoris commented Jul 26, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants