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

Specific requirements versions #9

Open
Antari-yan opened this issue Dec 15, 2023 · 5 comments
Open

Specific requirements versions #9

Antari-yan opened this issue Dec 15, 2023 · 5 comments

Comments

@Antari-yan
Copy link

To get this to work I had to specify the versions in the requirements file.

opencv-python==4.5.5.64
infomedia==1.0.2
Pillow==9.5.0
@ming019
Copy link

ming019 commented Aug 10, 2024

I suspect a specific version of numpy is also needed. Maybe numpy==1.14.5

@ming019
Copy link

ming019 commented Aug 10, 2024

And I encounter many times legacy install failed. Cannot get this to work.

@Antari-yan
Copy link
Author

I have numpy version1.26.2 and Python 3.10.12.
Still works without any issue.
Maybe I will make a Container for this at some point

@ming019
Copy link

ming019 commented Aug 12, 2024

Tried.
numpy==1.26.2 can be installed without warning. thumb-gen works too.
Better add numpy==1.26.2 as requirement, given opencv-python==4.5.5.64 will require numpy, and it will automatically get latest version of numpy which does not work with opencv-python==4.5.5.64

@Antari-yan
Copy link
Author

thanks for the info.
Added that to my fork

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

2 participants