chrisdonahue / nesmdb

The NES Music Database: use machine learning to compose music for the Nintendo Entertainment System!
MIT License
450 stars 39 forks source link

Make setup.py python3 compatible #9

Open jerryli27 opened 5 years ago

chrisdonahue commented 5 years ago

Hey Jerry. Does this setup modification actually allow you to install nesmdb in a way that works with Python 3? AFAIK there are other outstanding issues preventing the library from running in Python 3.

Can you add the from __future__ import print standard boilerplate stuff that allows for continued Python2 support?