Composer icon indicating copy to clipboard operation
Composer copied to clipboard

Could you possibly make a python 3 version?

Open erkus-circus opened this issue 6 years ago • 5 comments

erkus-circus avatar Jan 19 '19 15:01 erkus-circus

I just added parenthesis to all the prints and added some int() to some variables that it complained about that hopefully didn't mess anything up

Dog-Man42 avatar Jan 19 '19 17:01 Dog-Man42

You can take any python 2 script and run 2to3 filename.py and it will auto upgrade it.

johndpope avatar Apr 27 '19 12:04 johndpope

I did a pull request that contains a requirements.txt, documentation on how to run it and a migration to python3. I am happy to get feedback from anybody who tries to run it.

benelot avatar May 12 '19 06:05 benelot

Here it is: https://github.com/HackerPoet/Composer/pull/21

benelot avatar May 12 '19 06:05 benelot

@benelot - I need to double check but the last time I attempt to run code got stuck on samples.npy - was there a missing step on spitting this out?

johndpope avatar May 12 '19 23:05 johndpope