Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pkg.add() fails because of submodule #23

Closed
iagoleal opened this issue Mar 17, 2022 · 1 comment
Closed

Pkg.add() fails because of submodule #23

iagoleal opened this issue Mar 17, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@iagoleal
Copy link

Trying to add this package via Julia's Pkg raises a submodule error.

(@v1.6) pkg> add https://github.com/psrenergy/ToQUBO.jl
    Updating git-repo `https://github.com/psrenergy/ToQUBO.jl`
ERROR: GitError(Code:ERROR, Class:Submodule, cannot get submodules without a working tree)
Stacktrace:
[...]

This is unfortunately still an open issue in Pkg: JuliaLang/Pkg.jl#708

Since the only submodule in this package is the knapsack example, it is probably best to turn it into an link in the documentation or something like that.

@pedromxavier pedromxavier added bug Something isn't working good first issue Good for newcomers and removed good first issue Good for newcomers labels Mar 17, 2022
@pedromxavier
Copy link
Member

#21 droped submodules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants