mv-extractor icon indicating copy to clipboard operation
mv-extractor copied to clipboard

pip install fails

Open SoftologyPro opened this issue 1 year ago • 9 comments

pip install motion-vector-extractor ERROR: Could not find a version that satisfies the requirement motion-vector-extractor (from versions: none) ERROR: No matching distribution found for motion-vector-extractor

SoftologyPro avatar Jun 29 '23 09:06 SoftologyPro

I met the same problem, have you solved it?

KoalaAndyZheng avatar Jul 13 '23 17:07 KoalaAndyZheng

same error on Centos 7

jianlong-yuan avatar Jul 24 '23 08:07 jianlong-yuan

git clone https://github.com/LukasBommes/mv-extractor.git
cd mv-extractor/
pip install .

wangqiang9 avatar Jul 31 '23 02:07 wangqiang9

image I found that it seems to only support Python versions 3.8 and above. After updating the Python version, the installation can be completed smoothly

wangqiang9 avatar Jul 31 '23 02:07 wangqiang9

https://pypi.org/project/motion-vector-extractor/#files

wangqiang9 avatar Jul 31 '23 02:07 wangqiang9

image I found that it seems to only support Python versions 3.8 and above. After updating the Python version, the installation can be completed smoothly

My python version is 3.10 and I still get this error

1933874502 avatar Aug 31 '23 14:08 1933874502

can not support CentOS?i get the same error

YujieOuO avatar Sep 27 '23 10:09 YujieOuO

pip install motion-vector-extractor ERROR: Could not find a version that satisfies the requirement motion-vector-extractor (from versions: none) ERROR: No matching distribution found for motion-vector-extractor

exactly this issue, python version 3.8 is it only for linux?

ashleycolton avatar Oct 05 '23 07:10 ashleycolton

pip install motion-vector-extractor ERROR: Could not find a version that satisfies the requirement motion-vector-extractor (from versions: none) ERROR: No matching distribution found for motion-vector-extractor

exactly this issue, python version 3.8 is it only for linux?

for me, It can be successfully installed on Ubuntu, but cannot be found on CentOS.

YujieOuO avatar Oct 05 '23 08:10 YujieOuO