You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a Julia notebook, in a directory containing Project.toml and Artifact.toml. Evaluating Base.active_project() from within the notebook, confirms that the active environment is the Project.toml in the directory. However trying to load an artifact fails:
LoadError: Cannot locate '(Julia)Artifacts.toml' file when attempting to use artifact '' in 'Main'
So it fails to locate Artifacts.toml. Is there a way to fix this?
The text was updated successfully, but these errors were encountered:
I'm running a Julia notebook, in a directory containing
Project.toml
andArtifact.toml
. EvaluatingBase.active_project()
from within the notebook, confirms that the active environment is theProject.toml
in the directory. However trying to load an artifact fails:So it fails to locate
Artifacts.toml
. Is there a way to fix this?The text was updated successfully, but these errors were encountered: