-
Notifications
You must be signed in to change notification settings - Fork 729
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
Error running bioconda installed version #664
Comments
@mwhitesi it looks like there is a related issue here: bazelbuild/bazel#4815. I'm not sure it can be modified very easily. However, since you don't have a You could try to create a file that looks like this:
Then save this as I can't promise it will work, but it is worth a shot. |
The bash script does bypass the python3 error, but then other missing package errors appear:
|
Can you confirm that you had activated the Conda environment you used to install DeepVariant when you ran that command? |
Confirmed:
|
Can you try adding "which python3" to that bash script and reporting what is output? I wonder whether you need to initialize Conda in that script to get this working. |
Its strange that these modules are not found. I see many of the deepvariant package dependencies installed in the environment but not
|
One last thing you could try is to upgrade the version of python you are using. While dataclasses were backported to 3.6, they were formally introduced in python 3.7. You could try to manually install those packages and/or try upgrading python? I'm not sure what to try next, but I can ask around. |
@danielecook If I may with a small inquiry, and please feel free to continue adding. @mwhitesi To better understand what's possible, I had a few small questions to get a state of your running environment:
Again these are just preliminary to gauge for possibilities. Thanks, |
H @mwhitesi , One thing I'll mention is that the version on bioconda isn't maintained by our team. But if you can provide more context, we can continue to try to see if we can help here. Let us know if you want to follow up in this thread. I'll keep this open for now. |
Closing due to inactivity. |
Installed DeepVariant 1.5.0 from bioconda using micromamba. Running make examples command produces the following error:
I noticed inside the bazel .zip files the python binary is hard-coded:
/share/deepvariant-1.5.0-0/binaries/DeepVariant/1.5.0/DeepVariant-1.5.0/make_examples.zip Line 60:
PYTHON_BINARY = '/usr/bin/python3'
Is there any way to override this value to select a different python binary? The micromamba python binary is not in the standard location and there is also multiple python binaries in this system.
DeepVariant was installed using micromamba:
With environment file:
Thanks
The text was updated successfully, but these errors were encountered: