# Can't load "Query" packge

**URL:** https://discourse.pumas.ai/t/cant-load-query-packge/444
**Category:** Uncategorized
**Created:** [December 2, 2020, 8:34pm UTC](https://discourse.pumas.ai/t/cant-load-query-packge/444 "2020-12-02T20:34:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![CPeer](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/cpeer/32/146_2.png) [@CPeer](https://discourse.pumas.ai/u/CPeer)
#### Post date: [December 2, 2020, 8:34pm UTC](https://discourse.pumas.ai/t/cant-load-query-packge/444/1 "2020-12-02T20:34:47Z")

</div>

all other packages are installed and loaded fine, but not “Query”. i using the “IV infusion” tutorial under nca, I tried running the line of code to use several of the packages. all of the packages were uploaded just fine, except “Query”. the error (since i can only embed one media image as a new user): “ArgumentError: Package Query not found in current path: \_Run 'import Pkg; Pkg.add(“Query”) to install the Query”

since it seemed like the Query package wasn’t in my current path, i tried to re-route to the correct path, but wasn’t sure where. so, i then tried to re-install the package, as instructed by the prior error message, however when i tried that, here’s the error message i received:

 ![Screen Shot 2020-12-02 at 3.31.36 PM](https://canada1.discourse-cdn.com/flex030/uploads/pumas/original/1X/eab0c482d771cf5566bdf45a775e8c4c96138220.png)

can someone inform me where the Query package is found when downloading Pumas, or why i can’t install this new?

thanks.

---

<div class="post-metadata">

### Author: ![vijay](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/vijay/32/96_2.png) [@vijay](https://discourse.pumas.ai/u/vijay)
#### Post date: [December 3, 2020, 10:20am UTC](https://discourse.pumas.ai/t/cant-load-query-packge/444/2 "2020-12-03T10:20:06Z")

</div>

hi Cody,

that is unfortunate, but we can do most work without Query. Can you let us know which specific tutorial of IV infusion under NCA you are referring to as the current tutorials don’t have any specification or use of Query.

Vijay

---

<div class="post-metadata">

### Author: ![andreasnoack](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/andreasnoack/32/22_2.png) [@andreasnoack](https://discourse.pumas.ai/u/andreasnoack)
#### Post date: [December 3, 2020, 4:00pm UTC](https://discourse.pumas.ai/t/cant-load-query-packge/444/3 "2020-12-03T16:00:01Z")

</div>

Hello Cody,

We have generally stopped using `Query` in our tutorials but this tutorial hadn’t been updated. I’ve just updated it such that it no longer uses Query and you can find the version at [https://github.com/PumasAI/PumasTutorials.jl/blob/master/notebook/nca/IV\_infusion.ipynb](https://github.com/PumasAI/PumasTutorials.jl/blob/master/notebook/nca/IV_infusion.ipynb). It will be included in the next Pumas distribution.

---

<div class="post-metadata">

### Author: ![CPeer](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/cpeer/32/146_2.png) [@CPeer](https://discourse.pumas.ai/u/CPeer)
#### Post date: [December 3, 2020, 7:33pm UTC](https://discourse.pumas.ai/t/cant-load-query-packge/444/4 "2020-12-03T19:33:27Z")

</div>

Hi, yes, that was the tutorial i was referring to. thank you for the update .
