Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encoder could not be initialized #19

Open
tangmida opened this issue Aug 4, 2023 · 2 comments
Open

Encoder could not be initialized #19

tangmida opened this issue Aug 4, 2023 · 2 comments

Comments

@tangmida
Copy link

tangmida commented Aug 4, 2023

pygame 2.1.2 (SDL 2.0.18, Python 3.7.15)
Hello from the pygame community. https://www.pygame.org/contribute.html
Encoder could not be initialized.

Exit

@elpidak
Copy link

elpidak commented Feb 5, 2024

@tangmida did you solve the issue? i am facing the same problem

@leishi23
Copy link

leishi23 commented Mar 1, 2024

image

The error is from this script. In my case, it's due to torch.cuda.is_available() returns False, so self.conv_encoder.load() doesn't work. I guess it's because of my torch version(1.13), my CUDA version(11.8) is not compatible with the required python version (3.7)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants