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 issue #61

Open
himasai9711 opened this issue Oct 18, 2023 · 3 comments
Open

installation issue #61

himasai9711 opened this issue Oct 18, 2023 · 3 comments

Comments

@himasai9711
Copy link

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

im getting this error:

image

@Ganryuu
Copy link

Ganryuu commented Feb 22, 2024

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 .

@geeky-programer
Copy link

geeky-programer commented Oct 11, 2024

@Ganryuu Which python version did you use?
I am not able to use the same in python 3.10

@geeky-programer
Copy link

For future reference:
Python 3.9

Working requirements.txt for genalog
biopython==1.76 numpy==1.26.4 python-dotenv==0.11.0 requests==2.31.0 azure-core==1.10.0 azure-common==1.1.26 azure-storage-blob==12.3.1 tqdm==4.65.0 Jinja2==2.11.1 WeasyPrint==51 matplotlib==3.2.1 scikit-image==0.21.0 opencv-python==4.10.0.84 pandas==2.2.1 aiofiles==0.5.0 aiohttp==3.6.2

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

3 participants