Open nthiery opened 9 months ago
As mentioned in the readme, please see the contributing guide for a development setup description.
Hmm sorry @bollwyvl for the noise. That RTFM was well deserved: I got spoiled by these many Python package that can be installed directly from their git repo :-)
Alas, doit fails for me:
> source activate ./.venv
(/opt/jupyterlab-deck/.venv)
> doit 'serve:lab'
-- env:conda:environment-build.yml
-- env:conda:environment-docs.yml
-- env:conda:environment-test.yml
-- env:conda:environment-lint.yml
-- env:conda:environment.yml
-- setup:conda
. setup:yarn
yarn install v1.21.1
[1/4] Resolving packages...
warning lerna > @npmcli/run-script > node-gyp > make-fetch-happen > cacache > @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
error Couldn't find any versions for "@deathbeds/jupyterlab-deck" that matches "workspace:^"
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
warning workspace-aggregator-f08f579f-502d-4d69-be73-c5880fe15171 > @deathbeds/jupyterlab-deck > @jupyterlab/builder > source-map-loader > data-urls > abab@2.0.6: Use your platform's native atob() and btoa() methods instead
TaskFailed - taskid:setup:yarn
Command failed: '['jlpm']' returned 1
Any clue?
Description
Trying to currently install jupyterlab-deck from the git repository fails.
Reproduce
Short version:
Long version:
This seems to be caused by the following configuration in pyproject.toml
whereas there is no
src/_d
directory.Is there some instruction to run first that would create that directory?