Skip to content

Error with setup.py install_requires? #47

@leblancfg

Description

@leblancfg

Expected behaviour

I can pip install opencv-python without a hitch on my dev box, but am running into problems when setup.py's install_requires is trying to do it. I'm assuming the issue lies here, perhaps some of you are familiar with the error message?

Actual behaviour

Processing dependencies for autocrop==0.1                                      
Searching for opencv-python            
Reading https://pypi.python.org/simple/opencv-python/                          
No local packages or working download links found for opencv-python            
error: Could not find suitable distribution for Requirement.parse('opencv-python')                                                                             

Steps to reproduce

  • example code
setup(install_requires='opencv-python')

in my package's setup.py, when running python setup.py install

  • operating system

    • Manjaro Linux
  • architecture (e.g. x86)

    • x86
  • opencv-python version

    • Latest (any)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions