Skip to content

Issue with Importing madrona_gpudrive in Docker Setup #529

@niuyuchenf

Description

@niuyuchenf

Hi,

I encountered an issue while following the installation instructions provided in the repository for setting up GPUDrive via Docker. After building the Docker container and installing everything as instructed, I ran the following Python command to check if the installation was successful:

import madrona_gpudrive

However, it results in the error: ModuleNotFoundError: No module named 'madrona_gpudrive'.

Interestingly, when I run the following:

import gpudrive

It works without any issues, and there is no error message.

Has anyone else encountered this problem? Is the madrona_gpudrive module perhaps missing or not properly installed in the Docker image? Could someone point me to the right steps to resolve this, or is there something I missed during installation?

Thanks in advance for any help!

Metadata

Metadata

Assignees

No one assigned

    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