I am encountering an issue while trying to install the recommenders package on macOS ARM64 (Apple Silicon). The error occurs during the cornac building process, specifically while compiling the C++ source files. I've followed the instructions in the GitHub repository and tried installing via both pip and conda, but the issue persists.
In which platform does it happen?
I am using VSCode as my development environment and have tried multiple approaches, including different compilers and package managers.
My Setup:
macOS Version: macOS 14.3 (Sonoma)
Python Version: 3.10.12 (installed via pyenv and conda) and tried with 3.9 as well
Compiler:
Tried with clang++ and g++
Also tried Homebrew's LLVM and gcc
Package Managers:
Tried both pip and conda based on the instructions in the GitHub repository.
Error Details
Additionally if I am trying to install through requirements file it fails saying while collecting cornac the dependencies are missing even if they are listed in the requirements file.
Description
I am encountering an issue while trying to install the recommenders package on macOS ARM64 (Apple Silicon). The error occurs during the cornac building process, specifically while compiling the C++ source files. I've followed the instructions in the GitHub repository and tried installing via both pip and conda, but the issue persists.
In which platform does it happen?
I am using VSCode as my development environment and have tried multiple approaches, including different compilers and package managers.
My Setup:
macOS Version: macOS 14.3 (Sonoma) Python Version: 3.10.12 (installed via pyenv and conda) and tried with 3.9 as well Compiler: Tried with clang++ and g++ Also tried Homebrew's LLVM and gcc Package Managers: Tried both pip and conda based on the instructions in the GitHub repository.
Error Details
Additionally if I am trying to install through requirements file it fails saying while collecting cornac the dependencies are missing even if they are listed in the requirements file.
Expected behavior (i.e. solution)
recommenders package installed without any issues