-
Notifications
You must be signed in to change notification settings - Fork 76
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
Opencv-python installtion error [Linux compatibility] #63
Comments
I'm afraid Lackey does not yet support Linux platforms. This is on the roadmap for v0.7.0. Looks like a Linux opencv wheel will have to be part of the puzzle. Thanks for the report! |
@glitchassassin we are working on data automation, using vagrant box. so it might be helpful |
I'm anticipating a new computer shortly, so I'll be working on cross-platform support in OS X and Linux in the near future. |
Hi) i`m sorry, but what about linux compatibility now ? |
Any progress on linux support? @glitchassassin What needs to be done for this, any way I can help? |
We need a Linux PlatformManager that implements the following methods in Linux: https://lackey.readthedocs.io/en/latest/platformmanager.html Feel free to fork the feature-linux branch and submit a pull request if you can implement any of the above! I have not had the time and resources to get to this yet myself. |
I will look into it. BTW, great work on implementing all of this already. I've loved utilizing this with python instead of with java. |
OS : Linux
Command : pip install Lackey
Error:
vagrant@vagrant-ubuntu-trusty-64:$ sudo pip install Lackey
Downloading/unpacking Lackey Downloading Lackey-0.5.4-py2-none-any.whl Requirement already satisfied (use --upgrade to upgrade): numpy in /usr/lib/python2.7/dist-packages (from Lackey) Requirement already satisfied (use --upgrade to upgrade): keyboard in /usr/local/lib/python2.7/dist-packages (from Lackey) Requirement already satisfied (use --upgrade to upgrade): requests in /usr/lib/python2.7/dist-packages (from Lackey) Requirement already satisfied (use --upgrade to upgrade): pillow in /usr/lib/python2.7/dist-packages (from Lackey) Downloading/unpacking opencv-python (from Lackey) Could not find any downloads that satisfy the requirement opencv-python (from Lackey) Cleaning up...
No distributions at all found for opencv-python (from Lackey) Storing debug log for failure in /home/vagrant/.pip/pip.log vagrant@vagrant-ubuntu-trusty-64:~$
The text was updated successfully, but these errors were encountered: