AmazaspShumik/sklearn-bayes

error for installation on Windows computer with python 3 and anaconda

Sandy4321 opened this issue · 3 comments

    copying skbayes\rvm_ard_models_init_.py -> build\lib.win-amd64-3.5\skbaye
s\rvm_ard_models
    running build_ext
    No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying f
rom distutils
    building 'skbayes.decomposition_models.gibbs_lda_cython' extension
    creating build\temp.win-amd64-3.5
    creating build\temp.win-amd64-3.5\Release
    creating build\temp.win-amd64-3.5\Release\skbayes
    creating build\temp.win-amd64-3.5\Release\skbayes\decomposition_models
    cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ic:\anaconda3\lib\site-packag
es\numpy\core\include -Ic:\anaconda3\include -Ic:\anaconda3\include /Tcskbaye
s/decomposition_models/gibbs_lda_cython.c /Fobuild\temp.win-amd64-3.5\Release\sk
bayes/decomposition_models/gibbs_lda_cython.obj -O3
    Could not locate executable cl.exe
    Executable cl.exe does not exist
 
    error: Command "cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ic:\anaconda3\
lib\site-packages\numpy\core\include -Ic:\anaconda3\include -Ic:\anaconda3\i
nclude /Tcskbayes/decomposition_models/gibbs_lda_cython.c /Fobuild\temp.win-amd6
4-3.5\Release\skbayes/decomposition_models/gibbs_lda_cython.obj -O3" failed with
exit status 1

Hello, is it compatible with Python 3? My Python3 error report is the same as upstairs. Can it be repaired?

good questoin

Hello,did you finally install it?