-
-
Notifications
You must be signed in to change notification settings - Fork 223
not able to pip install the library #82
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
Comments
There is only a pre-release available at the moment, so you have to define |
sorry my problem is probably dumb but....
|
That's odd, it's working just fine here (just tested with a clean virtualenv):
|
lmao. just tested by replacing pip with pip3.8 (i tested every pip2 version and pip3 version but not pip3.8). in any case it's sad that we can't anymore use kava after the firmware update :( for me issue is closed. thanks |
@rytilahti still getting the same error $ pip3 install python-kasa --pre $ pip install python-kasa --pre |
@akshayacharya97 did you try with pip3.8 ? it's the only one who worked for me. |
1 similar comment
@akshayacharya97 did you try with pip3.8 ? it's the only one who worked for me. |
i did try and i am getting an error... |
it's because pip3.8 is not installed or in your path. |
What does If yes, you can also try to request install the specific version directly:
|
@mirsella @rytilahti thanks a lot guys. |
Glad you got it working, let's close this then! |
Uh oh!
There was an error while loading. Please reload this page.
pip3 install python-kasa
is giving me error "Could not find a version that satisfies the requirement python-kasa (from versions: )
No matching distribution found for python-kasa"
how do i resolve it?
i am using python 3.6 on ubuntu.
The text was updated successfully, but these errors were encountered: