Skip to content
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

Open
DeChrish opened this issue Feb 13, 2017 · 7 comments
Open

Opencv-python installtion error [Linux compatibility] #63

DeChrish opened this issue Feb 13, 2017 · 7 comments

Comments

@DeChrish
Copy link

DeChrish commented Feb 13, 2017

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:~$

@glitchassassin
Copy link
Owner

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!

@DeChrish
Copy link
Author

@glitchassassin we are working on data automation, using vagrant box. so it might be helpful

@glitchassassin
Copy link
Owner

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.

@glitchassassin glitchassassin changed the title Opencv-python installtion error Opencv-python installtion error [Linux compatibility] Apr 3, 2017
@Barmalei90x
Copy link

Hi) i`m sorry, but what about linux compatibility now ?

@fvertk
Copy link

fvertk commented May 22, 2019

Any progress on linux support? @glitchassassin What needs to be done for this, any way I can help?
I am installing Lackey on a docker container and get the following:
NotImplementedError: Lackey is currently only compatible with Windows and OSX.

@glitchassassin
Copy link
Owner

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.

@fvertk
Copy link

fvertk commented May 23, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants