Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation error due to cv2 dependency #33

Open
SoumenDass opened this issue May 13, 2024 · 0 comments
Open

Installation error due to cv2 dependency #33

SoumenDass opened this issue May 13, 2024 · 0 comments

Comments

@SoumenDass
Copy link

I created a virtualenv and tried to install in it like below:

$ pip install -r ./requirements.txt 
Collecting page_dewarp
  Downloading page_dewarp-0.1.5-py3-none-any.whl (23 kB)
Collecting numpy
  Using cached numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
Collecting scipy
  Downloading scipy-1.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.6/38.6 MB 13.9 MB/s eta 0:00:00
Collecting Image
  Downloading image-1.5.33.tar.gz (15 kB)
  Preparing metadata (setup.py) ... done
ERROR: Could not find a version that satisfies the requirement cv2>=3.0 (from versions: none)
ERROR: No matching distribution found for cv2>=3.0

Python version:

$ python3 --version
Python 3.10.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant