I'm using Stable Baselines3 for my project. I'm a newbie and haven't used Stable Baselines3 before. But unfortunately, I'm not able to continue due to the following error,
No registered env with id: PongNoFrameskip-v4
I installed Stable Baselines3 using conda instead of pip because when I used pip to install Stable Baselines3, the installation stuck for a hours. (See the attached images)
Building wheel for AutoROM.accept-rom-license (pyproject.toml) (See attached image
[here](https://i.stack.imgur.com/dy7f6.png)
)
After a bit of googling, I came to know the issue is with AutoROM license. Then I tried installing Stable Baselines3 using pip, but again installation was not moving forward and is stuck in the same position. Any help would be highly appreciated. Thanks in advance