casperkaae / parmesan

Variational and semi-supervised neural network toppings for Lasagne
Other
208 stars 31 forks source link

None of examples work #41

Closed ferrine closed 8 years ago

ferrine commented 8 years ago

Hi, I was trying to refactor code to be compatible with python3 but got stuck with not working examples. I ran them with python2 following installation instructions and having other dependencies and got the same error:

Exception: Compilation failed (return status=1): clang: error: unknown argument: '-target-feature'. clang: error: unknown argument: '-sse4a'
...

I have no idea what causes it

casperkaae commented 8 years ago

Hi Ferrine

Yes unfortunately Parmesan is not compatible with python3. I don't think that this error is related to parmesan since you shouldn't need to compile anything for installing the lib?

Maybe there is something wrong in theano or numpy?

Casper

ferrine commented 8 years ago

Examples with latest theano release 0.8.2 work, I think it's better to change the requirements

ferrine commented 8 years ago

I'm planning to refactor code a bit so that it will be compatible with python3 if you don't mind

casperkaae commented 8 years ago

That would be great! I have thought about that to but have not got around to it.

I'll close this issue - just open a new one for the python3 refactoring