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

Long version name recognition error #150

Closed
Sun-ZhenXing opened this issue Sep 21, 2024 · 5 comments
Closed

Long version name recognition error #150

Sun-ZhenXing opened this issue Sep 21, 2024 · 5 comments
Labels
bug Something isn't working
Milestone

Comments

@Sun-ZhenXing
Copy link

Describe the bug
A clear and concise description of what the bug is.

image

To Reproduce
Steps to reproduce the behavior:

  1. install opencv-python in a python proj

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windws [e.g. iOS]
  • Version 11 [e.g. 22]

Additional context
Add any other context about the problem here.

Version: 1.93.1 (user setup)
Commit: 38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40
Date: 2024-09-11T17:20:05.685Z
Electron: 30.4.0
ElectronBuildId: 10073054
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631
@MOzanGul MOzanGul added the bug Something isn't working label Sep 23, 2024
@MOzanGul MOzanGul added this to the 0.7.11 milestone Sep 23, 2024
@kadirkaang
Copy link
Contributor

Hi @Sun-ZhenXing,

Thanks for your patience while we look into this issue! Could you let us know if there’s a lock file for the manifest file related to it? If you have it, sharing would be super helpful!

Thanks!

@Sun-ZhenXing
Copy link
Author

Sure. bug-report.zip

pyproject.toml:

[project]
name = "bug-report"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "opencv-python>=4.10.0.84",
]

You can also create your own, use uv to manage this Python project.

uv init bug-report
cd bug-report
uv venv
.venv\Scripts\activate
uv add opencv-python
code .

@MOzanGul
Copy link

Hi @Sun-ZhenXing ,
We fixed this issue on our newest version 0.7.11.
Thank you for contributing!

@MOzanGul
Copy link

@Sun-ZhenXing
We'd be really happy if you could review Dependi, here is our reviews page.

@Sun-ZhenXing
Copy link
Author

@MOzanGul
Thank you, I have tested it now and the issue has been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants