You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
Encountered error while trying to install package.
cwiid
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.`
i think this is because it only installs the python folder and cant find the bluetooth.c in libcwiid
i tryd installing it manuali dosent work eather
The text was updated successfully, but these errors were encountered:
Hi
if i try to install cwiid i get this error:
` Running setup.py install for cwiid did not run successfully.
exit code: 1
[11 lines of output]
running install
running build
running build_ext
building 'cwiid' extension
creating build
creating build\temp.win-amd64-3.9
creating build\temp.win-amd64-3.9\Release
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\pyCharm\projects\wiiremotegame\venv\include -IC:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0\include -IC:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.3312.0_x64__qbz5n2kfra8p0\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\include -IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt /TcWiimote.c /Fobuild\temp.win-amd64-3.9\Release\Wiimote.obj
Wiimote.c
Wiimote.c(26): fatal error C1083: Cannot open include file: 'bluetooth/bluetooth.h': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
Encountered error while trying to install package.
cwiid
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.`
i think this is because it only installs the python folder and cant find the bluetooth.c in libcwiid
i tryd installing it manuali dosent work eather
The text was updated successfully, but these errors were encountered: