Pkg.jl icon indicating copy to clipboard operation
Pkg.jl copied to clipboard

Pkg - Package manager for the Julia programming language

Results 287 Pkg.jl issues
Sort by recently updated
recently updated
newest added

Testing the package "DisplayAs" gives the error ``` ERROR: can not merge projects Stacktrace: [1] pkgerror(::String) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/Types.jl:54 [2] (::Pkg.Operations.var"#84#88"{Pkg.Operations.var"#93#94"{Bool,Cmd,Cmd,Nothing,Pkg.Types.Context,Array{String,1},String,Pkg.Types.PackageSpec},Pkg.Types.Context,Pkg.Types.PackageSpec,String,Nothing,String})(::String) at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:1346 [3] mktempdir(::Pkg.Operations.var"#84#88"{Pkg.Operations.var"#93#94"{Bool,Cmd,Cmd,Nothing,Pkg.Types.Context,Array{String,1},String,Pkg.Types.PackageSpec},Pkg.Types.Context,Pkg.Types.PackageSpec,String,Nothing,String}, ::String; prefix::String) at ./file.jl:673 [4] mktempdir(::Function,...

Hi! This was initially introduced in https://github.com/JuliaLang/Pkg.jl/pull/2391, but was overriden in https://github.com/JuliaLang/Pkg.jl/pull/2268. For now, nothing gets printed in the context io if it is not a `Base.TTY`: https://github.com/JuliaLang/Pkg.jl/blob/a0f67d7ccdb4ba3a78d085e273bdde9334fc0f5e/src/Operations.jl#L657-L658 But the...

In https://github.com/JuliaLang/Pkg.jl/blob/master/docs/src/toml-files.md there is no information on `[extras]` and `[targets]` parts of Project.toml. In particular I was not clear in https://github.com/JuliaData/DataFrames.jl/pull/2646 if you can add `[compat]` entries to packages listed...

Fixes #2899 @andreasnoack and I ran into this error with a private registry, and it was very difficult to pinpoint the exact location of the problem, because the current error...

enhancement
registries
display and printing
error handling
bugfix

Cloning git repos from a private Gitlab instance via Pkg is failing for me on Julia 1.6 and 1.7. The current Julia 1.8 beta works for some reason. Setting `JULIA_PKG_USE_CLI_GIT=true`...

LocalPreferences.toml are added upon `pkg> up`, and they shouldn't. I'm not sure about the best or most compact / reproducible way to report this is. But, until I (intentionally or...

Hello, We are facing an issue with Julia 1.7.2 that we cannot seem to fix on our side. Downloading packages fails with errror `HTTP/1.1 400 Bad Request (status 302; Received...

Dev'ing my private repos is failing today, where it worked yesterday. `git pull` works fine. I'm on julia v1.6.2 Ubuntu and v1.6.5 Windows. As the final phase in updating their...

Sometimes, given just a `Project.toml`, you want to generate a corresponding `Manifest.toml` without actually instantiating the project, i.e., installing all the packages and downloading the respective artifacts (if any). It...

As suggested by @KristofferC in the following link: https://discourse.julialang.org/t/using-package-install-automatically/70896/5 I am opening an issue so that maintainers can discuss whether they deem it useful or not to have an option...