Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

AttributeError: module 'genesis' has no attribute 'generate'

Open clairelee5740 opened this issue 10 months ago • 3 comments

I found this project amazing and hope to try out as in the demo video

here is my code:

import genesis as gs

gs.generate("A water droplet drops onto a beer bottle ans then slowly slides down along the bottle surface.")

However, it says:

Traceback (most recent call last):
  File "...\genesis_test.py", line 2, in <module>
    gs.generate("A water droplet drops onto a beer bottle ans then slowly slides down along the bottle surface.")
AttributeError: module 'genesis' has no attribute 'generate'

I have installed genesis-world

Is there anyone facing the same problem and how do you solve it? Thanks!

clairelee5740 avatar Dec 20 '24 09:12 clairelee5740