-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
TypeError: Parallel.__init__() got an unexpected keyword argument 'return_as' #309
Comments
I used these commands to create TBProfiler environment:
|
Hi @ponomarevsy This may indicate you are using an old version of the joblib library. Can you verify that you have a version >= 1.3.0? |
Thank you, @jodyphelan! You are correct, I have an older version of joblib:
I am going to upgrade joblib and re-run the test... |
I am getting a bcftools related error now:
The bcftools version is:
and the openssl version is:
I found this post: WGLab/NanoCaller#29 and will see if I can downgrade bcftools... |
Looks like bcftools 1.14 comes with gsl 2.6 (I had bcftools 1.18 and gsl 2.7.1) and that's what we want. And now I am getting a new (Samtools) error:
Samtools version:
Ncurses version:
|
Downgraded Samtools to It runs fine until it crashes with:
|
I've decided to start from scratch and build everything manually, and, after much suffering (installing the missing dependencies), was able to finish the TBProfile test without errors. |
Dear TBProfiler experts,
I am getting this error in v5 of TBProfiler (tried installing via Anaconda and via Mamba and getting the same error):
"TypeError: Parallel.init() got an unexpected keyword argument 'return_as'"
The OS is RHEL 7.9. Please let me know if you have any clues. Thanks!
The text was updated successfully, but these errors were encountered: