-
-
Notifications
You must be signed in to change notification settings - Fork 568
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
Installation on windows fails without netifaces (optional) dependency #1027
Comments
Ohh, looks like this might be a bug in poetry: python-poetry/poetry#2357 . edit: looks like that is not working either, this needs some more investigation, but optional dependencies should definitely not be required to install the package :-( |
Ahh, that's unfortunate but I guess nothing we can do about it? |
That will need some investigation, but I hope a solution can be found. |
@euronion I just realized that disabling the dependency installation ( |
That's an amazingly simple workaround! Thanks, worked like a charm. |
Its still not fixed and its extremely frustrating |
@thelittleerik are you sure? #1738 should have actually fixed this for good, but there has been no releases since then, so you'd need to use the current master branch checkout or do |
I am unable to install
python-miio
on windows.I do not have Microsoft Visual C++ 14.0 (or greater) installed, thus the installation fails when trying to install
netifaces
.As I understood it
netifaces
should be an optional dependency and not be required for the installation on Windows since release 0.5.5 (#964 ).Version information (please complete the following information):
Device information:
n/a
To Reproduce
Steps to reproduce the behavior (I am using
conda
andmamba
instead ofvirtualenv
):Expected behavior
python-miio
should be installed withoutnetifaces
being required.Console output
Expand here
The text was updated successfully, but these errors were encountered: