-
Notifications
You must be signed in to change notification settings - Fork 161
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
Python 2.7 import eyed3 fails #117
Comments
hi @Flashwalker , i have seen your #117, #118, #119. i'm repackaging this repo, because it can't run on python3. see #114 do you mind to run it with that and see if any of these issue solved. |
I just tested feature/py3-run branch, and it has the same issue:
|
The previous comment was about Python2.7 test. Just tested with Python3.4:
|
iirc until my recent masterbranch the eyed3 is not yet tested. eyed3 just recently fixed python3 compatibility https://bitbucket.org/nicfit/eyed3/issues/25/python-3-compatibilty (2017-03-13) so i haven't test it yet, and also the requirement haven't change (eyed3 have released 0.8 on 2017-05-13). i will put that on to do list rachmadaniHaryono#1 the pr branch is only to make the program runnable on python3. my master branch, which have more commit, work but with several limitation (eyed3, and lyric problem) e: the master branch is only working on python3 with python3.5 for testing |
Thanks, i appreciate your attention. |
just little bit update, the title on download confirmation and download finished update should be fixed now. for eyed3 title and artist i'm planning to give user option,
|
Thanks! Looks really interesting. |
@yask123, glad you are back. any intention to merging the pr? |
Yea, give me some time. I'll review the code and merge soon. |
pip install eyeD3 Will make it work |
pip (Python 2.7) installed version fails with
import eyed3
module.It must be:
import eyeD3
But despite this it still does not work
The text was updated successfully, but these errors were encountered: