Skip to content
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

Request for python3 support #4

Open
yjiangnan opened this issue Sep 8, 2017 · 4 comments
Open

Request for python3 support #4

yjiangnan opened this issue Sep 8, 2017 · 4 comments

Comments

@yjiangnan
Copy link

Hi @andreas-h,

I am developing an open-source biomedical (genomic) data analysis tool, and I need pyloess for fitting data and calculating standard errors. Now I have to install pyloess in python2 and call it by execnet tunnel in python3. However, this would not only be more complicated for users, but also have a limit on the number of data I can send through the tunnel. Large genomic data simply would not work. For the sake of curing cancer and other diseases, can you help make pyloess directly compatible with python3, please?

@andreas-h
Copy link
Owner

andreas-h commented Sep 10, 2017 via email

@yjiangnan
Copy link
Author

yjiangnan commented Sep 10, 2017 via email

@jcrotinger
Copy link

@yjiangnan I found some fixes in another fork, but there was a bad line-break in one of the files, which is now fixed in my fork. Includes a little stl graphical demo as well. Seems to be working with Python 3 for me. An upstream fork had added a standalone BLAS implementation, but I did not add that to my fork as I think we should go with whatever numpy is built with. (The comments were for installations that had a numpy with no blas, which sounds like an unusual use case. I'm guessing there is a way to make this conditional but I don't know my way around setup.py well enough to do this.)

@yjiangnan
Copy link
Author

yjiangnan commented Nov 10, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants