Jump to content

I am trying to make a file from Intrinsic Images in the Wild.

Error compiling Cython file:
------------------------------------------------------------
...
# distutils: sources = src/densecrf_wrapper.cpp
^
------------------------------------------------------------

krahenbuhl2013.pyx:1:0: 'intrinsic-master.bell2014.krahenbuhl2013.krahenbuhl2013' is not a valid module name
Traceback (most recent call last):
  File "setup.py", line 29, in <module>
    language="c++",
  File "//anaconda/envs/py27/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 934, in cythonize
    cythonize_one(*args)
  File "//anaconda/envs/py27/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 1056, in cythonize_one
    raise CompileError(None, pyx_file)
Cython.Compiler.Errors.CompileError: krahenbuhl2013.pyx
make: *** [all] Error 1

 

Link to comment
https://linustechtips.com/topic/764932-cython-compile-error/
Share on other sites

Link to post
Share on other sites

Does this happen when you're compiling other cython files?

Want to know which mobo to get?

Spoiler

Choose whatever you need. Any more, you're wasting your money. Any less, and you don't get the features you need.

 

Only you know what you need to do with your computer, so nobody's really qualified to answer this question except for you.

 

chEcK iNsidE sPoilEr fOr a tREat!

Link to comment
https://linustechtips.com/topic/764932-cython-compile-error/#findComment-9662448
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×