LukasBommes / mv-extractor

Extract frames and motion vectors from H.264 and MPEG-4 encoded video.
MIT License
279 stars 56 forks source link

pip install fails #30

Open SoftologyPro opened 1 year ago

SoftologyPro commented 1 year ago

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

KoalaAndyZheng commented 1 year ago

I met the same problem, have you solved it?

jianlong-yuan commented 1 year ago

same error on Centos 7

wangqiang9 commented 1 year ago
git clone https://github.com/LukasBommes/mv-extractor.git
cd mv-extractor/
pip install .
wangqiang9 commented 1 year ago

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 commented 1 year ago

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

1933874502 commented 1 year ago

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

YujieOuO commented 11 months ago

can not support CentOS?i get the same error

ashleycolton commented 11 months ago

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?

YujieOuO commented 11 months ago

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.