Hi,
I am currently trying to install via source inside a virtual env using :
git clone https://github.com/tomazc/iCount
cd iCount
pip install -e .
The installation seems to be successful but when I try to use iCount --help I get this error AttributeError: module 'collections' has no attribute 'Callable'
Am I not calling the tool the right way ?
Thanks in advance
Valerie
Hi,
I am currently trying to install via source inside a virtual env using :
git clone https://github.com/tomazc/iCountcd iCountpip install -e .The installation seems to be successful but when I try to use
iCount --helpI get this errorAttributeError: module 'collections' has no attribute 'Callable'Am I not calling the tool the right way ?
Thanks in advance
Valerie