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

: unbound method __init__() must be called with Extension instance as first argument (got Extension instance instead) #73

Open
arasharchor opened this issue Jan 7, 2017 · 0 comments

Comments

@arasharchor
Copy link

arasharchor commented Jan 7, 2017

Hi,

I am stuck in installing cudaarray.
I have followed each step one by one and don't know why installation can not get finished.

/cudarray$` python setup.py install
Traceback (most recent call last):
  File "setup.py", line 148, in <module>
    ext_modules=cuda_extensions(),
  File "setup.py", line 55, in cuda_extensions
    exts = list(map(make_extension, ext_names))
  File "setup.py", line 51, in make_extension
    extra_link_args=extra_link_args,
  File "/home/azimi/.local/lib/python2.7/site-packages/Cython/Distutils/extension.py", line 87, in __init__
    **kw)
TypeError: unbound method __init__() must be called with Extension instance as first argument (got Extension instance instead)

I am using Ubuntu 14.04 Cuda 7.5
Cython 0.25.2

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

1 participant