Skip to content

Cannot Install via GitHub URL #3

@alextruesdale

Description

@alextruesdale

SOLVED: I solved this after a bit of digging but will put it here in case anyone else hits the same snag.


I am trying the add-via-GitHub route using Julia 1.8.3 and am running into the following error:

pkg> add https://github.com/synchronoustechnologies/SentryIntegration.jl.git
ERROR: Unsatisfiable requirements detected for package AutoParameters [2688778c]:
 AutoParameters [2688778c] log:
 ├─AutoParameters [2688778c] has no known versions!
 └─restricted to versions * by SentryIntegration [0c0dc41a] — no versions left
   └─SentryIntegration [0c0dc41a] log:
     ├─possible versions are: 0.4.8 or uninstalled
     └─SentryIntegration [0c0dc41a] is fixed to version 0.4.8

This is happening because AutoParameters is another package by @pengwyn (thank you for your time spent writing these!) that is not in the official Julia package registry. Fixing the issue is easy. Simply install AutoParameters via GitHub first, then the SentryIntegration installation works without issue.

pkg> add https://github.com/pengwyn/AutoParameters.jl
pkg> add https://github.com/synchronoustechnologies/SentryIntegration.jl.git

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions