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
I am trying to add MarketTechnicals using command @v1.7) pkg> add https://github.com/JuliaQuant/MarketTechnicals.jl but unable to install it. The error message is shown bwlow:
(@v1.7) pkg> add https://github.com/JuliaQuant/MarketTechnicals.jl Updating git-repohttps://github.com/JuliaQuant/MarketTechnicals.jl Resolving package versions... ERROR: Unsatisfiable requirements detected for package MarketData [945b72a4]: MarketData [945b72a4] log: ├─possible versions are: 0.7.1-0.13.11 or uninstalled ├─restricted to versions 0.13 by MarketTechnicals [4f8c86c6], leaving only versions 0.13.0-0.13.11 │ └─MarketTechnicals [4f8c86c6] log: │ ├─possible versions are: 0.6.0 or uninstalled │ └─MarketTechnicals [4f8c86c6] is fixed to version 0.6.0 └─restricted by compatibility requirements with CSV [336ed68f] to versions: 0.7.1-0.12.1 or uninstalled — no versions left └─CSV [336ed68f] log: ├─possible versions are: 0.3.0-0.10.4 or uninstalled └─restricted to versions 0.5.21-0.5 by MarketCycles [ac9b3a88], leaving only versions 0.5.21-0.5.26 └─MarketCycles [ac9b3a88] log: ├─possible versions are: 0.1.5 or uninstalled └─MarketCycles [ac9b3a88] is fixed to version 0.1.5
Can you suggest how can I install this julia package.
The text was updated successfully, but these errors were encountered:
I am trying to add MarketTechnicals using command
@v1.7) pkg> add https://github.com/JuliaQuant/MarketTechnicals.jl
but unable to install it. The error message is shown bwlow:(@v1.7) pkg> add https://github.com/JuliaQuant/MarketTechnicals.jl
Updating git-repo
https://github.com/JuliaQuant/MarketTechnicals.jl
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package MarketData [945b72a4]:
MarketData [945b72a4] log:
├─possible versions are: 0.7.1-0.13.11 or uninstalled
├─restricted to versions 0.13 by MarketTechnicals [4f8c86c6], leaving only versions 0.13.0-0.13.11
│ └─MarketTechnicals [4f8c86c6] log:
│ ├─possible versions are: 0.6.0 or uninstalled
│ └─MarketTechnicals [4f8c86c6] is fixed to version 0.6.0
└─restricted by compatibility requirements with CSV [336ed68f] to versions: 0.7.1-0.12.1 or uninstalled — no versions left
└─CSV [336ed68f] log:
├─possible versions are: 0.3.0-0.10.4 or uninstalled
└─restricted to versions 0.5.21-0.5 by MarketCycles [ac9b3a88], leaving only versions 0.5.21-0.5.26
└─MarketCycles [ac9b3a88] log:
├─possible versions are: 0.1.5 or uninstalled
└─MarketCycles [ac9b3a88] is fixed to version 0.1.5
Can you suggest how can I install this julia package.
The text was updated successfully, but these errors were encountered: