Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fhog_utils not working on Windows! #3

Open
kane111 opened this issue Jan 19, 2018 · 5 comments
Open

fhog_utils not working on Windows! #3

kane111 opened this issue Jan 19, 2018 · 5 comments

Comments

@kane111
Copy link

kane111 commented Jan 19, 2018

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.
@IdoWSC
Copy link

IdoWSC commented Jan 22, 2018

Hi,
I have the same problem

@uoip
Copy link
Owner

uoip commented Jan 22, 2018

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...

@tjusxh
Copy link

tjusxh commented Jun 7, 2018

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

@kane111
Copy link
Author

kane111 commented Jun 8, 2018

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

@1374207430
Copy link

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 ......

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants