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

Code for the GRL paper now living in this new repository #1

Open
LenGallo opened this issue Feb 12, 2023 · 2 comments
Open

Code for the GRL paper now living in this new repository #1

LenGallo opened this issue Feb 12, 2023 · 2 comments

Comments

@LenGallo
Copy link
Member

Hi @Swanson-Hysell, @duserzym, @matdomeier, @facusapienza21 ,

To make a fresh new start I generated this repo. The associated environment.yml is included and for some reason, there are a lot of dependencies, but it works and has everything needed ...

Cheers,
Lean

@facusapienza21
Copy link
Member

@LenGallo for the environment.yml file, try to export the conda environment from the history of installed packages:

conda env export --from-history > environment.yml

should do the work.

@LenGallo
Copy link
Member Author

Thanks @facusapienza21 , it does the work, however, pmagpy is left out of the dependencies. I tried to hardcode it by adding these lines at the end of the environment.yml:

name: 2023_GRL
channels:
  - conda-forge
  - defaults
dependencies:
  - tqdm
  - kneed
  - openpyxl
  - seaborn
  - jupyterlab
  - pandas
  - cartopy
  - pip:
    - pmagpy==4.2.109

But it does not work, doesn't install pmagpy... @Swanson-Hysell @duserzym any clues?

I will leave the file like that (because at least you can use it), however, MyBinder does not compile the environment as it is right now...

cheers,
Lean

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

No branches or pull requests

2 participants