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
julia> using Pkg; Pkg.activate("."); Pkg.instantiate();
Activating new environment at C:\Users\assia\Documents\DeepLearningIntern\numericalTours\NtToolBox\Project.toml
Updating registry at C:\Users\assia\.julia\registries\General
┌ Warning: Some registries failed to update:
│ — C:\Users\assia\.julia\registries\General — registry dirty
└ @ Pkg.Types C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\Types.jl:1194
No Changes to C:\Users\assia\Documents\DeepLearningIntern\numericalTours\NtToolBox\Project.toml
No Changes to C:\Users\assia\Documents\DeepLearningIntern\numericalTours\NtToolBox\Manifest.toml
The text was updated successfully, but these errors were encountered:
@assia855 this might be late but if anyone needs a working julia version. here is the fork (https://github.com/ajaiantilal/numerical-tours) with a project.toml and some fixes for julia v1.6. Haven't tried it extensively but the import now works
cd to the directory numerical-tours\julia
and then pkg> dev ./NtToolBox
to install it perpetually
julia> using Pkg; Pkg.activate("."); Pkg.instantiate();
Activating new environment at
C:\Users\assia\Documents\DeepLearningIntern\numericalTours\NtToolBox\Project.toml
Updating registry at
C:\Users\assia\.julia\registries\General
┌ Warning: Some registries failed to update:
│ —
C:\Users\assia\.julia\registries\General
— registry dirty└ @ Pkg.Types C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\Types.jl:1194
No Changes to
C:\Users\assia\Documents\DeepLearningIntern\numericalTours\NtToolBox\Project.toml
No Changes to
C:\Users\assia\Documents\DeepLearningIntern\numericalTours\NtToolBox\Manifest.toml
The text was updated successfully, but these errors were encountered: