kilianmuller

Results 3 comments of kilianmuller

I tried that, but when I want to run the python script (which again just contains the import of S4) I get a similar error: `ImportError: /usr/lib/python2.7/site-packages/S4.so: undefined symbol: Layer_Init`...

I just cloned the `S4v2` branch, but it won't compile. Running `make` results in the errors below. I am way out of my comfort zone here; but it seems like...

That did the trick! For the people having the same problem as me, this is what finally worked: `git clone https://github.com/phoebe-p/S4.git` `cd S4` `make` `sudo make S4_pyext` `sudo python setup.py...