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

issue loading libs when using 32bit python on 64bit windows #105

Open
LeiYangGH opened this issue Jun 1, 2023 · 0 comments
Open

issue loading libs when using 32bit python on 64bit windows #105

LeiYangGH opened this issue Jun 1, 2023 · 0 comments

Comments

@LeiYangGH
Copy link

LeiYangGH commented Jun 1, 2023

i'm using 64bit windows(11), but using 32 bit python(3.8). when running it will report

raise PyOggError("The OpusFile library wasn't found or couldn't be loaded (maybe you're trying to use 64bit libraries with 32bit Python?)")
pyogg.pyogg_error.PyOggError: The OpusFile library wasn't found or couldn't be loaded (maybe you're trying to use 64bit libraries with 32bit Python?)

if i install pyogg in a 64 bit python, then no error.
or after install if i copy all files from PyOgg\pyogg\libs\win32 to Lib\site-packages\pyogg\libs\win32 with overwrite, then i can run code.
i think there's some issue in the setup configuration.
to avoid confusion, i'm installing from latest github source.

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

1 participant