genalog icon indicating copy to clipboard operation
genalog copied to clipboard

installation issue

Open himasai9711 opened this issue 2 years ago • 4 comments

Im trying to install the library im facing issues with pip and source installation

im getting this error:

image

himasai9711 avatar Oct 18 '23 06:10 himasai9711

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 .

Ganryuu avatar Feb 22 '24 17:02 Ganryuu