-
Notifications
You must be signed in to change notification settings - Fork 46
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 3 support #24
Comments
So the code in that branch now seems to be more-or-less done, but there are a couple of issues I need to resolve before I tidy things up and issue a pull request. These are listed below. You can try out the current state of things by doing First issue: I can't get all of the tests to run on Python 2, so I can't really tell whether my Python 3 test run is failing because of my porting, or failing for some other reason. The errors I get are:
Apparently some of this is due to some incompatibility between Numpy and Scipy, but since Scipy's website (and therefore bug tracker) is currently down, I can't fix it yet. But I can say that I get the same set of errors with my Python 3 port, so that gives me some degree of confidence. Second issue: because I'm installing via |
Just curious, did you ever get the Python 3 port fully working? |
No, I removed it as a dependency from my project instead, since I only used it for a frontend script and not the library itself. (I also had a lot of trouble installing it on Windows 7, which was a motivating factor.) But you can see the state of things here. |
#37 should fix the test issues at least |
merged both branches in milahu/scikits-audiolab had to change the version in
fixed some cython errors moved module to namespace added mpeg format 0x230000 tested with audio-cross-correlation/code/analysis.py nix package in nur.repos.milahu.python3.pkgs.scikits-audiolab |
Audiolab isn't compatible with Python 3. It would be nice if it were.
I'll start work on this now in a fork of my own, but I'm submitting the issue in case (a) you've already tried this and have any tips, and (b) I get stuck and need to ask questions.
The text was updated successfully, but these errors were encountered: