-
Notifications
You must be signed in to change notification settings - Fork 25
Issue with julia --project build.jl #73
Comments
Hi Brennan, same error here. I solved it by removing the Manifest.toml file.
|
@pnavaro Thank you, that approach worked for Data_Science_1, Data_Science_2, Introduction to Julia, and Foundations of machine learning. Unfortunately, after
|
I preinstalled JuliaAcademicData manually using the url on GitHub https://github.com/JuliaAcademy/JuliaAcademyData.jl |
Ok, tried going into the Julia repl and doing |
Did you try to delete it? |
Do you mean Manifest.toml? I was able to delete that. |
building notebook directories fails (deleting Manifest.toml as suggested by @pnavaro does not solve the problem) |
I think it fixes the issue with build, i made a PR #76 |
much better but needed some tweaking |
Thanks, i add an |
Hi all,
I am trying to run
julia --project build.jl
, but I keep getting theERROR: LoadError: BinaryProvider: git object 064e82000969b22b28d2f2a5c1a49da04e601156 could not be found
. I do have Literate installed (saw that in another thread).Thanks,
Brennan
The text was updated successfully, but these errors were encountered: