Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Missing __init__.py files #3

Description

@mhauskn

Robogym install works when installed with the -e flag but fails in non-editable mode:

git clone git@github.com:openai/robogym.git
cd robogym
pip install .

or

pip install git+https://github.com/openai/robogym.git

The problem may be the lack of __init__.py files causing setuptools find_packages() to not pickup the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions