Giter Club home page Giter Club logo

Comments (3)

MinhDung0803 avatar MinhDung0803 commented on July 20, 2024

I have complied successfully with python3 by followed these steps:

  1. Uninstall Python2 out of your Jetson
    sudo apt purge -y python2.7-minimal

  2. Replace default Python2 by Python3(and pip also)
    sudo ln -s /usr/bin/python3 /usr/bin/python
    sudo ln -s /usr/bin/pip3 /usr/bin/pip

  3. Build opencv 4.4.0
    sudo ./build_opencv.sh

Result:
Screen Shot 2021-12-29 at 12 06 03

I hope this help :)

from nano_build_opencv.

sarvaatmak avatar sarvaatmak commented on July 20, 2024

@MinhDung0803 @mdegans I did as you said and uninstalled python2 but then i run the script and observed that it again reinstalled python2 while ongoing process.
can you create separate scripts for python3 and python2 it might help a lot.
i am trying to install cv2 with your sctipt in jetpack 4.6 i think its installing version opencv 4.4 will update you the result i.e if successful or not and to clarify i am installing on jetson xavier nx .
thanks.

from nano_build_opencv.

mdegans avatar mdegans commented on July 20, 2024

The expected behavior is to build for both. I'll try to replicate when I get a chance.

@MinhDung0803

These commands here...

sudo ln -s /usr/bin/python3 /usr/bin/python
sudo ln -s /usr/bin/pip3 /usr/bin/pip

...might break a lot of things on Linux for Tegra because /usr/bin/python is usually python2 and apt needs to know when a python version changes. Try instead:

sudo update-alternatives --config python

To see what versions are available and switch. It will still likely break a lot of things, but hopefully fewer. Recent Ubuntu versions (and likely L4T) use python instead of python3, but only if you install a python-is-python3 package for it.

$ python
Command 'python' not found, did you mean:
  command 'python3' from deb python3
  command 'python' from deb python-is-python3

from nano_build_opencv.

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.