genalog
genalog copied to clipboard
installation issue
Im trying to install the library im facing issues with pip and source installation
im getting this error:
This is a problem with the NumPy version, to fix this do the following:
Clone the repo first :
!git clone https://github.com/microsoft/genalog.git
Go to the folder of the repo and in the requirements.txt file change the version of Numpy ( for me I changed it to numpy==1.26.4)
Navigate to the folder with cd genalog
then just do pip install like this pip install -e .
and it will work .