Skip to content

Missing requirements.txt in multiple examples (Robot, CIFAR100) prevents execution #351

@abhishek-8081

Description

@abhishek-8081

Several example directories, specifically examples/robot and examples/cifar100, rely on dependencies that are not listed in the core requirements.txt and do not have their own requirements files. This makes it impossible for users to run these examples without manually identifying and installing missing packages through trial and error.


Affected Modules

examples/robot
Missing:

  • torch
  • torchvision
  • fastapi
  • uvicorn
  • opencv-python-headless
  • Pillow
  • pydantic
  • sedna

examples/cifar100
Missing:

  • tensorflow
  • keras
  • sedna

Suggested Fix

Add a requirements.txt file to each of these example directories listing their specific dependencies.

Metadata

Metadata

Assignees

Labels

kind/documentationCategorizes issue or PR as related to documentation.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions