nadermx / backgroundremover

Background Remover lets you Remove Background from images and video using AI with a simple command line interface that is free and open source.
https://www.backgroundremoverai.com
MIT License
6.46k stars 538 forks source link

Which Python version #47

Closed av01d closed 1 year ago

av01d commented 1 year ago

What Python version should I use for this library to work? On the github page it says (under Requirements): python <= 3.6 But browsing through some issues, it seems backgroundremover might work on newer versions as well? What is the minimum (and maximum?) Python version for this tool? While you're at it... maybe update the requirements section as well? Thanks!

nadermx commented 1 year ago

I thought it was clear, python <= 3.6 means python 3.6 or greater. Although I have not tried with python 3.11

av01d commented 1 year ago

I read python <= 3.6 as Python version 3.6, or smaller. Don't you mean python >= 3.6?

nadermx commented 1 year ago

fixed, tx.

av01d commented 1 year ago

Thanks a lot!

av01d commented 1 year ago

I can confirm that it installs flawlessly on python 3.9.2 (Debian 11).