I'm trying to add a basic dependency to a package I'm creating and getting the fol

I’m trying to add a basic dependency to a package I’m creating and getting the following error. Can’t seem to find anything online. Anybody know what might be happening here? I followed PkgTemplates to create everything up to this point.

  Resolving package versions...
ERROR: KeyError: key "Artifacts" not found

Note that the poster on Slack cannot see your response here on Discourse. Consider answering the question there or pinging the poster here on Discourse so they see the reponse.
(Original message :slack:)

@logankilpatrick There seems to be a display bug here. The original message text + icon doesn’t show because it is part of the code block.

1 Like

I think the issue is Slack’s rendering of code blocks, they don’t put a newline after the opening triple backquotes and before the closing backquotes, contrary to markdown syntax

1 Like

Opened an issue here: Display formatting bug · Issue #3 · JuliaCommunity/SlackBridge · GitHub

any ideas on how to solve this issue though? (not the display bug)

Is the code public? Can you send a link so I can try and reproduce?

Edit: or perhaps more detail around the dep. you are trying to add, etc.

thanks for the help. my student wants to run this pluto notebook on his local machine but runs into this error. he downloads the notebook from here: https://github.com/floswald/NumericalMethods/blob/master/homework/homework1/discrete_lockdown.jl

I told him to log on to here so we should have a better log of what’s going on soon I hope!

1 Like

oh my i just notice that I call using Plots before I create the new environment! damn. is that the reason?

no, in fact cell order is arbitray in Pluto, i forgot.

I created a pluto issue for this now https://github.com/fonsp/Pluto.jl/issues/906

1 Like