MichaelYochpaz / iSubRip

A Python command-line tool for scraping and downloading subtitles from AppleTV and iTunes movie pages.
MIT License
113 stars 15 forks source link

Possible support also for Seven 64bit #57

Closed cagure closed 8 months ago

cagure commented 8 months ago

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

MichaelYochpaz commented 8 months ago

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

cagure commented 8 months ago

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

MichaelYochpaz commented 8 months ago

No problem. Glad to hear that helped :)