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

Show problems #1

Open
shaohongwu opened this issue May 14, 2020 · 8 comments
Open

Show problems #1

shaohongwu opened this issue May 14, 2020 · 8 comments

Comments

@shaohongwu
Copy link

image

Mac os 10.15.2
Python 3.7.7

@aiXander
Copy link
Owner

aiXander commented May 15, 2020

Other people have also replied that the GUI does not show on Mac/Windows... (You can still use the live FFT features in headless mode though, just set the visualize flag to False)

I have no idea how to fix this since I'm running Ubuntu, but if somebody finds a fix, please post it here so we can help everyone else, I'd love to make this work cross-platform!

@amrrs
Copy link
Contributor

amrrs commented May 15, 2020

@shaohongwu this problem is because of your pygame version - did you try to install the recent development branch?

pip3 install pygame==2.0.0.dev4 should ideally help fix it.

but my problem is after i change the pygame version, nothing even comes (pygame just keeps on loading)

@vlievin
Copy link

vlievin commented May 15, 2020

I could get it to work on MacOS Catalina 10.15.4 by installing pygame following the official guide.

@amrrs
Copy link
Contributor

amrrs commented May 15, 2020

wow @vlievin for me the irony is other games were working but this one! Let me try this! what's the pygame version you've got?

@amrrs
Copy link
Contributor

amrrs commented May 15, 2020

and @vlievin did you test this within a virtual env or sys wide?

@amrrs
Copy link
Contributor

amrrs commented May 15, 2020

it works finally

python 3.7.7 from official Python site (not the one that comes with Mac / homebrew)
pygame 1.9.6

@vlievin
Copy link

vlievin commented May 16, 2020

I am using python from my main virtualenv with:

python 3.7.4 (default, Aug 13 2019, 15:17:50)
pygame==1.9.5.dev0
numpy==1.17.2
sounddevice==0.3.15

@Jialiang123
Copy link

Hello, I'm testing on my computer and I get this error“Input sound settings for device None and samplerate None Hz not supported, using defaults...”How to add my own device?

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

5 participants