Conchylicultor / DeepQA

My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Apache License 2.0
2.93k stars 1.17k forks source link

unable to download channels package on windows 7 64 bit #96

Open krati23 opened 7 years ago

krati23 commented 7 years ago

Hi I am trying to implement chatbot website section and as per requirements , i need channel package. I tried to install channels package from cmd by using pip install channels, but it gives me a large number of error related to visual studio.

Is there any other way that i can download channels package. Please let me know.

The error I am not able to resolve while downloading channels package is

cl : Command line warning D9024 : unrecognized source file type 'C:\Program' object file assumed cl : Command line warning D9027 : source file 'C:\Program' ignored cl : Command line warning D9024 : unrecognized source file type 'Files', obj ct file assumed cl : Command line warning D9027 : source file 'Files' ignored cl : Command line warning D9024 : unrecognized source file type '(x86)\Micro oft', object file assumed cl : Command line warning D9027 : source file '(x86)\Microsoft' ignored cl : Command line warning D9024 : unrecognized source file type 'Visual', ob ect file assumed cl : Command line warning D9027 : source file 'Visual' ignored cl : Command line warning D9024 : unrecognized source file type 'Studio', ob ect file assumed cl : Command line warning D9027 : source file 'Studio' ignored cl : Command line warning D9024 : unrecognized source file type '14.0\VC\bin amd64_arm;', object file assumed cl : Command line warning D9027 : source file '14.0\VC\bin\amd64_arm;' ignor d raiser.c C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /nologo INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:c:\pyth n\python35\libs /LIBPATH:c:\python\python35\PCbuild\amd64 /EXPORT:PyInit_raiser build\temp.win-amd64-3.5\Release\src/twisted/test/raiser.obj /OUT:build\lib.win amd64-3.5\twisted\test\raiser.cp35-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3 5\Release\src/twisted/test\raiser.cp35-win_amd64.lib LINK : fatal error LNK1104: cannot open file 'MSVCRT.lib' error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\b n\link.exe' failed with exit status 1104


ommand "c:\python\python35\python.exe -u -c "import setuptools, tokenize;_file ='C:\Users\krati\AppData\Local\Temp\pip-build-wbbtrx57\twisted\setup.p ';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n );f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\kr ti\AppData\Local\Temp\pip-e4aebpt_-record\install-record.txt --single-version-e ternally-managed --compile" failed with error code 1 in C:\Users\krati\AppData\ ocal\Temp\pip-build-wbbtrx57\twisted\

BobCN2017 commented 7 years ago

I use windows 10 64bit. when I install the channels,also meet this problem. finnally, I follow the prompt,install Visual C++ 2015 Build Tools from this url http://landinghub.visualstudio.com/visual-cpp-build-tools,then I can install the channels normally.