wummel / linkchecker

check links in web documents or full websites
http://wummel.github.io/linkchecker/
GNU General Public License v2.0
1.42k stars 234 forks source link

Unable to install with pip on Windows (wheels?) #658

Open techtonik opened 8 years ago

techtonik commented 8 years ago

Installation with pip fails on Windows. Distributing wheels will help to fix that.

...
    copying third_party\dnspython\dns\rdtypes\IN\SRV.py -> build\lib.win32-2.7\linkcheck_dns\dns\rdtypes\IN
    copying third_party\dnspython\dns\rdtypes\IN\WKS.py -> build\lib.win32-2.7\linkcheck_dns\dns\rdtypes\IN
    copying third_party\dnspython\dns\rdtypes\IN\__init__.py -> build\lib.win32-2.7\linkcheck_dns\dns\rdtypes\IN
    running build_ext
    building 'linkcheck.HtmlParser.htmlsax' extension
    error: Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat). Get it from http://aka.ms/vcpython27

    ----------------------------------------
Command "c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\user\\appdata\\local\\temp2\\pip-build-1ragox\\linkchecker\\setup.py';exec(compile(getatt
tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\user\appdata\local\temp2\pip-7mk5t6-record\install-record.txt --sin
e-version-externally-managed --compile" failed with error code 1 in c:\users\user\appdata\local\temp2\pip-build-1ragox\linkchecker\
dpalic commented 6 years ago

Thank you for the issue report. Sadly this project is dead, and a new team is around with https://github.com/linkcheck/linkchecker for more details please see: #708 Also please close this issue and report it freshly on the new repo https://github.com/linkcheck/linkchecker/issues if your issue still persists