Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

No entrypoint file found && failed to create new program: No such project #701

Answered by mikBighne98
serdarakyol asked this question in Help
Discussion options

You must be logged in to vote

https://docs.deta.sh/docs/cli/commands/#notes

If path is not an empty directory and does not have an entrypoint file (either main.py or index.js) a name must be provided, under which deta will create a micro with a starter app.

So your first situation showed No entrypoint file found in '/path/sabiduria-tool'. Please, provide a name or path to create a new micro elsewhere. See "deta new --help".' cause it's missing the entrypoint file (main.py) in the root /path/sabiduria-tool/ path. In your case you need to run deta new in the /path/sabiduria-tool/sabiduria_tool_api directory.

And for the second situation iirc new users need to create their first project at deta dashboard after creating…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@serdarakyol
Comment options

@mikBighne98
Comment options

@serdarakyol
Comment options

Answer selected by serdarakyol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants