python-midi icon indicating copy to clipboard operation
python-midi copied to clipboard

Is this repo still being maintained?

Open kdipippo opened this issue 5 years ago • 1 comments

A large number of the created Issues and PRs are with regards to updating the print syntax on line 65 in setup.py. The last commit for this repo was in 2015, but I still see that vishnubob is active on GitHub.

Is there an alternate repo that should be referred to instead that succeeds this one?


Found in one of the PRs that there is an in-progress feature branch for going to Python3, but it has this failing build issue: https://github.com/vishnubob/python-midi/tree/feature/python3

ERROR: Failure: SyntaxError (invalid syntax (events.py, line 22))

kdipippo avatar May 25 '20 18:05 kdipippo

Recommended to update to Python 3+ due to 2.7 reaching EOL:

DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020.
Please upgrade your Python as Python 2.7 is no longer maintained.
pip 21.0 will drop support for Python 2.7 in January 2021.
More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support

kdipippo avatar May 25 '20 18:05 kdipippo