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

🐛 batch not found #8

Open
enryH opened this issue Jun 3, 2024 · 1 comment
Open

🐛 batch not found #8

enryH opened this issue Jun 3, 2024 · 1 comment

Comments

@enryH
Copy link

enryH commented Jun 3, 2024

Hey, when trying to install the package, pip cannot resolve the requirement batch. Which package is it you require?

install_requires=['hail', 'batch'],

I guess it is for the batch_client import?

import batch_client

I got to this error when trying to follow the instructions on the PAN project documentation: here

and I try to install it typing:

pip install git+https://github.com/Nealelab/ukb_common.git

resulting in

ERROR: Could not find a version that satisfies the requirement batch (from ukbb-common) (from versions: none)
ERROR: No matching distribution found for batch
@enryH
Copy link
Author

enryH commented Jun 3, 2024

I guess this is due to your typo. So without installing and downloading the repo twice if works:

%%bash
git clone https://github.com/atgu/ukbb_pan_ancestry
git clone https://github.com/Nealelab/ukb_common 
git clone https://github.com/Nealelab/ukb_common ukbb_common

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

1 participant