MichaelYochpaz/iSubRip

Possible support also for Seven 64bit

cagure opened this issue · 3 comments

Question

Hello

I can't update to version 2.5.2 , I tried to install Build Tools, but it's not possible on Windows Seven,
anyway I try and this comes out :

!!
check.warn(importable)
copying multidict_init_.pyi -> build\lib.win-amd64-cpython-312\multidict
copying multidict\py.typed -> build\lib.win-amd64-cpython-312\multidict
running build_ext
building 'multidict._multidict' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for multidict
Failed to build multidict
ERROR: Could not build wheels for multidict, which is required to install pyproject.toml-based projects

if you have a solution to this, otherwise version 2.5.1 is fine.

Thanks for sharing your work

Hey, could you try updating pip by running python3 -m pip install --upgrade pip and then try installing the package again?

Sorry for the late reply, done, thanks for the suggestion
I solved it by running these 2 commands:
python.exe -m pip install --upgrade pip
pip install isubrip.

Thank's for your job

No problem. Glad to hear that helped :)