Skip to content
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

Help with installation #212

Open
valerieT1998 opened this issue Mar 29, 2023 · 1 comment
Open

Help with installation #212

valerieT1998 opened this issue Mar 29, 2023 · 1 comment

Comments

@valerieT1998
Copy link

valerieT1998 commented Mar 29, 2023

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

@s-weissbach
Copy link

The code is not updated. collections.Callable was moved to collections.abc.Callable in python 3.10. You could downgrade your python to 3.9. This resolved the issue for me, however, best would be if the authors update the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants