lebedov / scikit-cuda

Python interface to GPU-powered libraries
http://scikit-cuda.readthedocs.org/
Other
986 stars 179 forks source link

Importing linalg yields sh1: syntax error missing "}" #193

Closed domagojhack closed 7 years ago

domagojhack commented 7 years ago

when I try to do import skcuda.linalg as linalg

console is yielding this error: sh: 1: Syntax error: Missing "}"

linalg.init() works though

Linalg routines seems to work fine but it is not pleasant to see this error every time I run my code. So any ideas why am I getting this error?

lebedov commented 7 years ago

I can't reproduce this error with the latest revision on GitHub.

domagojhack commented 7 years ago

I've tried to reinstall but the error keeps coming up. Probably my system fault. Gonna poke around ...

lebedov commented 7 years ago

Closing - feel free to open if this is still an issue with the latest revision on GitHub.

nerfsmurf commented 7 years ago

I'm having this issue also, using the latest from Github