puolival/multipy

Issue with installing from github

antonwnk opened this issue · 3 comments

I encountered two errors while trying to run the setup.py script as indicated in the documentation, it seems like two python2.7 print statements were in the code:


print np.shape(x), np.shape(y)

Installed successfully after changing them to python3 print statements. Let you know if I encounter any problems using the library.

Thanks for pointing this out! There was actually already one issue about the print commands, and I thought I had fixed this everywhere. I'll change the code asap so Python 3 is supported as well.

Now fixed.