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

Quick Fix #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Quick Fix #5

wants to merge 1 commit into from

Conversation

lucasthahn
Copy link
Collaborator

I couldn't get any of the lib/include.foo commands to work - trying to install the repo I'd get a litany of make, pipenv, or other errors and couldn't install dependencies. I stripped all of this machinery out of the Makefile so make install only runs conda env update -f environment.yml, and can now install dependencies without issue.

I also had to do some package updates - python was pinned at 3.7, but that's incompatible with the restart source code so I had to bump to 3.8. The package xlrd which is used to display interactive grids has introduced some breaking changes in recent updates, so I swapped this out with openpyxl which solved the issue.

As of now, all the notebooks and voila notebooks run without problem on my machine; if we want we can put more effort into fixing all the lib stuff, but that also sounds like a lot of engineering effort to fix the pipenv bugs and add pre-commit hooks to a repository that probably won't see that much more development.

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.

None yet

1 participant