KCFnb icon indicating copy to clipboard operation
KCFnb copied to clipboard

fhog_utils not working on Windows!

Open kane111 opened this issue 7 years ago • 5 comments

I get the folowing error when i try to run:

Traceback (most recent call last):
File "fhog_utils.py", line 10, in 
cc = CC('fhog_utils')
File "C:\ProgramData\Anaconda2\lib\site-packages\numba\pycc\cc.py", line 62, i
n init
self._toolchain = Toolchain()
File "C:\ProgramData\Anaconda2\lib\site-packages\numba\pycc\platform.py", line
61, in init
self._raise_external_compiler_error()
File "C:\ProgramData\Anaconda2\lib\site-packages\numba\pycc\platform.py", line
104, in _raise_external_compiler_error
raise RuntimeError(msg)
RuntimeError: Attempted to compile AOT function without the compiler used by nu mpy.distutils present. Cannot find suitable msvc.

kane111 avatar Jan 19 '18 09:01 kane111

Hi, I have the same problem

IdoWSC avatar Jan 22 '18 15:01 IdoWSC

I test the code under Windows10 (with anaconda), and encounter similar problam. It's may due to incompatibility between Numba and Windows (because it works fine on Ubuntu), I don't know how to solve it...

uoip avatar Jan 22 '18 16:01 uoip

@kane111 @uoip I also encounter the similar problem. Please Do you resolve the question?

tjusxh avatar Jun 07 '18 09:06 tjusxh

@tjusxh Not yet, I'm planning to use the C++ implementation for better speed later.

kane111 avatar Jun 08 '18 07:06 kane111

look my project transform to py3.6 and in ubantu it also can run fhog_utils in win10 but can not run run.py i still debug it ......

1374207430 avatar May 15 '19 13:05 1374207430