Issue: The 'xpclr==1.1.2' distribution was not found and is required by the application
Hi @hardingnj Thank you for maintaining a software to easily run xpclr. I am running into an issue my first time trying to run the program. I am running on Mac BigSlur. My test inputs are below.
xpclr --out Chr1.txt --format VCF --input haiti_global_all_together.vcf --samplesA 296taxa_haitan.txt --samplesB global_diversity_taxa.txt --rrate 1.71312383957495e-06 --chr 1 --ld 0.95 --maxsnps 200 --minsnps 10 --size 200 --start 1714 --stop 80871376 --step 50
I get the error/traceback messages:
Traceback (most recent call last):
File "/usr/local/bin/xpclr", line 4, in
My best guess is I am missing a dependency or an update version of a package on BigSlur is giving issues. Do you have any clue?
Thanks, Brian
Thanks. I think this is a python 2/3 issue. I'm not (knowingly) supporting 2. But there is some conda dependency weirdness that means currently 2 is installed via conda install xpclr.
This is related to https://github.com/hardingnj/xpclr/issues/65 possibly.
Essentially the dependency list needs resolving/updating. Sorry I can't be more help at the moment.
Thanks for the reply. What version of python is it optimized for? I can try switching to that version
>3.4. But there is some dependency conflict somewhere that makes this not possible to install (at least via the simplest path), and rolls back to 2.x
I spent some time a while ago attempting to debug this. I don't have time though at the moment unfortunately.
If you can verify it is python 2 getting installed via conda install xpclr might be worth posting a message on the bioconda repo.
I just ended up installing via python as it works fine on BigSlur