You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minor book, but can confuse some first time users
After using coockie-cutter to create a new project and running make setup I get the following error:
warning: in the working copy of 'CONTRIBUTING.md', CRLF will be replaced by LF the next time Git touches it
Command not found: gen-project
Command not found: gen-doc
make: *** [gen-project] Error 1
make: *** [gendoc] Error 1
Updating dependencies
Resolving dependencies... (6.5s)
Package operations: 119 installs, 1 update, 0 removals
- Installing six (1.16.0)
Looks like make is trying to run gen-project and gen-doc before poetry. Running make setup second time makes this problem going away.
Version of LinkML you are using
1.8.4
Template commit id: 21dc84
Please provide a schema (and if applicable, a data file) that replicates the issue
It uses default schema, steps to replicate are:
Install poetry
Install pipx
Install cruft pipx install cruft
Run cruft to create the project cruft create https://github.com/linkml/linkml-project-cookiecutter enter default answers to all questions
The text was updated successfully, but these errors were encountered:
I have had problems with gen-proj due to tests failing, due to cookie-cutter having no tests. This may be related. I'll be looking into this over the next few weeks.
Your right that the low-hanging fruit is to just update the README.md to say that make setup is not compatible with parallel make but we also want to see if we can make that work. There isn't any reason we should avoid parallel make generally.
Describe the bug
This is a minor book, but can confuse some first time users
After using coockie-cutter to create a new project and running
make setup
I get the following error:Looks like make is trying to run
gen-project
andgen-doc
before poetry. Runningmake setup
second time makes this problem going away.Version of LinkML you are using
1.8.4
Template commit id: 21dc84
Please provide a schema (and if applicable, a data file) that replicates the issue
It uses default schema, steps to replicate are:
poetry
pipx
pipx install cruft
cruft create https://github.com/linkml/linkml-project-cookiecutter
enter default answers to all questionsThe text was updated successfully, but these errors were encountered: