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

Add PyGMT #89

Merged
merged 3 commits into from
Sep 26, 2023
Merged

Add PyGMT #89

merged 3 commits into from
Sep 26, 2023

Conversation

weiji14
Copy link
Member

@weiji14 weiji14 commented Sep 19, 2023

A Python interface for the Generic Mapping Tools. Repo at https://github.com/GenericMappingTools/pygmt

Partially addresses #86.

A Python interface for the Generic Mapping Tools. Repo at https://github.com/GenericMappingTools/pygmt
@weiji14 weiji14 self-assigned this Sep 19, 2023
@weiji14
Copy link
Member Author

weiji14 commented Sep 19, 2023

/condalock

@github-actions
Copy link

Binder 👈 Test this PR on Binder

@weiji14 weiji14 mentioned this pull request Sep 19, 2023
9 tasks
@weiji14
Copy link
Member Author

weiji14 commented Sep 20, 2023

/condalock

@weiji14
Copy link
Member Author

weiji14 commented Sep 20, 2023

Getting this error message in the test build at https://github.com/CryoInTheCloud/hub-image/actions/runs/6243963744/job/16950178339#step:5:3426:

  E: Unable to locate package python-mode
  Removing intermediate container 730766d7cba1
  The command '/bin/sh -c apt-get -qq update && apt-get install --yes --no-install-recommends ack build-essential chromium-browser curl dbus-x11 emacs emacs-goodies-el emacs-nox firefox gedit gfortran git-gui gitg htop imagemagick jed jed-extra latexdiff latexmk libgl1-mesa-glx lmodern man man-db manpages-dev manpages-posix manpages-posix-dev mc meld mr multitail nano nnn pandoc perl-doc pydf python-mode qgit rsync ruby screen texlive-fonts-extra texlive-fonts-recommended texlive-lang-chinese texlive-plain-generic texlive-science texlive-xetex tig tmux tree vim vim-gtk3 wget xclip xfce4 xfce4-goodies xorg xsel xubuntu-icon-theme zsh && apt-get -qq purge && apt-get -qq clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

From what I can tell, the default docker base image used by repo2docker has changed (see jupyterhub/repo2docker#1287) from docker.io/library/buildpack-deps:bionic (18.04) to docker.io/library/buildpack-deps:jammy (22.04), so we'll need to update some packages in apt.txt like python-mode which is not available in Ubuntu 22.04 Jammy Jellyfish.

Edit: Started PR at #90 to remove python-mode, because the change needs to happen on the main branch.

@weiji14
Copy link
Member Author

weiji14 commented Sep 20, 2023

/condalock

@weiji14
Copy link
Member Author

weiji14 commented Sep 22, 2023

/condalock

1 similar comment
@weiji14
Copy link
Member Author

weiji14 commented Sep 25, 2023

/condalock

@weiji14 weiji14 marked this pull request as ready for review September 25, 2023 20:07
Copy link

@MattF-NSIDC MattF-NSIDC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@weiji14 weiji14 merged commit f637d80 into main Sep 26, 2023
1 check passed
@weiji14 weiji14 deleted the add-pygmt branch September 26, 2023 22:15
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

Successfully merging this pull request may close these issues.

3 participants