Closed leaemiliepradier closed 5 years ago
Duplicate of #57 #63 #64
Don't you want to add that to the README.md ?
This is the one that worked in a py 3.6 environment
pip install git+https://github.com/gem-pasteur/Integron_Finder/#egg=integron_finder
You're right, it's done. Thanks.
Hello, i'm unable to install integron_finder from pip following the directions in your README.md
Version of Integron_Finder:
integron_finder-1.5.1
OS
Expected behavior
Showing an error or minimalistic help when executing the command
integron_finder
using a python2.7 environmentThe installation with python 3.5 and 3.6 simply fails, as shown below.
pip install integron_finder
Actual behavior
With a virtual environment running with python 3.6, the command
pip install integron_finder
yields:With a virtual environment running with python2.7, the previous command works. But
integron_finder
yields:The command
integron_finder -h
yields the same.