-
Notifications
You must be signed in to change notification settings - Fork 8
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
Cannot load pickled UMAP: No module named 'numba.core' #14
Comments
Hi @WallBPG where are you running |
I could not get the docker image to build using the standard commands:
So, I used the pre-built image I mentioned above. I also attempted to create my own environment, etc. The main issue seems to be loading the |
If you pulled down the docker image could you try running this command? docker run \
-v /path/to/your/data:/data \
-v /path/to/your/output:/output \
-t "heritagehelix/snvstory:3.0.2" \
--path /data/your_input_file.vcf.gz \
--resource /data/resource_dir \
--output-dir /output \
--genome-ver 38 \
--mode WES |
HI just to say i have the same issue i cannot build the docker image i have this error too
|
I first had issues building the docker file. When docker attempts to build using
docker-compose build
,conda
was unable to use a flexible solve when running the following step in the Dockerfile:To get around not being able to build the image, I used the pre-built image here.
python3 -m igm_churchill_ancestry --help
works as expected. When running a test with real data, the program has trouble loading the required.pkl
files.The error appears to be a problem with various versions installed in my environment. Here's what I have installed:
The text was updated successfully, but these errors were encountered: