question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installing Opencv

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hmaarrfkcommented, Aug 1, 2020

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

1reaction
hmaarrfkcommented, Aug 1, 2020

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

Please follow progress on conda forge

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Install OpenCV for Python on Windows?
Downloading and Installing OpenCV: ; Type the command in the Terminal and proceed: Getting-Started ; Collecting Information and downloading data:
Read more >
opencv-python - PyPI
Installation and Usage · Option 1 - Main modules package: pip install opencv-python · Option 2 - Full package (contains both main modules...
Read more >
Install OpenCV on Windows - C++ / Python - LearnOpenCV
Step 1: Prerequisites · Step 2: Download the Installer · Step 3: Install OpenCV on Windows · Step 4: Execute a sample code....
Read more >
How to install OpenCV in Python? - Tutorialspoint
OpenCV can be installed using pip. The following command is run in the command prompt to install OpenCV. ... This command will start...
Read more >
How to Install OpenCV for Python // OpenCV for Beginners
Wassup! Welcome to the OpenCV Basics series. In this series, we'll be going through all the basics of OpenCV from the ground up....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found