Coder Social home page Coder Social logo

Comments (4)

skvark avatar skvark commented on August 19, 2024

Your pip version is too old for manylinux wheels. Also you are probably missing wheel package.

pip3 install --upgrade pip
pip3 install wheel

from opencv-python.

DrSensor avatar DrSensor commented on August 19, 2024

still error

pip3 install --upgrade pip && \
        pip3 install --upgrade wheel && \
        pip3 install opencv-python
Downloading/unpacking pip from https://pypi.python.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0
e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl#md5=297dbd16ef53bcef0447d245815f5144
  Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded
Installing collected packages: pip
  Found existing installation: pip 1.5.4
    Not uninstalling pip at /usr/lib/python3/dist-packages, owned by OS
Successfully installed pip
Cleaning up...
Requirement already up-to-date: wheel in /usr/local/lib/python3.4/dist-packages
Cleaning up...
Downloading/unpacking opencv-python
  Could not find any downloads that satisfy the requirement opencv-python
Cleaning up...
No distributions at all found for opencv-python
Storing debug log for failure in /root/.pip/pip.log

from opencv-python.

cachitas avatar cachitas commented on August 19, 2024

Try to pip install -U setuptools before also. Recently, I've obersevd that sometimes setuptools and distutils conflict with each other. I believe I saw this with docker...

I got to the point where for every new virtual environement I create, first thing I do is pip install -U pip setuptools wheel.

from opencv-python.

skvark avatar skvark commented on August 19, 2024

Pip 1.5.4 is over 3 years old. Please consider using Python virtual envs.

This issue is not related to opencv-python. Please ask general Python (package management) questions via Stackoverflow or some other programming community.

from opencv-python.

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.