IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.59k stars 491 forks source link

Install Error #410

Open unspok3n opened 4 years ago

unspok3n commented 4 years ago

I tryed to install bluepy on windows 10 and get this errors

`C:\WINDOWS\system32>pip3 install bluepy Collecting bluepy Using cached bluepy-1.3.0.tar.gz (217 kB) Building wheels for collected packages: bluepy Building wheel for bluepy (setup.py) ... error ERROR: Command errored out with exit status 1: command: 'c:\users\dominik pushkarev\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Dominik Pushkarev\AppData\Local\Temp\pip-install-48s0kpbx\bluepy\setup.py'"'"'; file='"'"'C:\Users\Dominik Pushkarev\AppData\Local\Temp\pip-install-48s0kpbx\bluepy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Dominik Pushkarev\AppData\Local\Temp\pip-wheel-yyxqp3sb' cwd: C:\Users\Dominik Pushkarev\AppData\Local\Temp\pip-install-48s0kpbx\bluepy\ Complete output (6 lines): running bdist_wheel running build running build_py error: [WinError 2] No such file in this directory Working dir is C:\Users\Dominik Pushkarev\AppData\Local\Temp\pip-install-48s0kpbx\bluepy execute make -C ./bluepy clean

ERROR: Failed building wheel for bluepy Running setup.py clean for bluepy Failed to build bluepy Installing collected packages: bluepy Running setup.py install for bluepy ... error ERROR: Command errored out with exit status 1: command: 'c:\users\dominik pushkarev\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Dominik Pushkarev\AppData\Local\Temp\pip-install-48s0kpbx\bluepy\setup.py'"'"'; file='"'"'C:\Users\Dominik Pushkarev\AppData\Local\Temp\pip-install-48s0kpbx\bluepy\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\Dominik Pushkarev\AppData\Local\Temp\pip-record-hc32ttbw\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\dominik pushkarev\appdata\local\programs\python\python38\Include\bluepy' cwd: C:\Users\Dominik Pushkarev\AppData\Local\Temp\pip-install-48s0kpbx\bluepy\ Complete output (6 lines): running install running build running build_py error: [WinError 2] No such file in this directory Working dir is C:\Users\Dominik Pushkarev\AppData\Local\Temp\pip-install-48s0kpbx\bluepy execute make -C ./bluepy clean

ERROR: Command errored out with exit status 1: 'c:\users\dominik pushkarev\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Dominik Pushkarev\AppData\Local\Temp\pip-install-48s0kpbx\bluepy\setup.py'"'"'; file='"'"'C:\Users\Dominik Pushkarev\AppData\Local\Temp\pip-install-48s0kpbx\bluepy\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\Dominik Pushkarev\AppData\Local\Temp\pip-record-hc32ttbw\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\dominik pushkarev\appdata\local\programs\python\python38\Include\bluepy' Check the logs for full command output.`

CLDiego commented 4 years ago

bluepy only runs on linux