manojmj92 / subtitle-downloader

Python script to automatically download subtitles for any movie/tv series episode.
GNU General Public License v3.0
776 stars 239 forks source link

Cannot install missing modules #58

Closed Tiwas closed 6 years ago

Tiwas commented 6 years ago

Hi. I was recommended this script, so went to try it. Installed python to my d: drive (windows 10), added python and python\scripts to my path, ran the script installed the requests module, tried again and it still failed. Went to install re, bs4 and zipfiles, but none of them will install.

`pip install -vvv zipfiles Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect Config variable 'WITH_PYMALLOC' is unset, Python ABI tag may be incorrect Config variable 'Py_UNICODE_SIZE' is unset, Python ABI tag may be incorrect Collecting zipfiles 1 location(s) to search for versions of zipfiles:

Same thing happens for all of them. Is there a way to manually download or fix this?

Cheers!

Tiwas commented 6 years ago

Sorry. Got it working by installing the lxml module.