-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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! |
Sure. bug-report.zip
[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 init bug-report
cd bug-report
uv venv
.venv\Scripts\activate
uv add opencv-python
code . |
Hi @Sun-ZhenXing , |
@Sun-ZhenXing |
@MOzanGul |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
opencv-python
in a python projExpected 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):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: