You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run env.render
i get this error
AssertionError: No 'v' attribute found in ShaderProgram(id=4).
Valid attibutes are: {'colors': Attribute('colors', program=4, location=1, count=4, format=f), 'position': Attribute('position', program=4, location=0, count=3, format=f), 'tex_coords': Attribute('tex_coords', program=4, location=2, count=3, format=f)}.
The text was updated successfully, but these errors were encountered:
Hi,
Can you post the full stack trace (i.e. the line this error is thrown)?
To be honest, this doesn't look to originate from our code base, so I am thinking this is a mix-up/incompatibility with an installed package (e.g. pyglet or gym?)
Could you also post information about the system you are running and the installed packages (versions)?
when i run env.render
i get this error
AssertionError: No 'v' attribute found in ShaderProgram(id=4).
Valid attibutes are: {'colors': Attribute('colors', program=4, location=1, count=4, format=f), 'position': Attribute('position', program=4, location=0, count=3, format=f), 'tex_coords': Attribute('tex_coords', program=4, location=2, count=3, format=f)}.
The text was updated successfully, but these errors were encountered: