Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on page /landing-page.html #399

Open
havenerk opened this issue Jun 7, 2023 · 4 comments
Open

Issue on page /landing-page.html #399

havenerk opened this issue Jun 7, 2023 · 4 comments

Comments

@havenerk
Copy link

havenerk commented Jun 7, 2023

I cannot build the pythia-book-dev conda environment. The conda dependency solver just kills itself after several minutes (maybe 10 or 15 minutes). I've downloaded and installed each package in the environment.yml file and they all install except jupyter-book and pythia-datasets. Specifying the conda-forge channel doesn't help.

@r-ford
Copy link
Member

r-ford commented Jun 11, 2023

I was able to recreate this issue. Using mamba instead worked for me, and we are working on updating our instructions to recommend mamba (relevant discussions here and here).

@brian-rose
Copy link
Member

I don't think the updated instructions have been written up anywhere yet, but they will look something like this:

  1. Install mambaforge
  2. (from the Pythia Foundations repo) mamba env update -f environment.yml
  3. conda activate pythia-book-dev

@havenerk
Copy link
Author

This worked. I think there are some more instructions needed, but it installed, and after I conda create -n pythia-book-dev, I was able to conda activate pythia-book-dev. I think there must have been a way to name the environment with mamba, but I left that step out. Mamba is quick! Thanks for the assist #brian-rose.

@brian-rose
Copy link
Member

Great!

We can leave this issue open until #391 is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

3 participants