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 from GitHub #397

Closed
anargyri opened this issue Nov 25, 2021 · 1 comment
Closed

Installation from GitHub #397

anargyri opened this issue Nov 25, 2021 · 1 comment

Comments

@anargyri
Copy link

Description

Pip installation using the GitHub repository URL fails with the error message

gcc: error: surprise/similarities.c: No such file or directory

Steps/Code to Reproduce

sudo apt-get install -y build-essential libpython3.7
conda create -n foo python=3.7 -y
conda activate foo
pip install -U pip setuptools
pip install numpy
pip install --no-cache scikit-surprise@git+https://github.com/NicolasHug/Surprise.git

Expected Results

Successful installation of Surprise.

Actual Results

Error message.

Versions

@anargyri
Copy link
Author

Actually it works. It requires pip install cython.

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

1 participant