# Pkg problems with Pluto and github page

**URL:** https://discourse.julialang.org/t/pkg-problems-with-pluto-and-github-page/75724
**Category:** Pluto
**Created:** [February 3, 2022, 11:58am UTC](https://discourse.julialang.org/t/pkg-problems-with-pluto-and-github-page/75724 "2022-02-03T11:58:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RickandMortyforever](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rickandmortyforever/32/33304_2.png) [@RickandMortyforever](https://discourse.julialang.org/u/RickandMortyforever)
#### Post date: [February 3, 2022, 11:58am UTC](https://discourse.julialang.org/t/pkg-problems-with-pluto-and-github-page/75724/1 "2022-02-03T11:58:09Z")

</div>

I need some help on a package problem.

I’ve read this document [https://github.com/fonsp/Pluto.jl/wiki/%F0%9F%8E%81-Package-management](https://github.com/fonsp/Pluto.jl/wiki/%F0%9F%8E%81-Package-management), but it was hard to understand even though the doc explain very kindly.

The problem is that I uploaded my pluto notebook( .jl file) on my github repository. The first one was OK. However the second one was not working at all from the very start (importing packages).

The error message

> ArgumentError: Package Distributions not found in current path:

- Run `import Pkg; Pkg.add("Distributions")` to install the Distributions package.

From the document, I think this error may linked with “manifest.toml”. I don’t know

For informations, I use the template to upload notebook files on github page.  
The link → [GitHub - JuliaPluto/static-export-template: A template to automatically convert Pluto notebooks to an HTML website with GitHub Pages. Demo page:](https://github.com/JuliaPluto/static-export-template)

Thanks! 👍

---

<div class="post-metadata">

### Author: ![icweaver](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/icweaver/32/45764_2.png) [@icweaver](https://discourse.julialang.org/u/icweaver)
#### Post date: [February 7, 2022, 9:38pm UTC](https://discourse.julialang.org/t/pkg-problems-with-pluto-and-github-page/75724/2 "2022-02-07T21:38:10Z")

</div>

Hey @RickandMortyforever, glad you’re checking out the static export template! It’s my understanding that you shouldn’t need a separate Project or Manifest.toml since they are baked right into the notebook if using Pluto’s built-in package manager. In other words, you shouldn’t need to install the packages yourself before using them in a notebook with this method.

Trying a [quick `Distributions.jl` example](https://icweaver.github.io/discourse_example/distributions.html) with the template also looks to be working fine on my end I think, (example repo [here](https://github.com/icweaver/discourse_example)). Is this the general setup that you were trying earlier?

---

<div class="post-metadata">

### Author: ![RickandMortyforever](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rickandmortyforever/32/33304_2.png) [@RickandMortyforever](https://discourse.julialang.org/u/RickandMortyforever)
#### Post date: [February 8, 2022, 2:40am UTC](https://discourse.julialang.org/t/pkg-problems-with-pluto-and-github-page/75724/3 "2022-02-08T02:40:55Z")

</div>

It just worked with no reason…  
I should have deleted this post. Sry.  
And thx for trying to help me!
