Skip to content

Conversation

@jasenlo123
Copy link
Contributor

datakit project create --template cookiecutter-python-project broke because pipenv install jupyterlab installed the latest version 3.2.4 which had errors when building jupyterlab (npm dependencies). This hot fix forces an pipenv install of jupyterlab to version 3.2.1 or below.

`datakit project create --template cookiecutter-python-project` broke because `pipenv install jupyterlab` installed the latest`version 3.2.4` which had errors when building jupyterlab (npm dependencies). This hot fix forces an pipenv install of jupyterlab to `version 3.2.1` or below.
@ssempervirens
Copy link

ssempervirens commented Nov 30, 2021

Thanks, Jasen. This does work for me, but my only question is whether we want to downgrade jupyterlab as opposed to requiring a more recent version of Node, if I am understanding the problem correctly. Seems like we need Node version 13 or greater

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.

2 participants