# Issues with installation

**URL:** https://discourse.pumas.ai/t/issues-with-installation/1391
**Category:** Installation
**Created:** [March 18, 2026, 10:44am UTC](https://discourse.pumas.ai/t/issues-with-installation/1391 "2026-03-18T10:44:49Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![medhat](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/medhat/32/548_2.png) [@medhat](https://discourse.pumas.ai/u/medhat)
#### Post date: [March 18, 2026, 10:44am UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/1 "2026-03-18T10:44:49Z")

</div>

Hi all,

I’m having some trouble understanding whether I’ve installed or updated Pumas correctly.

After some effort, I managed to get Pumas working when I create a new file in the global Julia environment. However, I cannot add or use Pumas in a new environment or project.

My typical workflow is to initialize a project using DrWatson.jl. When I activate a project folder and try to add or use Pumas, I get the following error (this also happens with my older projects):

```auto
ERROR: The following package names could not be resolved:
 * Pumas (not found in project, manifest or registry)
   Suggestions: Numssp, Damask, Purses, Pandas, Grumps, Primes, PDMats

```

It seems that I now have to use the Pumas installer to “Install to project” every time, whereas before I could simply do `using Pumas` in a project. Is this the expected workflow?

Additionally, to work with my old projects, do I need to import my scripts into a new folder where Pumas has been installed to the project environment?

Finally, I noticed that I no longer have a Pumas folder in:

```auto
C:\…\AppData\Local\Programs

```

where it was located in previous installations.

Any guidance on the correct way to set up Pumas for use in isolated Julia projects would be greatly appreciated.

---

<div class="post-metadata">

### Author: ![Michael](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/michael/32/818_2.png) [@Michael](https://discourse.pumas.ai/u/Michael)
#### Post date: [March 18, 2026, 1:46pm UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/2 "2026-03-18T13:46:25Z")

</div>

Hello @medhat,

> [@medhat](#):
>
> It seems that I now have to use the Pumas installer to “Install to project” every time

“Install to project” is the correct way to make use of Pumas in a non-global location. It will not duplicate any installation data, just adds the resolve Project.toml and Manifest.toml files to the local folder so that `using` finds the correct version from your depot path. Once Pumas is set up in a folder then you can use normal package operations to add any additional packages that are compatible with the particular Pumas release if they are not provided in the default set. [Desktop Installation · Pumas](https://docs.pumas.ai/stable/platformdetails/desktop/#Adding-Packages-to-Environments) for the specifics needed when adding extra packages.

> [@medhat](#):
>
> whereas before I could simply do `using Pumas` in a project. Is this the expected workflow?

If you were able to do `using Pumas` from any environment then that means it was installed directly in your default global environment. We discourage that since it results in non-reproducible environments.

> [@medhat](#):
>
> where it was located in previous installations.

It behaves more closely to a normal Julia package now and all data is just stored in the Julia depot path like any other Julia packages on your system and managed by the same system as the rest of your Julia installation.

---

<div class="post-metadata">

### Author: ![medhat](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/medhat/32/548_2.png) [@medhat](https://discourse.pumas.ai/u/medhat)
#### Post date: [March 18, 2026, 4:19pm UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/3 "2026-03-18T16:19:54Z")

</div>

Then that means all went well!

Indeed it was installed directly before in which case it would conflict with adding certain packages (like Plots.jl).

Thanks for the clear explanation, Michael.

---

<div class="post-metadata">

### Author: ![behn00sh](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/behn00sh/32/711_2.png) [@behn00sh](https://discourse.pumas.ai/u/behn00sh)
#### Post date: [April 23, 2026, 3:58pm UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/4 "2026-04-23T15:58:59Z")

</div>

I’ve been having issue with installation since new year and it hasn’t been resolved. I had pumas 2.7.0 and it was working fine. after receiving the new license key I tried to install 2.8.0 from VScode.

I saw newer post on installing for project each time, but still this is what I get.

 ![Screenshot 2026-04-23 115908](https://canada1.discourse-cdn.com/flex030/uploads/pumas/original/1X/a073252cf037823662d4ad0e37cd94a34b3730e8.jpeg)

---

<div class="post-metadata">

### Author: ![Michael](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/michael/32/818_2.png) [@Michael](https://discourse.pumas.ai/u/Michael)
#### Post date: [April 24, 2026, 1:59pm UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/5 "2026-04-24T13:59:49Z")

</div>

Hi @behn00sh,

![image](https://canada1.discourse-cdn.com/flex030/uploads/pumas/optimized/1X/fe2fa89e2d524b0030b47b25d0a705cca78fa619_2_690x21.jpeg)

Can you check whether anything exists in that path above, or any of it’s parent directories? It may be that the folder structures have be left in a incomplete state.

Kind regards,  
Michael

---

<div class="post-metadata">

### Author: ![behn00sh](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/behn00sh/32/711_2.png) [@behn00sh](https://discourse.pumas.ai/u/behn00sh)
#### Post date: [April 24, 2026, 2:53pm UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/6 "2026-04-24T14:53:31Z")

</div>

![Screenshot 2026-04-24 105145](https://canada1.discourse-cdn.com/flex030/uploads/pumas/original/1X/70ffb04410cfbb890bc60049485d41752762efa4.jpeg)

I don’t have an env under data, I do see packages and registry. packages have subfolders including pumas, pumasproductmanager,…

---

<div class="post-metadata">

### Author: ![Michael](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/michael/32/818_2.png) [@Michael](https://discourse.pumas.ai/u/Michael)
#### Post date: [April 24, 2026, 2:55pm UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/7 "2026-04-24T14:55:12Z")

</div>

Likely an incomplete download happened, delete the ppr folder and then start up vscode again, that might sort it.

---

<div class="post-metadata">

### Author: ![behn00sh](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/behn00sh/32/711_2.png) [@behn00sh](https://discourse.pumas.ai/u/behn00sh)
#### Post date: [April 24, 2026, 3:02pm UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/8 "2026-04-24T15:02:54Z")

</div>

Thanks, in the VScode, do I start with a julia REPL and run using Pumas? that didn’t work.

---

<div class="post-metadata">

### Author: ![Michael](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/michael/32/818_2.png) [@Michael](https://discourse.pumas.ai/u/Michael)
#### Post date: [April 24, 2026, 3:05pm UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/9 "2026-04-24T15:05:50Z")

</div>

> do I start with a julia REPL and run using Pumas

Had you successfully done an install of one of the Pumas versions into either a folder, or globally?

What does `import Pkg; Pkg.status()` print in that REPL that you started?

---

<div class="post-metadata">

### Author: ![behn00sh](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/behn00sh/32/711_2.png) [@behn00sh](https://discourse.pumas.ai/u/behn00sh)
#### Post date: [April 24, 2026, 8:08pm UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/10 "2026-04-24T20:08:03Z")

</div>

I have tried to install globally

julia\> import Pkg; Pkg.status()  
Status `C:\Users\[...]\Project.toml`  
[cbdf2221] AlgebraOfGraphics  
[336ed68f] CSV  
[13f3f980] CairoMakie  
[324d7699] CategoricalArrays  
[8be319e6] Chain  
[a93c6f00] DataFrames  
[1313f7d8] DataFramesMeta  
[beb94c34] Pumas  
[4ac06bc8] PumasUtilities  
[2913bbd2] StatsBase

---

<div class="post-metadata">

### Author: ![behn00sh](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/behn00sh/32/711_2.png) [@behn00sh](https://discourse.pumas.ai/u/behn00sh)
#### Post date: [April 24, 2026, 8:09pm UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/11 "2026-04-24T20:09:52Z")

</div>

ERROR: ArgumentError: Package Pumas [beb94c34-532f-45f5-9be7-ab1c2c37158e] is required but does not seem to be installed:

- Run `Pkg.instantiate()` to install all recorded dependencies.

Stacktrace:  
[1] \_require(pkg::Base.PkgId, env::String)  
@ Base .\loading.jl:2515  
[2] \_\_require\_prelocked(uuidkey::Base.PkgId, env::String)  
@ Base .\loading.jl:2388  
[3] #invoke\_in\_world#3  
@ .\essentials.jl:1089 [inlined]  
[4] invoke\_in\_world  
@ .\essentials.jl:1086 [inlined]  
[5] \_require\_prelocked(uuidkey::Base.PkgId, env::String)  
@ Base .\loading.jl:2375  
[6] macro expansion  
@ .\loading.jl:2314 [inlined]  
[7] macro expansion  
@ .\lock.jl:273 [inlined]  
[8] \_\_require(into::Module, mod::Symbol)  
@ Base .\loading.jl:2271  
[9] #invoke\_in\_world#3  
@ .\essentials.jl:1089 [inlined]  
[10] invoke\_in\_world  
@ .\essentials.jl:1086 [inlined]  
[11] require(into::Module, mod::Symbol)  
@ Base .\loading.jl:2260

---

<div class="post-metadata">

### Author: ![Michael](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.pumas.ai/michael/32/818_2.png) [@Michael](https://discourse.pumas.ai/u/Michael)
#### Post date: [April 27, 2026, 7:38am UTC](https://discourse.pumas.ai/t/issues-with-installation/1391/12 "2026-04-27T07:38:44Z")

</div>

> [@behn00sh](#):
>
> [cbdf2221] AlgebraOfGraphics  
> [336ed68f] CSV  
> [13f3f980] CairoMakie  
> [324d7699] CategoricalArrays  
> [8be319e6] Chain  
> [a93c6f00] DataFrames  
> [1313f7d8] DataFramesMeta  
> [beb94c34] Pumas  
> [4ac06bc8] PumasUtilities  
> [2913bbd2] StatsBase

Is that the full list, or is that truncated?
