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

Windows10 Installation Error #52

Open
lokeshbhatt opened this issue May 16, 2021 · 1 comment
Open

Windows10 Installation Error #52

lokeshbhatt opened this issue May 16, 2021 · 1 comment

Comments

@lokeshbhatt
Copy link

I am facing following challenge while attemting to install simpleaudio on my windows10 machine.
I am using Python3.5 for multiple dependencies, I have for other packages, so updating python is not an option for me.

Early support is highly appreciated.

++++++++++++++ START: Installation Commands Output ++++++++++++++++++
Microsoft Windows [Version 10.0.19042.928]
(c) Microsoft Corporation. All rights reserved.

C:\Users\LokeshBhatt>python --version
Python 3.5.0

C:\Users\LokeshBhatt>pip --version
pip 19.1 from c:\users\lokeshbhatt\appdata\local\programs\python\python35\lib\site-packages\pip (python 3.5)

C:\Users\LokeshBhatt>
C:\Users\LokeshBhatt>pip install simpleaudio
Collecting simpleaudio
Using cached https://files.pythonhosted.org/packages/94/1b/4dc29653733202b68c09d9c6ca085cf67ac54859ee860647ef21ac1ff3dc/simpleaudio-1.0.4.tar.gz
Installing collected packages: simpleaudio
Running setup.py install for simpleaudio ... error
ERROR: Complete output from command 'c:\users\lokeshbhatt\appdata\local\programs\python\python35\python.exe' -u -c 'import setuptools, tokenize;file='"'"'C:\Users\LOKESH1\AppData\Local\Temp\pip-install-g85k8dh_\simpleaudio\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\LOKESH1\AppData\Local\Temp\pip-record-p0_99r3b\install-record.txt' --single-version-externally-managed --compile:
ERROR: running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.5
creating build\lib.win-amd64-3.5\simpleaudio
copying simpleaudio_init_.py -> build\lib.win-amd64-3.5\simpleaudio
copying simpleaudio\shiny.py -> build\lib.win-amd64-3.5\simpleaudio
copying simpleaudio\functionchecks.py -> build\lib.win-amd64-3.5\simpleaudio
creating build\lib.win-amd64-3.5\simpleaudio\test_audio
copying simpleaudio\test_audio\c.wav -> build\lib.win-amd64-3.5\simpleaudio\test_audio
copying simpleaudio\test_audio\e.wav -> build\lib.win-amd64-3.5\simpleaudio\test_audio
copying simpleaudio\test_audio\g.wav -> build\lib.win-amd64-3.5\simpleaudio\test_audio
copying simpleaudio\test_audio\left_right.wav -> build\lib.win-amd64-3.5\simpleaudio\test_audio
copying simpleaudio\test_audio\notes_2_16_44.wav -> build\lib.win-amd64-3.5\simpleaudio\test_audio
running build_ext
building 'simpleaudio.simpleaudio' extension
error: [WinError 2] The system cannot find the file specified
----------------------------------------
ERROR: Command "'c:\users\lokeshbhatt\appdata\local\programs\python\python35\python.exe' -u -c 'import setuptools, tokenize;file='"'"'C:\Users\LOKESH~1\AppData\Local\Temp\pip-install-g85k8dh
\simpleaudio\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\LOKESH1\AppData\Local\Temp\pip-record-p0_99r3b\install-record.txt' --single-version-externally-managed --compile" failed with error code 1 in C:\Users\LOKESH1\AppData\Local\Temp\pip-install-g85k8dh_\simpleaudio\

C:\Users\LokeshBhatt>

++++++++++++++ END: Installation Commands Output ++++++++++++++++++

@angelhdzmultimedia
Copy link

Same here. Will find another lib.

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

2 participants