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

Installation of sklearn for Python3 on Linux #6

Closed
christofs opened this issue May 10, 2014 · 2 comments
Closed

Installation of sklearn for Python3 on Linux #6

christofs opened this issue May 10, 2014 · 2 comments

Comments

@christofs
Copy link
Collaborator

I've been having problems with the installation of scikit-learn in Ubuntu 14.04. This seems to be a known issue; see here: http://askubuntu.com/questions/449326/installation-error-in-sklearn-for-python3.

Quote:
"There's an issue with the pre-compiled Cython C files (compatibility with Python 3.4.0) with the pypi version.
To properly install scikit-learn, use the git repo instead (tested ok on 14.04):
sudo pip3 install git+https://github.com/scikit-learn/scikit-learn.git"

This is what I've tried and despite a lot of warnings, in the end sklearn seemed to have been installed.

Maybe this could be added to the "Installing Python packages" section.

@ariddell
Copy link
Owner

I should update the instructions in general, I think. The recommended approach should be to use the ubuntu/debian packages whenever possible. I suspect that the Ubuntu packages will be updated before too long.

@ariddell
Copy link
Owner

I believe this is fixed now. You can pip install scikit-learn on Python 3.4

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

2 participants