Closed camilogarciabotero closed 3 years ago
Hi Camilo, thanks for reaching out.
Could you please tell me which pip version you are using? (pip --version
)
Those errors might be caused by an outdated pip version.
Hi @Alexandre-Herve,
I'm using pip
v21.2.4
Yeah, I experienced the same problem. When I used pip 20.3.3
, problem solved. But then another problem; AttributeError: module 'colorlog' has no attribute 'logging'
@ZarulHanifah check this: https://github.com/mdmparis/defense-finder/issues/2
@camilogarciabotero does using pip 20.3.3
solve your problem?
Hi @Alexandre-Herve
Yes. I reinstalled it with pip=20.3.3
and the installation was successful. Thanks.
Hi @AudeBer and @Alexandre-Herve,
Thanks for working on
DefenseFinder
. I was quite eager to play around with it, so I tried to install it using the instructions on the README (i.e.conda create -n defensefinder python pip ; conda activate defense finder; pip install mdmparis-defense-finder
)and got the following error:
It seems to be a problem with
macsyfinder
installation. I also installedhmmer v3.3.2
in the path before reinstallingDefenseFinder
and got the same error.Here is a screenshot of my pc setup:
![Uploading Screen Shot 2021-09-03 at 4.35.01 PM.png…]()
And the current programs on the conda env:
And the pip list:
I'll be glad if you can help me with the installation process on my machine. Thanks in advance. Camilo