Skip to content

setup.sh: appworld install fails with "Secondary flag" TypeError #6

@arjuntheprogrammer

Description

@arjuntheprogrammer

Summary

Running env_service/environments/appworld/setup.sh currently fails when it invokes conda run appworld install. The appworld CLI raises a Typer TypeError: Secondary flag is not valid for non-boolean flag.

Steps to Reproduce

  1. cd env_service/environments/appworld
  2. bash setup.sh

Observed Behavior

The script stops during conda run appworld install with the following traceback:

TypeError: Secondary flag is not valid for non-boolean flag.

ERROR conda.cli.main_run:execute(125): `conda run appworld install` failed.

Expected Behavior

The setup script should complete successfully so that the appworld environment can be provisioned.

Notes

The Conda environment creation and dependency installation steps succeed. Only the CLI invocation fails.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions