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

Issue with installing from github #5

Closed
antonwnk opened this issue Mar 15, 2020 · 3 comments
Closed

Issue with installing from github #5

antonwnk opened this issue Mar 15, 2020 · 3 comments

Comments

@antonwnk
Copy link

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.

@puolival
Copy link
Owner

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.

@puolival
Copy link
Owner

Now fixed.

@antonwnk
Copy link
Author

antonwnk commented Mar 17, 2020 via email

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

2 participants