-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cant install PyBluez on Windows: use_2to3 is invalid. #431
Comments
Ok so for anyone who wants to instal this:
this might help |
Consider adding this to readme? It could help a lot. |
@PRO-2684 It should be mentioned somewhere on the issue tracker but everyone seem to send duplicate reports without searching and eventually made searching more difficult. |
Recently pybluez is not maintained actively and causing troubles. One of the troubles is pip installation failure [1] and this made pyscrlink uninstallable via pip. To avoid this, remove pybluez dependency from pyscrlink. This removes Bluetooth Classic protocol support, then LEGO Mindstorm EV3 is no longer supported. [1] pybluez/pybluez#431 Signed-off-by: Shin'ichiro Kawasaki <kawasaki@juno.dti.ne.jp>
Thanks @dogtopus your line is working well 👌🏻 |
Didn't work for me |
can't work for me either pip install pybluez2 × python setup.py egg_info did not run successfully. |
incompetant fool didnt check hes work before releasing this is a total epic fail i expect better, im using windows 11 64 but python 3.11 tried multiple ways and it fails to install! fixit!!! |
Necessary Python 3.7 version pip install pybluez-0.23-cp37-cp37m-win_amd64.whl pip install pyinstaller |
Windows Installation Errorpip install git+https://github.com/pybluez/pybluez.git#egg=pybluez × Building wheel for pybluez (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
I have the same problem with the comment above. I already have the version 14 or above but it still gives me the same error. |
The fix provided by @dogtopus nolonger works.
|
I was able to fix this by running |
Can we change the I don't think Or can we update the pip index? |
I tried
This are what I used to solve it and it work fine for me:
Those are the step I took to resolve the issue. I am using ubuntu directly from laptop (not from VM) |
BTW @Yembot31013 's solution works within pip installing from repository as well. Don't need step 3. Seems like the setuptools/wheel/cython combo are what fixes it. |
System
whenever i try to install pybluez via terminal and or Zip i get this
note
I was able to recreate this error just by trying to install it on a VM
also with the same system
i tried it without installing the SDK didnt work and got lots of errors as (expectet) but i also got the error above
after installing the sdk i got just the error above
pls Help thx
The text was updated successfully, but these errors were encountered: