# ERROR: X depends on Y, but no such entry exists in the manifest

**URL:** https://discourse.julialang.org/t/error-x-depends-on-y-but-no-such-entry-exists-in-the-manifest/108920
**Category:** General Usage
**Created:** [January 17, 2024, 5:05pm UTC](https://discourse.julialang.org/t/error-x-depends-on-y-but-no-such-entry-exists-in-the-manifest/108920 "2024-01-17T17:05:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![AlexisRenchon](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/alexisrenchon/32/13328_2.png) [@AlexisRenchon](https://discourse.julialang.org/u/AlexisRenchon)
#### Post date: [January 17, 2024, 5:05pm UTC](https://discourse.julialang.org/t/error-x-depends-on-y-but-no-such-entry-exists-in-the-manifest/108920/1 "2024-01-17T17:05:16Z")

</div>

Hi,  
I am working on [a package](https://github.com/CliMA/ClimaLSM.jl/tree/ar/climalandlib/lib/ClimaLandSimulations) , I can instantiate it with no problem on my local computer, and my colleagues have no problem to instantiate it on their computer too.  
However, we have a CI remote that error when trying to instantiate it. Our CI workflow can be seen [here](https://github.com/CliMA/ClimaLSM.jl/blob/ar/climalandlib/.buildkite/pipeline.yml).  
I have looked for similar issues, and found that it may be solved by removed Manifest.toml or the General registry, I have tried without success. (as you can see in the CI .yml file). Here is the [full error message](https://buildkite.com/clima/climalsm-ci/builds/2955#018d1480-3599-4b0a-823b-0ec9a10482d2).

Any idea? Thanks a lot for your time and help!

EDIT: this has been fixed, I think by having Makie and CairoMakie explicitly in the deps (not just CairoMakie)
