When I executing "from _anomaly_kernel_cython import median_filter" -->
ImportError: Building module _anomaly_kernel_cython failed: ['distutils.errors.DistutilsPlatformError: Unable to find vcvarsall.bat\n']
I have installed Microsoft LightSwitch for Visual Studio 2015 14.0.25431.01 Update 3
System: windows 10
python: 3.6
How can I solve it?
When I executing "from _anomaly_kernel_cython import median_filter" -->
ImportError: Building module _anomaly_kernel_cython failed: ['distutils.errors.DistutilsPlatformError: Unable to find vcvarsall.bat\n']
I have installed Microsoft LightSwitch for Visual Studio 2015 14.0.25431.01 Update 3
System: windows 10
python: 3.6
How can I solve it?