Coder Social home page Coder Social logo

Comments (4)

milq avatar milq commented on July 22, 2024 1

@nopnop2002, I had planned to update the script at the beginning of the year, but with what you have told me I am going to update it as soon as possible. Thank you very much for your cooperation.

from milq.

nopnop2002 avatar nopnop2002 commented on July 22, 2024 1

I would appreciate it if you could change the following in the next revision.

#make -j8
make -j$(nproc)

from milq.

nopnop2002 avatar nopnop2002 commented on July 22, 2024

After further research, I found that ubuntu 22.04 also requires the following packages:

# Parallelism and linear algebra libraries:
sudo apt-get install -y libtbb-dev libeigen3-dev
# for ubuntu 22.04
sudo apt-get install -y libtbb2-dev

But cv2 cannot be imported.

$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.1 LTS (Jammy Jellyfish)"

$ opencv_version
3.4.16

$ python3
Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'cv2'

Looks like there is no opencv-python for Python 3.10... yet.

https://github.com/opencv/opencv-python/issues?q=3.10

from milq.

pjduplooy2022 avatar pjduplooy2022 commented on July 22, 2024

Sorry to necro this thread, but any way to use these changes for Debian 12? Any way to get the Ubuntu 22.04 version working?

from milq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.