Closed antonwnk closed 4 years ago
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.
Thanks!
On Mon, Mar 16, 2020 at 9:22 AM Tuomas Puoliväli notifications@github.com wrote:
Now fixed.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/puolival/multipy/issues/5#issuecomment-599403282, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFTAUBPLOAYV4CVLMYBIVTDRHXOT3ANCNFSM4LLMY6TQ .
-- Anton N. Waniek M.Sc. Data Science for Decision Making – Student Department of Data Science and Knowledge Engineering Maastricht University T: +31 (0)6 15 68 2503 E: a.waniek@student.maastrichtuniversity.nl antonwnk@gmail.com antonwnk@gmail.com
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: https://github.com/puolival/multipy/blob/eaf84869858373bb56f73b08c04607ea8101a30b/multipy/two_group_reproducibility.py#L223 https://github.com/puolival/multipy/blob/eaf84869858373bb56f73b08c04607ea8101a30b/multipy/viz.py#L342
Installed successfully after changing them to python3 print statements. Let you know if I encounter any problems using the library.