-
Notifications
You must be signed in to change notification settings - Fork 149
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
Unable to Install Cornac on Mac #611
Comments
Hi @monuoha, In order to pinpoint the issue, could you share with us the exact error? |
Example of Cython file not compiling: Error compiling Cython file:
|
I currently use Python 3.8.8. |
That's very interesting. At the moment, it's challenging to setup the same environment as yours. May I suggest the following options:
Let us know if it resolves your issue. |
Hello, |
@monuoha could you double check if it's installed from the conda-forge channel? |
conda install cornac -c conda-forge The above command is what I used to install conda. |
How do I access that image, I exited out of the terminal window right after cornac was installed. |
you'll see it when you run the command |
I already ran the command, and this is what it showed me:
|
you can uninstall cornac with |
I uninstalled it and then reinstalled it, and here is what I got
|
Also, another issue that I encountered when using cornac is that my kernel on Jupyter Notebook would always die whenever I try to train the BPR model. |
Description
Whenever I try to install cornac, several Cython files refuse to compile.
In which platform does it happen?
macOS 12.7.3
How do we replicate the issue?
Run pip install cornac in Terminal
Expected behavior (i.e. solution)
The terminal command should be able to install the cornac package with no problems.
Other Comments
The text was updated successfully, but these errors were encountered: