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

Missing poetry command #1

Open
Shreshtth opened this issue Aug 21, 2024 · 1 comment
Open

Missing poetry command #1

Shreshtth opened this issue Aug 21, 2024 · 1 comment

Comments

@Shreshtth
Copy link

After running the poetry command following the steps to reproduce this project from Readme. This command is failing.

poetry poe build_wasm

Poe => poetry poe build_basic && poetry poe build_simd && poetry poe build_threads && poetry poe build_simd_threads
Poe the Poet - A task runner that works well with poetry.
version 0.27.0

Error: Unrecognised task 'build_basic'

USAGE
  poetry poe [-h] [-v | -q] [-C PATH] [--ansi | --no-ansi] task [task arguments]

GLOBAL OPTIONS
  -h, --help            Show this help page and exit
  --version             Print the version and exit
  -v, --verbose         Increase command output (repeatable)
  -q, --quiet           Decrease command output (repeatable)
  -d, --dry-run         Print the task contents but don't actually run it       
  -C PATH, --directory PATH
                        Specify where to find the pyproject.toml
  --ansi                Force enable ANSI output
  --no-ansi             Force disable ANSI output

CONFIGURED TASKS
  watch
  build
  server
  build_basic_wasm
GLOBAL OPTIONS
  -h, --help            Show this help page and exit
  --version             Print the version and exit
  -v, --verbose         Increase command output (repeatable)
  -q, --quiet           Decrease command output (repeatable)
  -d, --dry-run         Print the task contents but don't actually run it
  -C PATH, --directory PATH
                        Specify where to find the pyproject.toml
  --ansi                Force enable ANSI output
  --no-ansi             Force disable ANSI output

CONFIGURED TASKS
  watch
  build
  server
  build_basic_wasm
  --version             Print the version and exit
  -v, --verbose         Increase command output (repeatable)
  -q, --quiet           Decrease command output (repeatable)
  -d, --dry-run         Print the task contents but don't actually run it
  -C PATH, --directory PATH
                        Specify where to find the pyproject.toml
  --ansi                Force enable ANSI output
  --no-ansi             Force disable ANSI output

CONFIGURED TASKS
  watch
  build
  server
  build_basic_wasm
  -d, --dry-run         Print the task contents but don't actually run it
  -C PATH, --directory PATH
                        Specify where to find the pyproject.toml
  --ansi                Force enable ANSI output
  --no-ansi             Force disable ANSI output

CONFIGURED TASKS
  watch
  build
  server
  build_basic_wasm
                        Specify where to find the pyproject.toml
  --ansi                Force enable ANSI output
  --no-ansi             Force disable ANSI output

CONFIGURED TASKS
  watch
  build
  server
  build_basic_wasm
  --no-ansi             Force disable ANSI output

CONFIGURED TASKS
  watch
  build
  server
  build_basic_wasm
CONFIGURED TASKS
  watch
  build
  server
  build_basic_wasm
  build_simd_wasm
  server
  build_basic_wasm
  build_simd_wasm
  build_simd_wasm
  build_threads_wasm
  build_simd_threads_wasm
  build_threads_wasm
  build_simd_threads_wasm
  build_wasm
  build_wasm

@kethan1
Copy link
Owner

kethan1 commented Aug 23, 2024

Hi Shreshtth. You can fix this issue by changing build_basic on line 59 in pyproject.toml to build_basic_wasm.

I will not be updating the repository for the time being due to technical debt that has accumulated and the antiquity of the project.

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

No branches or pull requests

2 participants