-
Notifications
You must be signed in to change notification settings - Fork 77
Description
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!