Archiconda / build-tools

necessary build tools for the archiconda distribution
BSD 2-Clause "Simplified" License
284 stars 50 forks source link

Installing Opencv #27

Closed Zumbalamambo closed 4 years ago

Zumbalamambo commented 4 years ago

How do I install opencv within my conda environment?

I tried to use sudo apt-get installl opencv-python which works but it installs everything globally I guess. It wont let me import the packages within my conda environment.

hmaarrfk commented 4 years ago

You will have to wait until we build it for conda.

Please follow progress on conda forge

Zumbalamambo commented 4 years ago

@hmaarrfk that would save lives!

hmaarrfk commented 4 years ago

You can always install it from the system installation. But everything will have to use the system installers

Zumbalamambo commented 4 years ago

@hmaarrfk may I know what do you mean by system installation? I have tried to build it form the source but it always installs it outside the conda environment :(

hmaarrfk commented 4 years ago
sudo apt install python3-opencv

That will installit for your python that is installed in /usr/bin/python3, but not for your conda environment.

We are waiting for qt to get compiled for aarch, but that is a rather huge dependency... https://conda-forge.org/status/