webcam-filters icon indicating copy to clipboard operation
webcam-filters copied to clipboard

Can't install because of Python version

Open Nord1cWarr1or opened this issue 1 year ago • 1 comments

pip install:

ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.9,<3.10; 0.1.0a0 Requires-Python >=3.9,<3.10; 0.2.0 Requires-Python >=3.9,<3.10; 0.2.0a0 Requires-Python >=3.9,<3.10; 0.2.0a1 Requires-Python >=3.9,<3.10; 0.2.0a2 Requires-Python >=3.9,<3.10; 0.2.1 Requires-Python >=3.9,<3.10; 0.2.1a0 Requires-Python >=3.9,<3.10; 0.2.2 Requires-Python >=3.8,<3.10; 0.2.2a0 Requires-Python >=3.8,<3.10;0.3.0 Requires-Python >=3.8,<3.10
ERROR: Could not find a version that satisfies the requirement webcam-filters (from versions: none)
ERROR: No matching distribution found for webcam-filters

git: ERROR: Package 'webcam-filters' requires a different Python: 3.11.3 not in '<3.11,>=3.8'

Nord1cWarr1or avatar May 31 '23 05:05 Nord1cWarr1or

i've made a fork, you can install it like this, while the PR is being reviewed.

pip install git+https://github.com/askz/webcam-filters.git@patch-1

askz avatar Sep 06 '23 23:09 askz